

function nagyitegyeb(kep1)
{
   win = window.open("","w","width=820,height=620");
   with(win)
   {
    	document.writeln("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">");
   		document.writeln("<html><head><title>Parfümoázis galéria</title>");
  		document.writeln("<META HTTP-EQUIV='Content-Type' content='text/html; charset=ISO-8859-2'>");
		document.writeln("<link rel='stylesheet' type='text/css' href='nagyit.css'>");
		document.writeln("</head><body style='margin:0;padding:0'>");
	        document.writeln("<div id='fej'></div><div id='kep'>");
		document.writeln("<table height='100%' align='center' valign='middle'><tr><td><div><a href=''></a></div></td>");		
		document.writeln("<td align='center'><a href='javascript:window.close();'><img src='"+kep1+"' alt='Az ablak bezárásához kattintson a képre!' border='0'></a></td>");
		document.writeln("<td><div><a href=''></a></div></td><tr></table>");
		document.writeln("</div></body></html>");
		moveTo(0,0);
		location.reload();
		focus();  
   }   

}


