function pop2(nomefile,nomefinestra,larghezza,altezza) {

var sinistra = Math.floor((screen.width-larghezza)/2);

var sopra = Math.floor((screen.height-altezza)/2);

window.open (nomefile,nomefinestra,"width=" + larghezza + ",height=" + altezza + ",top=" + sopra + ",left=" + sinistra + ",resizable=no,scrollbars=no");

}

function closeit(){

document.getElementById("promo").style.display="none";
document.getElementById("promo").style.left="3000px";

}

setTimeout("closeit()", 150000);




