// JavaScript Document
function popup() {
	var w = 480;
	var h = 309;
	var l = Math.floor((screen.width-w)/1.5);
	var t = Math.floor((screen.height-h)/1.4);
	window.open("popup-index/voucher141010.htm","secondWindow","scrollbars=no,resizable=no,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);

//var newWindow = window.open("popup-index/ITEmpoli.htm", "secondWindow", "scrollbars=no,resizable=no,width=544,height=410,top=500,left=300");
//alert('I nostri uffici rimarranno chiusi dal 23 Dicembre al 1 Gennaio. Formatica augura a tutti Buone Feste!!!') 
}