
function openwin(file) {
window.open(file,'foto','scrollbars=no,resizable=yes,width=480,height=340,status=no,location=no,toolbar=no,left=10,top=2,screenX=10,screenY=2'); 
}//-->

function openwin2(file) {
window.open(file,'foto','scrollbars=no,resizable=yes,width=300,height=420,status=no,location=no,toolbar=no,left=10,top=2,screenX=10,screenY=2'); 
}//-->

function openwin3(file) {
window.open(file,'foto','scrollbars=no,resizable=yes,width=302,height=450,status=no,location=no,toolbar=no,left=10,top=2,screenX=10,screenY=2'); 
}//-->

function openwin4(file) {
window.open(file,'foto','scrollbars=yes,resizable=yes,width=525,height=560,status=no,location=no,toolbar=no,left=10,top=2,screenX=10,screenY=2'); 
}//-->

function PopupPic(sPicURL) { 
	window.open( "immagine.htm?"+sPicURL,"immagine","resizable=1,HEIGHT=200,WIDTH=200"); 
}
