
function openWindow (dcname,url,width,height,blueribbon) {
	height1 = height;
	dcname = window.open('','popupimg','width='+width+',height='+height1+',menubar=no,toolbar=no,nostatus');
	dcname.document.open();
	dcname.document.write('<html><head><title>'+blueribbon+'</title><script language="javascript">function printPage() { print(document); }</script><style type="text/css"><!--body,td,th {font-family: MS Sans Serif, Microsoft Sans Serif, Verdana, Arial;font-size: 12px;color: #FFFFFF;}--></style></head><body marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 bgcolor="#FDF7E4"><a href="JavaScript:void(0);" onClick="window.close();"><img src="'+url+'" border=0 galleryimg="no"></a></body></html>');
	dcname.document.close();
}

function OW(kep) {

	window.open("keret.php?kep="+kep,"","width=300,height=400,screenX=1,screenY=1,top=1,left=1,scrollbars=yes,resizable=yes,menubar=no,toolbar=no,nostatus");

}


