var interviste;
var arg;
function finestra(url,w,h){
interviste=window.open('','interviste','width=1, height=1');
interviste.close();
arg="width="+w+",height="+h+",status= no, scrollbars=no,z-lock=no";
interviste=window.open("","interviste",arg);
top.interviste.document.write("<html><title>Zoom immagine</title><body style='background-color: #000000; margin: 0px'>");
top.interviste.document.write("<img src=\""+url+"\">");
top.interviste.document.write("</body></html>");
interviste.focus();
}
