<!--//
 var left_pos = screen.availWidth-600;
 
function popup(nomefile, larghezza, altezza) {
var caratteristiche = "'width=" + larghezza + ",height=" + altezza + ", top=100, left="+left_pos+"'";
//alert(caratteristiche);
var win_popup = window.open(nomefile,'imm_popup',caratteristiche );
}

function immpopup3(nomeimm) {
var nomefile = "ingrandimento3.html?"+nomeimm+".jpg";
popup( nomefile, 380, 303);
}

function immpopup4(nomeimm) {
var nomefile = "ingrandimento4.html?"+nomeimm+".jpg";
popup( nomefile, 253, 430);
}
//-->