
function openWindow (url,width,height,blueribbon) {
	height1 = height+30;
	popupwin = window.open('','popupimg','width='+width+',height='+height1+',menubar=no,toolbar=no,nostatus');
	popupwin.document.open();
	popupwin.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><BR><div align="center" style="padding: 3px; "><a href="javascript:printPage();"><b>NYOMTATÁS</b></a></div></body></html>');
	popupwin.document.close();
}


