<!--
function foto(url,ime,w,h)
{
var aa="width="+w+",height="+h+",left=200,top=50";
vidi = window.open('','',aa);
vidi.document.open();
vidi.document.write("<html><head><title>"+ime+"</title></head>");
vidi.document.write("<frameset><frame src="+url+" scrolling=no marginwidth=0 marginheight=0></frameset></html>");
}
//-->

