// JavaScript Document

function apriForm() { 
larg=505; 
alt=550; 
toptop=(screen.height/2)-(alt/2)
leftleft=(screen.width/2)-(larg/2); 
searchWin = window. open('http://www.fiamma-antincendio.it/contatti.htm','formwindow','top='+toptop+',left='+leftleft+',scrollbars=yes,resizable=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
} 
function privacy() { 
larg=480; 
alt=400; 
toptop=(screen.height/2)-(alt/2); 
leftleft=(screen.width/2)-(larg/2); 
window.open('http://www.fiamma-antincendio.it/privacy.htm','privacyPop','top='+toptop+',left='+leftleft+',width='+larg+',height='+alt+',scrollbars=yes,status=no,location=no,toolbar=no'); 
} 

function prenotazione() { 
larg=680; 
alt=350; 
toptop=(screen.height/2)-(alt/2)
leftleft=(screen.width/2)-(larg/2); 
searchWin = window. open('http://www.fiamma-antincendio.it/box_email.htm','formwindow','top='+toptop+',left='+leftleft+',scrollbars=yes,resizable=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
} 

function doEmail(aux)     {  
var emailarray9231= new Array(105,110,102,111,64,102,105,97,109,109,97,45,97,110,116,105,110,99,101,110,100,105,111,46,105,116);
var postemail9231='';
var subj = '';
if ((aux == 1)||(!aux)) { 
subj = "Messaggio dal sito web..." ;
} else { 
subj = aux; 
}
for (i=0;i<emailarray9231.length;i++)
postemail9231+=String.fromCharCode(emailarray9231[i])
document.write('<a href="mailto:'+postemail9231+'?subject='+subj+'" title="Scrivici una e-mail...">'+postemail9231+'</a>')
}
