<!--//
 var left_pos = screen.availWidth-800;
 
function popup(nomefile, larghezza, altezza) {
var win_popup = window.open(nomefile,"imm_popup","width=" + larghezza + ",height=" + altezza + ", top=100, left="+left_pos );
}


// per invito in home.
function invito_popup(nomeimm) {
var nomefile = "ingrandimento3.html?"+nomeimm+".gif";
popup( nomefile, 640, 480);
}



//-->
