<!--
function nagyit(kepnev,szeles,magas,szoveg) 
{
	popup = window.open(kepnev, 'Kepek','scrollbars=yes,toolbar=no,location=no,directories=no,menubar=no,status=no,width='+szeles+',height='+magas);
	popup.document.write('<style type="text/css">.textF {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; }</style><HTML><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#fffaef"><TABLE BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0><TR><TD ALIGN=CENTER>');
	popup.document.write('<a href="javascript:void(0)" onClick="self.close();return false"><IMG SRC="'+kepnev+'" BORDER=0></a><br><br><span class="textF">'+szoveg+'</span><br><br></TR></TD></TABLE></BODY></HTML>');
	popup.document.close();
}
// -->
