<!--//
 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 immpopup(nomeimm) {
var nomefile = "ingrandimento.html?"+nomeimm+".jpg";
popup( nomefile, 600, 450);
}

function immpopup2(nomeimm) {
var nomefile = "ingrandimento2.html?"+nomeimm+".jpg";
popup( nomefile, 400, 650);
}
//-->
