<!--
function openVideo(){
var winl = (screen.width - 400) / 2;
var wint = (screen.height - 400) / 2;
var
n=open('pop_video.html','nl','width=400,height=400,scrollbars=auto,resizable=no,menubar=no,status=no,left='+winl+',top='+wint+''); n.focus(); 
}

function openPop(nome){
var winl = (screen.width - 400) / 2;
var wint = (screen.height - 250) / 2;
var
n=open('pop_'+nome+'.html','nl','width=400,height=250,scrollbars=auto,resizable=no,menubar=no,status=no,left='+winl+',top='+wint+''); n.focus(); 
}

function informativa(){
var winl = (screen.width - 400) / 2;
var wint = (screen.height - 450) / 2;
var
n=open('pop_informativa.html','in','width=400,height=450,scrollbars=yes,resizable=no,menubar=no,status=no,left='+winl+',top='+wint+''); n.focus(); 
}

function contatti(){
var winl = (screen.width - 300) / 2;
var wint = (screen.height - 250) / 2;
var
n=open('popup_contatti.html','contatti','width=300,height=250,scrollbars=no,resizable=no,menubar=no,status=no,left='+winl+',top='+wint+''); n.focus(); 
}

function pop(name){
var winl = (screen.width - 757) / 2;
var wint = (screen.height - 470) / 2;
var
n=open('popup_prodotti/popup_'+name+'.html','nl','width=757,height=470,scrollbars=yes,resizable=no,menubar=no,status=no,left='+winl+',top='+wint+''); n.focus(); 
}



//-->
