  function nyit(kep,w,h) {
    uj=open('popup.php','','toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,titlebar=no,width='+w+',height='+h);
    uj.document.open();
    uj.document.write("<html><head><title>Parilla</title></head><style>body { margin: 0px}</style><body>");
    uj.document.write("<img src=\""+kep+"\">");
    uj.document.write("</body></html>");
}
function Popup(){
	nyit('500','300');
}
