function ablak(fo,al,tipus)
{
if (tipus==0) {width=540;height=392;}
if (tipus==1) {width=340;height=510;}

prop='width='+width+', height='+height+' ,scrollbars=yes ,status=no,toolbar=no,menubar=no';
//prop='width=476, height=660';
ujablakk = window.open("",fo+"x"+al, prop); 
ujablakk.document.open(); 
ujablakk.document.write('<html><head><title>Bemutató képek</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"></head><body bgcolor="#A3EDFF" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">');

if (tipus==0) ujablakk.document.write('<table width="523" align="center" border="0" cellspacing="0" cellpadding="0"><tr valign="top" ><td background="kepek/nagykephatter.gif" height="380"><img src="kepek/nemlat.gif" width="11" height="348"><img src="kepek/egyeb/n_'+fo+'_'+al+'.jpg" ><br><img src="kepek/nemlat.gif" width="423" height="20"><a href="javascript:window.close()"><img src="kepek/nemlat.gif" width="84" height="30" border="0"></a>');
if (tipus==1) ujablakk.document.write('<table width="319" align="center" border="0" cellspacing="0" cellpadding="0"><tr valign="top" ><td background="kepek/nagykephatter1.gif" height="502"><img src="kepek/nemlat.gif" width="9" height="473"><img src="kepek/egyeb/n_'+fo+'_'+al+'.jpg" ><br><img src="kepek/nemlat.gif" width="222" height="20"><a href="javascript:window.close()"><img src="kepek/nemlat.gif" width="84" height="30" border="0"></a>');

ujablakk.document.write('</td></tr></table></body></html>'); 
ujablakk.document.close(); 
}

