// **************pop up contatti form

function centro(URL,nome){
largo=520; 
alto=516; 
posh=Math.floor((screen.height-alto)/2); 
posw=Math.floor((screen.width-largo)/2); 
fin=window.open(URL,nome,"width="+largo+",height="+alto+",location=no,scrollbars=no,top="+posh+",left="+posw); 
fin.focus(); 
}


// **************pop up prenotazioni

function prenota(URL,nome){
largo=410; 
alto=560; 
posh=Math.floor((screen.height-alto)/2); 
posw=Math.floor((screen.width-largo)/2); 
fin=window.open(URL,nome,"width="+largo+",height="+alto+",location=no,scrollbars=no,top="+posh+",left="+posw); 
fin.focus(); 
}


// **************pop up contatti google

function google(URL,nome){
largo=1020; 
alto=650; 
posh=Math.floor((screen.height-alto)/2); 
posw=Math.floor((screen.width-largo)/2); 
fin=window.open(URL,nome,"width="+largo+",height="+alto+",location=no,scrollbars=no,top="+posh+",left="+posw); 
fin.focus(); 
}


// **************pop up offerte one

function one(URL,nome){
largo=600; 
alto=371; 
posh=Math.floor((screen.height-alto)/2); 
posw=Math.floor((screen.width-largo)/2); 
fin=window.open(URL,nome,"width="+largo+",height="+alto+",location=no,scrollbars=no,top="+posh+",left="+posw); 
fin.focus(); 
}


// **************pop up offerte two

function two(URL,nome){
largo=770; 
alto=545; 
posh=Math.floor((screen.height-alto)/2); 
posw=Math.floor((screen.width-largo)/2); 
fin=window.open(URL,nome,"width="+largo+",height="+alto+",location=no,scrollbars=no,top="+posh+",left="+posw); 
fin.focus(); 
}


// **************pop up offerte two

function three(URL,nome){
largo=770; 
alto=670; 
posh=Math.floor((screen.height-alto)/2); 
posw=Math.floor((screen.width-largo)/2); 
fin=window.open(URL,nome,"width="+largo+",height="+alto+",location=no,scrollbars=no,top="+posh+",left="+posw); 
fin.focus(); 
}