// POP-UP WIN
function popwin(url,x,y)
{
var b10=window.open("","Kep","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+(x+60)+",height="+(y+120));
    b10.document.write("<html>\n<head><title>Peter Holczer - Wonders of Creation</title>\n</head>");
    b10.document.write("<body bgcolor='#002B42'>\n");
    // Hasznos terület
    b10.document.write("<div align='center'>\n<table width='38%' border='0' cellspacing='3' bgcolor='#FFFFFF'>\n");
    b10.document.write("<tr>\n<td><img src='",url,"' width='",x,"' height='",y,"'></td>\n</tr>");
    b10.document.write("</table>\n<br>\n");
    b10.document.write("<img src='../en/logo_en.gif' width='287' height='33'><br>\n<br>\n");
    b10.document.write("<font color='#7777777' face='Comic Sans MS, Helvetica, sans-serif, Arial' size='1,5'>Copyright © Peter Holczer. All Rights Reserved.</font></div>");
    // END
    b10.document.write("</body>\n</html>");
}
