var n_reg="";
var nomeFamiglia="";
var nomeFamiglia2="";
var txtIndietro="";
var scrSt = "";
function getHTTPObject() {
var xmlhttp;
/*@cc_on
@if (@_jscript_version >= 5)
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
@else
xmlhttp = false;
@end @*/
if (!xmlhttp && typeof XMLHttpRequest != 'undefined') {
try {
xmlhttp = new XMLHttpRequest();
} catch (e) {
xmlhttp = false;
}
}
return xmlhttp;
}
var http = getHTTPObject(); // We create the HTTP Object
 

// the script illustrates changing the opacity via JavaScript
function setTrans(o,t,x){
   d=document.getElementById("cllmn" + o);
   if (d){
   if(x==1){
   d.style.backgroundColor = '#CCCCCC';
   }
   else{
   d.style.backgroundColor = 'transparent';
   }
      d.style.MozOpacity = (t/100);
		d.style.opacity = (t/100);
      d.style.filter = "Alpha(opacity=" + t + ")";
   }
}

if (document.all) {var dim1=25; var dim2=80;} else {var dim1=35; var dim2=95;}

function azienda(){
var txtAzienda="<table border='0' width='590' cellspacing='0' cellpadding='5' style='margin-top:10px;margin-bottom:20px'>";
txtAzienda+="<tr>";
// txtAzienda+="<td colspan='3' align='center' style='padding:10px 0px 10px 0px'>";
txtAzienda+="<td colspan='3' align='center' style='padding:10px 0px 10px 0px'>";
txtAzienda+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='590' height='200' id='banner' align='middle'> <param name='allowScriptAccess' value='sameDomain' /> <param name='movie' value='banner.swf' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' /><embed src='banner.swf' quality='high' bgcolor='#ffffff' width='590' height='200' name='banner' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /> </object>";
txtAzienda+="</td>";
txtAzienda+="</tr>";

// txtAzienda+="<tr>";
// txtAzienda+="<td colspan='3' style='padding:0px 0px 10px 0px' class='testo'>";
// txtAzienda+="<span style='color:red;font-weight:bold'>ALFA REFRATTARI</span> è una solida realtà nello scenario dell'economia italiana con 4.000 rivenditori qualificati che assicurano la distribuzione ed il servizio in tutto il nostro territorio.<br><br><span style='color:red;font-weight:bold'>ALFA REFRATTARI</span> dal 1977 rinnova continuamente prodotti e soluzioni che migliorano la qualità ed il piacere di vivere la casa.";
// txtAzienda+="</td>";
// txtAzienda+="</tr>";

txtAzienda+="<tr>";
txtAzienda+="<td colspan='3' align='center' style='padding:0px 0px 5px 0px'>";
txtAzienda+="<img src='img_shared/azienda2.jpg' width='590' border='0'>";
txtAzienda+="</td>";
txtAzienda+="</tr>";

txtAzienda+="<tr>";
txtAzienda+="<td width='202' align='left' class='testo' style='border-right:1px solid black'>";
txtAzienda+="<span style='color:red;font-weight:bold'>Certificazioni</span><br />Prodotti di elevata qualita' certificati CE dai migliori Istituti Europei ";
txtAzienda+="</td>";
txtAzienda+="<td width='194' align='left' class='testo' style='border-right:1px solid black'>";
txtAzienda+="<span style='color:red;font-weight:bold'>Progettazione accurata</span><br />Per avviare la produzione i prodotti sono testati e collaudati dai clienti utilizzatori";
txtAzienda+="</td>";
txtAzienda+="<td width='194' align='left' class='testo'>";
txtAzienda+="<span style='color:red;font-weight:bold'>Scegliere la qualita'</span><br />Tutti i prodotti sono messi a confronto per far scegliere ai clienti sempre il meglio";
txtAzienda+="</td>";
txtAzienda+="</tr>";


txtAzienda+="<tr>";
txtAzienda+="<td colspan='3' align='center' style='padding:10px 0px 5px 0px'>";
txtAzienda+="<img src='img_shared/azienda3.jpg' width='590' border='0'>";
txtAzienda+="</td>";
txtAzienda+="</tr>";

txtAzienda+="<tr>";
txtAzienda+="<td align='left' class='testo' style='border-right:1px solid black'>";
txtAzienda+="<span style='color:red;font-weight:bold'>Pi&ugrave; tempo per il cliente </span><br />Lungo orario: dalle ore 6.00 alle ore 20.00 dal luned&igrave; al venerd&igrave;.";
txtAzienda+="</td>";
txtAzienda+="<td align='left' class='testo' style='border-right:1px solid black'>";
txtAzienda+="<span style='color:red;font-weight:bold'>Pi&ugrave; prodotti per il cliente</span><br />L'offerta di prodotti &egrave; aumentata di ben 50 nuovi articoli: pi&ugrave; libert&agrave; di scelta";
txtAzienda+="</td>";
txtAzienda+="<td align='left' class='testo'>";
txtAzienda+="<span style='color:red;font-weight:bold'>Pi&ugrave; risorse per il cliente</span><br />Sei persone sono dedicate completamente al servizio dei clienti per dare assistenza";
txtAzienda+="</td>";
txtAzienda+="</tr>";



// txtAzienda+="<tr>";
// txtAzienda+="<td colspan='3' align='center' style='padding:10px 0px 5px 0px'>";
// txtAzienda+="<img src='img_shared/azienda4.jpg' width='590' border='0'>";
// txtAzienda+="</td>";
// txtAzienda+="</tr>";
// 
// txtAzienda+="<tr>";
// txtAzienda+="<td  align='left' class='testo' style='border-right:1px solid black'>";
// txtAzienda+="<span style='color:red;font-weight:bold'>Più merce pronta in magazzino</span><br />100.000 m<sup>2</sup> di magazzino per avere tutti i prodotti sempre disponibili per il cliente";
// txtAzienda+="</td>";
// txtAzienda+="<td  align='left' class='testo' style='border-right:1px solid black'>";
// txtAzienda+="<span style='color:red;font-weight:bold'>Più velocità di consegna</span><br />Il 98% dei prodotti partono in consegna entro le 48 ore successive alla conferma d'ordine";
// txtAzienda+="</td>";
// txtAzienda+="<td align='left' class='testo'>";
// txtAzienda+="<span style='color:red;font-weight:bold'>Più accoglienza per i clienti</span><br />La nuova sede è stata realizzata per essere la casa che accoglie tutti i clienti";
// txtAzienda+="</td>";
// txtAzienda+="</tr>";



txtAzienda+="</table>";
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = txtAzienda;

}

function home(){
var txtHome="<div align='center' id='flashome' style='padding-top:0px;padding-bottom:20px'>";
txtHome+="<div style='display:block;float:left;margin-left:"+dim1+"px;margin-top:15px'><a href='javascript:anagni()'><img src='img_shared/nuovasede.jpg' width='140' height='95' border='0'></a></div>";
txtHome+="<div style='display:block;float:left;margin-left:"+dim2+"px;margin-bottom:10px;margin-top:5px'><img src='img_shared/logoCentrale.jpg' width='220' height='113' border='0'></div>";
// txtHome+="<div style='display:block;float:left;margin-left:68px;margin-top:15px'><a href='javascript:fiera()'><img src='img_shared/fiera.jpg' width='180' height='95' border='0'></a></div><br>";
txtHome+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='612' height='480' id='flash' align='middle'>";
txtHome+="<param name='allowScriptAccess' value='sameDomain' />";
txtHome+="<param name='movie' value='home.swf' />";
txtHome+="<param name='quality' value='high' />";
txtHome+="<param name='bgcolor' value='#FFFFFF' />";
txtHome+="<embed src='home.swf' quality='high' bgcolor='#FFFFFF' width='612' height='480' name='flash' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
txtHome+="</div>";
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = txtHome;
}

function anagni(){
var txtAnagni="<div align='center' id='flashanagni' style='padding-top:30px;padding-bottom:20px'>";
txtAnagni+="<img src='img_shared/logoCentrale.jpg' width='220' height='113' border='0'><br><br>";
txtAnagni+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='400' height='400' id='flash' align='middle'>";
txtAnagni+="<param name='allowScriptAccess' value='sameDomain' />";
txtAnagni+="<param name='movie' value='anagni.swf' />";
txtAnagni+="<param name='quality' value='high' />";
txtAnagni+="<param name='bgcolor' value='#FFFFFF' />";
txtAnagni+="<embed src='anagni.swf' quality='high' bgcolor='#FFFFFF' width='400' height='400' name='flash' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
txtAnagni+="</div>";
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = txtAnagni;
}

function fiera(){
var txtFiera="<div align='center' id='flashanagni' style='padding-top:30px;padding-bottom:20px'>";
txtFiera+="<img src='img_shared/logoCentrale.jpg' width='220' height='113' border='0'><br><br>";
txtFiera+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='640' height='490' id='flash' align='middle'>";
txtFiera+="<param name='allowScriptAccess' value='sameDomain' />";
txtFiera+="<param name='movie' value='fiera.swf' />";
txtFiera+="<param name='quality' value='high' />";
txtFiera+="<param name='bgcolor' value='#FFFFFF' />";
txtFiera+="<embed src='fiera.swf' quality='high' bgcolor='#FFFFFF' width='640' height='490' name='flash' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
txtFiera+="</div>";
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = txtFiera;
}


function italia(){
var txtItalia="<div align='center' style='border-top:1px solid #000000;border-bottom:1px solid #000000;margin-top:50px;margin-bottom:50px'>";
txtItalia+="<table border='0' cellspacing='0' cellpadding='0'>";
txtItalia+="<tr>";
txtItalia+="<td id='nome_regione' name='nome_regione' class='testoReg' style='padding:2px 0px 2px 5px' bgcolor='#996633' align='center'>";
txtItalia+="scegli una regione...";
txtItalia+="</td>";
txtItalia+="<td width='420'  id='nome_regione2' name='nome_regione2' class='testoReg2' bgcolor='#FFCC33' style='padding:2px 0px 2px 5px'></td>";
txtItalia+="</tr>";
txtItalia+="<tr>";
txtItalia+="<td align='right' valign='top' width='230'><br>";
txtItalia+="<map name='FPMap0'>";
txtItalia+="<area href='javascript:queryCercaVenditori(18)'  onMouseOver='mouseDentro(18);' onMouseOut='mouseFuori(18);' shape='poly' coords='92,234,90,223,98,221,106,219,112,224,127,225,134,223,141,223,150,222,145,244,147,251,138,262' alt=''>";
txtItalia+="<area href='javascript:queryCercaVenditori(19)'  onMouseOver='mouseDentro(19);' onMouseOut='mouseFuori(19);' coords='22,145,16,197,42,197,46,138' shape='poly'>";
txtItalia+="<area href='javascript:queryCercaVenditori(16)'  onMouseOver='mouseDentro(16);' onMouseOut='mouseFuori(16);'  coords='144,145,215,191,217,175,152,129' shape='poly'>";
txtItalia+="<area href='javascript:queryCercaVenditori(13)'  onMouseOver='mouseDentro(13);' onMouseOut='mouseFuori(13);'  coords='120,148,149,183,156,170,140,142,123,148,123,150' shape='poly'>";
txtItalia+="<area href='javascript:queryCercaVenditori(17)'  onMouseOver='mouseDentro(17);' onMouseOut='mouseFuori(17);'  coords='155,181,165,206,150,226,156,234,189,195,171,179' shape='poly'>";
txtItalia+="<area href='javascript:queryCercaVenditori(11)'  onMouseOver='mouseDentro(11);' onMouseOut='mouseFuori(11);'  coords='76,116,114,149,122,137,86,106' shape='poly'>";
txtItalia+="<area href='javascript:queryCercaVenditori(15)'  onMouseOver='mouseDentro(15);' onMouseOut='mouseFuori(15);' shape='poly' coords='150,157,161,170,162,180,176,172,171,163,162,154' >";
txtItalia+="<area href='javascript:queryCercaVenditori(14)'  onMouseOver='mouseDentro(14);' onMouseOut='mouseFuori(14);'  coords='125,144,130,134,146,126,149,135,139,141' shape='poly'>";
txtItalia+="<area href='javascript:queryCercaVenditori(12)'  onMouseOver='mouseDentro(12);' onMouseOut='mouseFuori(12);'  coords='108,122,125,109,139,129,125,138,116,133' shape='poly'>";
txtItalia+="<area href='javascript:queryCercaVenditori(6)'  onMouseOver='mouseDentro(6);' onMouseOut='mouseFuori(6);'  coords='10,74,22,79,40,63,60,76,48,57,30,59,24,67,11,70' shape='poly'>";
txtItalia+="<area href='javascript:queryCercaVenditori(1)'  onMouseOver='mouseDentro(1);' onMouseOut='mouseFuori(1);'  coords='23,65,8,64,5,43,15,35,27,32,33,20,38,12,40,31,35,36,39,53' shape='poly'>";
txtItalia+="<area href='javascript:queryCercaVenditori(9)'  onMouseOver='mouseDentro(9);' onMouseOut='mouseFuori(9);'  shape='poly' coords='73,120,86,111,96,83,56,60'>";
txtItalia+="<area href='javascript:queryCercaVenditori(10)'  onMouseOver='mouseDentro(10);' onMouseOut='mouseFuori(10);'  shape='poly' coords='97,93,91,103,101,118,112,111,100,92'>";
txtItalia+="<area href='javascript:queryCercaVenditori(8)'  onMouseOver='mouseDentro(8);' onMouseOut='mouseFuori(8);'  shape='poly' coords='94,81,102,88,110,92,116,110,123,109,120,93,106,81'>";
txtItalia+="<area href='javascript:queryCercaVenditori(7)'  onMouseOver='mouseDentro(7);' onMouseOut='mouseFuori(7);'  shape='poly' coords='44,57,98,79,98,57,49,46'>";
txtItalia+="<area href='javascript:queryCercaVenditori(2)'  onMouseOver='mouseDentro(2);' onMouseOut='mouseFuori(2);'  shape='poly' coords='40,22,41,39,37,46,47,47,71,47,79,52,73,17,55,11'>";
txtItalia+="<area href='javascript:queryCercaVenditori(0)'  onMouseOver='mouseDentro(0);' onMouseOut='mouseFuori(0);' shape='poly' coords='14,22,8,29,16,34,29,31,27,19' >";
txtItalia+="<area href='javascript:queryCercaVenditori(3)'  onMouseOver='mouseDentro(3);' onMouseOut='mouseFuori(3);' shape='poly' coords='75,9,75,30,80,37,96,31,98,19,102,13,110,13,105,3,89,2,78,7' >";
txtItalia+="<area href='javascript:queryCercaVenditori(4)'  onMouseOver='mouseDentro(4);' onMouseOut='mouseFuori(4);' coords='73,41,85,54,103,57,101,47,115,40,108,31,106,19,110,12,104,11,98,22,94,31,84,33' shape='poly' >";
txtItalia+="<area href='javascript:queryCercaVenditori(5)'  onMouseOver='mouseDentro(5);' onMouseOut='mouseFuori(5);' shape='poly' coords='106,18,107,31,116,42,131,49,124,18' >";
txtItalia+="</map>";
txtItalia+="<img src='img_shared/italia.gif' alt='' height='271' width='216' border='0' usemap='#FPMap0'><br><br>";
txtItalia+="</td>";
txtItalia+="<td width='420' valign='top' class='testoVenditori' background='img_shared/bg.jpg'>";
txtItalia+="<div id='venditori' name='venditori'>";
txtItalia+="</div>";
txtItalia+="</td>";
txtItalia+="</tr>";
txtItalia+="<tr><td colspan='2' class='testo' style='padding-bottom:10px' align='center'>Per le province non presenti nell'elenco contattare direttamente l'Azienda al numero <b>(+39) 0775 782</b></td></tr>";


txtItalia+="</table>";
txtItalia+="</div>";
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = txtItalia;

}


regioni2= new Array("valledaosta","piemonte","lombardia","trentino","veneto","friuli","liguria","emilia","marche","toscana","umbria","lazio","abruzzo","campania","molise","basilicata","puglia","calabria","sicilia","sardegna");

regioni= new Array("Valle d'Aosta","Piemonte","Lombardia","Trentino Alto Adige","Veneto","Friuli Venezia Giulia","Liguria","Emilia Romagna","Marche","Toscana","Umbria","Lazio","Abruzzo","Campania","Molise","Basilicata","Puglia","Calabria","Sicilia","Sardegna");


function mouseDentro(n_reg){
document.getElementById("nome_regione").innerHTML = regioni[n_reg];
}
function mouseFuori(n_reg){
document.getElementById("nome_regione").innerHTML = "scegli una regione...";
}


// venditori

function venditori(){
if (http.readyState == 4) {
if (http.responseText.indexOf('invalid') == -1) {
// Split the comma delimited response into an array
results = http.responseText.split(":");
zona = new Array(results.length);
agente = new Array(results.length);
telefono = new Array(results.length);
for (var i=0; i < results.length; i++) {
var datiVenditori=results[i].split("^");
zona[i]=datiVenditori[0];
agente[i]=datiVenditori[1];
telefono[i]=datiVenditori[2];
} 
mostraVenditori();
isWorking = false;
}
}
}

var isWorking = false;
function queryCercaVenditori(n_reg) {
nmrRegione=n_reg;
if (!isWorking && http) {
var url_cerca = "venditori.php?regione=" + regioni2[n_reg] +"";
// window.alert(url_cerca);
http.open("GET", url_cerca, true);
http.onreadystatechange = venditori;
isWorking = true;
http.send(null);
}
}

// fine venditori


function mostraVenditori(){
document.getElementById("nome_regione2").innerHTML = regioni[nmrRegione];
var txtVenditori="";
if(zona.length==1) {
txtVenditori+="Contattare direttamente l'Azienda (vedi sotto)";
}
else {
for (var i=0; i < zona.length-1; i++) {
txtVenditori+="<font color='#CC0000'>" + zona[i] + "</font><br>";
txtVenditori+="" + agente[i] + "<br>";
txtVenditori+="" + telefono[i] + "<br><br>";
}
}
/* window.alert(txtVenditori); */
document.getElementById("venditori").innerHTML = txtVenditori;
}

// script contatti

function controlla(){
if(document.modulo.nome.value == "" ||
document.modulo.prov.value == "scegli la provincia..." ||
document.modulo.nazione.value == "" ||
document.modulo.email.value == "" ||
document.modulo.citta.value == "" ){
window.alert("Non sonoi stati riempiti tutti i campi obbligatori");
return false;
}
else{
if (document.modulo.privacy.value == false){
window.alert("E' necessario dare il consenso per il trattamento dei dati forniti ");
return false;
document.modulo.submit();
return false;
}
}
}


function emailvalidation(entered, alertbox)
{
with (entered)
{
apos=value.indexOf("@"); 
dotpos=value.lastIndexOf(".");
lastpos=value.length-1;
if (apos<1 || dotpos-apos<2 || lastpos-dotpos>4 || lastpos-dotpos<2) {
if (alertbox) {
alert(alertbox);
entered.value="";
} 
return false;
}
else {
return true;
}
}
}

function informativa(){
var popurl="informativa.htm"
winpops=window.open(popurl,"","width=400,height=338, scrollbars=yes")
}

function controllaB(){
if (document.moduloB.from.value == ""){
window.alert("Il campo email non può essere vuoto");
return false;
}
if (document.moduloB.privacy.value == false){
window.alert("Per l'invio del curriculum è necessario dare il consenso per il trattamento dei dati forniti ");
return false;
}
}

function contatti(){
var txtContatti="<form action='invia.php' method='POST' name='modulo'>";
txtContatti+="<table width='418' border='0' cellspacing='0' cellpadding='0' style='margin-top:20px;margin-bottom:30px'>";

txtContatti+="<tr>";
txtContatti+="<td colspan='2' class='testo' style='padding-top:5px; padding-bottom:5px'>";
txtContatti+="<font style='font-size:15px;color:#000000'><span style='color:#CC0000'>ALFA REFRATTARI SPA</span><br>Via Villamagna - 03012 Anagni (FR)<br>Tel.: +39 0775 7821 - Fax: +39 0775 782222</font>";
txtContatti+="<hr noshade size='1'>";
txtContatti+="</td>	";
txtContatti+="</tr>";

txtContatti+="<tr>";
txtContatti+="<td colspan='2' class='testo' style='padding-top:16px; padding-bottom:10px'>";
txtContatti+="<font color='#CC0000'>Per ricevere l'indirizzo del nostro rivenditore autorizzato pi&ugrave; vicino a te, compila il modulo che segue</font>";
txtContatti+="</td>	";
txtContatti+="</tr>";
txtContatti+="<tr height='135'>";
txtContatti+="<td valign='top' width='190' height='135' align='left'>";
txtContatti+="<p class='testo'><font color='red'>* </font>nome/cognome:<br>";
txtContatti+="<input type='text' name='nome' size='24' class='imput'><br>";
txtContatti+="<br>";
txtContatti+="<font color='red'>* </font>citt&agrave;:<br>";
txtContatti+="<input type='text' name='citta' size='24' class='imput'><br>";
txtContatti+="<br>";
txtContatti+="<font color='red'>* </font>nazione:<br>";
txtContatti+="<input type='text' name='nazione' size='24' class='imput'></p>";
txtContatti+="</td>";
txtContatti+="<td valign='top' width='228' height='135' align='left'>";
txtContatti+="<p class='testo'>indirizzo:<br>";
txtContatti+="<input type='text' name='indirizzo' size='30' class='imput'><br>";
txtContatti+="<br>";
txtContatti+="<font color='red'>* </font>provincia:<br>";
txtContatti+="<select name='prov' class='imput'>";
txtContatti+="<option>scegli la provincia...</option>";
txtContatti+="<option>Agrigento</option>";
txtContatti+="<option>Alessandria</option>";
txtContatti+="<option>Ancona</option>";
txtContatti+="<option>Aosta</option>";
txtContatti+="<option>Arezzo</option>";
txtContatti+="<option>Ascoli Piceno</option>";
txtContatti+="<option>Asti</option>";
txtContatti+="<option>Avellino</option>";
txtContatti+="<option>Bari</option>";
txtContatti+="<option>Belluno</option>";
txtContatti+="<option>Benevento</option>";
txtContatti+="<option>Bergamo</option>";
txtContatti+="<option>Biella</option>";
txtContatti+="<option>Bologna</option>";
txtContatti+="<option>Bolzano</option>";
txtContatti+="<option>Brescia</option>";
txtContatti+="<option>Brindisi</option>";
txtContatti+="<option>Cagliari</option>";
txtContatti+="<option>Caltanissetta</option>";
txtContatti+="<option>Campobasso</option>";
txtContatti+="<option>Caserta</option>";
txtContatti+="<option>Catania</option>";
txtContatti+="<option>Catanzaro</option>";
txtContatti+="<option>Chieti</option>";
txtContatti+="<option>Como</option>";
txtContatti+="<option>Cosenza</option>";
txtContatti+="<option>Cremona</option>";
txtContatti+="<option>Crotone</option>";
txtContatti+="<option>Cuneo</option>";
txtContatti+="<option>Enna</option>";
txtContatti+="<option>Ferrara</option>";
txtContatti+="<option>Firenze</option>";
txtContatti+="<option>Foggia</option>";
txtContatti+="<option>Forlì-Cesena</option>";
txtContatti+="<option>Frosinone</option>";
txtContatti+="<option>Genova</option>";
txtContatti+="<option>Gorizia</option>";
txtContatti+="<option>Grosseto</option>";
txtContatti+="<option>Imperia</option>";
txtContatti+="<option>Isernia</option>";
txtContatti+="<option>La Spezia</option>";
txtContatti+="<option>L'Aquila</option>";
txtContatti+="<option>Latina</option>";
txtContatti+="<option>Lecce</option>";
txtContatti+="<option>Lecco</option>";
txtContatti+="<option>Livorno</option>";
txtContatti+="<option>Lodi</option>";
txtContatti+="<option>Lucca</option>";
txtContatti+="<option>Macerata</option>";
txtContatti+="<option>Mantova</option>";
txtContatti+="<option>Massa-Carrara</option>";
txtContatti+="<option>Matera</option>";
txtContatti+="<option>Messina</option>";
txtContatti+="<option>Milano</option>";
txtContatti+="<option>Modena</option>";
txtContatti+="<option>Napoli</option>";
txtContatti+="<option>Novara</option>";
txtContatti+="<option>Nuoro</option>";
txtContatti+="<option>Oristano</option>";
txtContatti+="<option>Padova</option>";
txtContatti+="<option>Palermo</option>";
txtContatti+="<option>Parma</option>";
txtContatti+="<option>Pavia</option>";
txtContatti+="<option>Perugia</option>";
txtContatti+="<option>Pesaro e Urbino</option>";
txtContatti+="<option>Pescara</option>";
txtContatti+="<option>Piacenza</option>";
txtContatti+="<option>Pisa</option>";
txtContatti+="<option>Pistoia</option>";
txtContatti+="<option>Pordenone</option>";
txtContatti+="<option>Potenza</option>";
txtContatti+="<option>Prato</option>";
txtContatti+="<option>Ragusa</option>";
txtContatti+="<option>Ravenna</option>";
txtContatti+="<option>Reggio Calabria</option>";
txtContatti+="<option>Reggio Emilia</option>";
txtContatti+="<option>Rieti</option>";
txtContatti+="<option>Rimini</option>";
txtContatti+="<option>Roma</option>";
txtContatti+="<option>Rovigo</option>";
txtContatti+="<option>Salerno</option>";
txtContatti+="<option>Sassari</option>";
txtContatti+="<option>Savona</option>";
txtContatti+="<option>Siena</option>";
txtContatti+="<option>Siracusa</option>";
txtContatti+="<option>Sondrio</option>";
txtContatti+="<option>Taranto</option>";
txtContatti+="<option>Teramo</option>";
txtContatti+="<option>Terni</option>";
txtContatti+="<option>Torino</option>";
txtContatti+="<option>Trapani</option>";
txtContatti+="<option>Trento</option>";
txtContatti+="<option>Treviso</option>";
txtContatti+="<option>Trieste</option>";
txtContatti+="<option>Udine</option>";
txtContatti+="<option>Varese</option>";
txtContatti+="<option>Venezia</option>";
txtContatti+="<option>Verbano</option>";
txtContatti+="<option>Vercelli</option>";
txtContatti+="<option>Verona</option>";
txtContatti+="<option>Vibo Valentia</option>";
txtContatti+="<option>Vicenza</option>";
txtContatti+="<option>Viterbo</option>";
txtContatti+="</select>";
txtContatti+="<br>";
txtContatti+="<br>";
txtContatti+="<font color='red'>* </font>email:<br>";
txtContatti+="<input type='text' name='email' size='30' onchange=\"emailvalidation(this, 'Il campo email non è corretto')\" class='imput'><br>";
txtContatti+="</p>";
txtContatti+="</td>";
txtContatti+="</tr>";
txtContatti+="<tr height='8'>";
txtContatti+="<td valign='top' width='418' height='8' align='left'>";
txtContatti+="<p class='testo'>";
txtContatti+="tipologia mittente:<br>";
txtContatti+="<select name='tipo' size='1' class='imput'>";
txtContatti+="<option value='privato'>privato</option>";
txtContatti+="<option value='rivenditore edile'>rivenditore edile</option>";
txtContatti+="<option value='termoidraulico'>termoidraulico</option>";
txtContatti+="<option value='installatore'>installatore</option>";
txtContatti+="<option value='impresa'>impresa</option>";
txtContatti+="<option value='professionista'>professionista</option>";
txtContatti+="<option value='artigiano'>artigiano</option>";
txtContatti+="<option value='grossista/distributore'>grossista/distributore</option>";
txtContatti+="</select></p>";
txtContatti+="</td>";
txtContatti+="<td valign='top' width='418' height='8' align='left'>";
txtContatti+="<p class='testo'>";
txtContatti+="desidero informazioni su:<br>";
txtContatti+="<select name='prodotti' size='1' class='imput'>";
txtContatti+="<option value='forni'>forni</option>";
txtContatti+="<option value='barbecues'>barbecues</option>";
txtContatti+="<option value='focolari'>focolari</option>";
txtContatti+="<option value='caminetti rivestiti'>rivestimenti per caminetti</option>";
txtContatti+="<option value='prontocamino'>prontocamino</option>";
txtContatti+="</select></p>";
txtContatti+="</td>";
txtContatti+="</tr>";
txtContatti+="<tr height='8'>";
txtContatti+="<td colspan='2' valign='top' width='418' height='8' align='left'>";
txtContatti+="<hr noshade size='1'>";
txtContatti+="</td>";
txtContatti+="</tr>";
txtContatti+="<tr height='155'>";
txtContatti+="<td colspan='2' align='left' valign='top' width='418'>";
txtContatti+="<p class='testo'> oggetto messaggio:<br>";
txtContatti+="<input type='text' name='oggetto' size='37'><br>";
txtContatti+="<br>";
txtContatti+="testo messaggio:<br>";
txtContatti+="<textarea name='testo' rows='4' cols='40' class='imput'></textarea>";
txtContatti+="</p>";
txtContatti+="</td>";
txtContatti+="</tr>";
txtContatti+="<tr>";
txtContatti+="<td align='left' valign='top' width='190'>";
txtContatti+="<p class='testo'><font color='red'>* campi obbligatori</font></p>";
txtContatti+="</td>";
txtContatti+="<td align='right' valign='top' width='228'></td>";
txtContatti+="</tr>";
txtContatti+="<tr>";
txtContatti+="<td class='testo' colspan='2'><br>";
txtContatti+="<input name='privacy' type='checkbox'>&nbsp;&nbsp;Do il mio consenso al trattamento dei dati forniti [<a href='javascript:informativa()' class='testo'>informativa</a>]<br><br>";
txtContatti+="</td>";
txtContatti+="</tr>";
txtContatti+="<td class='testo' colspan='2'><br>";
txtContatti+="<input type='image' src='img_shared/invia2.gif' onclick='return controlla();'>";
txtContatti+="</td>";
txtContatti+="</tr>";
txtContatti+="</table>";
txtContatti+="</form>";
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = txtContatti;

}


// function catalogo(){
// var txtCatalogo="<table border='0' width='604' cellspacing='0' cellpadding='10' style='border:1px solid #000000;margin-top:20px;margin-bottom:20px'>";
// txtCatalogo+="<tr>";
// txtCatalogo+="<td class='txtCatCam' style='border-right:1px solid #000000;' bgcolor='#CC0033'><span style='color:#FFFFFF'>CATALOGO CAMINETTI</span>";
// txtCatalogo+="</td>";
// txtCatalogo+="<td class='txtCatCam' bgcolor='#3333CC'><span style='color:#FFFFFF'>CATALOGO REFRATTARI</span>";
// txtCatalogo+="</td>";
// txtCatalogo+="</tr>";
// txtCatalogo+="<tr>";
// txtCatalogo+="<td style='border-right:1px solid #000000' width='302' class='txtCatCam' valign='top'>";
// txtCatalogo+="<b>FORNI</b><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Forni_pronti','Forni&nbsp;pronti') class='txtCatCam'>Forni pronti</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Forni_professionali','Forni&nbsp;professionali&nbsp;per&nbsp;pizzeria') class='txtCatCam'>Forni professionali per pizzeria</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Forni_con_sportello_asportabile','Forni&nbsp;in&nbsp;refrattario&nbsp;con&nbsp;sportello&nbsp;asportabile') class='txtCatCam'>Forni in refrattario con sportello asportabile</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Forni_con_sportello_a_portina','Forni&nbsp;in&nbsp;refrattario&nbsp;con&nbsp;sportello&nbsp;a&nbsp;portina') class='txtCatCam'>Forni in refrattario con sportello a portina</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:istruzioni() class='txtCatCam'><i>ISTRUZIONI PER IL MONTAGGIO</i></a><br>";
// txtCatalogo+="<hr style='background: url(img_shared/hr.gif); border:none; height:1px'>";
// txtCatalogo+="<b>BARBECUES</b><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Barbecues_Elite','Barbecues&nbsp;Elite') class='txtCatCam'>Barbecues Elite</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Barbecues_Pret-a-porter','Barbecues&nbsp;Pret-a-porter') class='txtCatCam'>Barbecues Pret-a-porter</a><br><hr style='background: url(img_shared/hr.gif); border:none; height:1px'>";
// txtCatalogo+="<b>FOCOLARI</b><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Focolari_in_refrattario','Focolari&nbsp;in&nbsp;refrattario') class='txtCatCam'>Focolari in refrattario</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Focolari_da_cottura','Focolari&nbsp;da&nbsp;cottura') class='txtCatCam'>Focolari da cottura, in refrattario</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Focolari_in_ghisa_GHISATERM','Focolari&nbsp;in&nbsp;ghisa&nbsp;GHISATERM') class='txtCatCam'>Focolari in ghisa 'Ghisaterm'</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Focolari_in_ghisa_GHISAFORT','Focolari&nbsp;in&nbsp;ghisa&nbsp;GHISAFORT') class='txtCatCam'>Focolari in ghisa 'Ghisafort'</a><br><hr style='background: url(img_shared/hr.gif); border:none; height:1px'>";
// txtCatalogo+="<b>RIVESTIMENTI</b><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Prontocamini_in_ghisa','Prontocamini&nbsp;in&nbsp;ghisa') class='txtCatCam'>Prontocamino (focolari in ghisa)</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Prontocamini_in_refrattario','Prontocamini&nbsp;in&nbsp;refrattario') class='txtCatCam'>Prontocamino (focolari in refrattario)</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Rivestimenti_per_focolari','Rivestimenti&nbsp;per&nbsp;focolari') class='txtCatCam'>Rivestimenti per focolari</a><br><hr style='background: url(img_shared/hr.gif); border:none; height:1px'>";
// txtCatalogo+="<b>CAMINETTI AD ARIA VENTILATA</b><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Caminetti_ad_aria_calda_inserti','Caminetti&nbsp;ad&nbsp;aria&nbsp;ventilata') class='txtCatCam'>Inserti</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Caminetti_ad_aria_calda_monoblocco','Caminetti&nbsp;ad&nbsp;aria&nbsp;ventilata') class='txtCatCam'>Monoblocchi</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Sistema_Caldo_Pronto','Caminetti&nbsp;ad&nbsp;aria&nbsp;ventilata') class='txtCatCam'>Caldo Pronto</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Sistema_Solaris_Pronto','Caminetti&nbsp;ad&nbsp;aria&nbsp;ventilata') class='txtCatCam'>Solaris Pronto</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Sistema_Vista_Pronto','Caminetti&nbsp;ad&nbsp;aria&nbsp;ventilata') class='txtCatCam'>Vista Pronto</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Sistema_Vista_Large_Pronto','Caminetti&nbsp;ad&nbsp;aria&nbsp;ventilata') class='txtCatCam'>Vista Large Pronto</a><br><hr style='background: url(img_shared/hr.gif); border:none; height:1px'>";
// txtCatalogo+="<b>CAMINETTI CALDAIA</b><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Caminetti_caldaia_inserti','Caminetti&nbsp;caldaia') class='txtCatCam'>Inserti</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Caminetti_caldaia_monoblocco','Caminetti&nbsp;caldaia') class='txtCatCam'>Monoblocchi</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Sistema_Calidra_Pronta','Caminetti&nbsp;caldaia') class='txtCatCam'>Calidra Pronta</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Sistema_Horizon_Pronto','Caminetti&nbsp;caldaia') class='txtCatCam'>Horizon Pronto</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Sistema_Vista_Idro_26_Pronto','Caminetti&nbsp;caldaia') class='txtCatCam'>Vista Idro 26 Pronto</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Sistema_Vista_Idro_34_Pronto','Caminetti&nbsp;caldaia') class='txtCatCam'>Vista Idro 34 Pronto</a><br>";
// 
// 
// txtCatalogo+="</td>";
// txtCatalogo+="<td width='302' class='txtCatCam' valign='top'>";
// txtCatalogo+="<b>REFRATTARI</b><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('mattoni_pressati') class='txtCatCam'>Mattoni pressati</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('tavella_antichizzata') class='txtCatCam'>Tavella antichizzata</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:eval(queryRefrattari('mattoni_sable')) class='txtCatCam'>Mattoni a mano 'Sablè'</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('mattoni_vecchia_europa') class='txtCatCam'>Mattoni e mattoncini Vecchia Europa</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('speciali_vecchia_europa') class='txtCatCam'>Pezzi speciali Vecchia Europa</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:eval(queryRefrattari('qualita_rossa')) class='txtCatCam'>Materiali di qualità rossa</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:eval(queryRefrattari('qualita_bianca')) class='txtCatCam'>Materiali di qualità bianca</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('vecchio_mattone') class='txtCatCam'>Vecchio mattone</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('malte_refrattarie') class='txtCatCam'>Malte Refrattarie</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('fibre_ceramiche') class='txtCatCam'>Fibra ceramica 'Ecologica'</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('cotto_med') class='txtCatCam'>Cotto Med</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('listello_leggero') class='txtCatCam'>Listello leggero</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('coprimuro') class='txtCatCam'>Coprimuro</a><br>";
// txtCatalogo+="</td>";
// txtCatalogo+="</tr>";
// txtCatalogo+="</table>";
// document.getElementById("centrale").style.background="#FFFFFF";
// document.getElementById("centrale").innerHTML = txtCatalogo;
// 
// }


// function catalogo(){
// var txtCatalogo="<table border='0' width='604' cellspacing='0' cellpadding='8' style='border:1px solid #000000;margin-top:20px;margin-bottom:20px'>";
// txtCatalogo+="<tr>";
// txtCatalogo+="<td class='txtCatCam' bgcolor='#CC0033' colspan='2'><span style='color:#FFFFFF'>CATALOGO CAMINETTI</span>";
// txtCatalogo+="</td>";
// txtCatalogo+="</tr>";
// txtCatalogo+="<tr>";
// txtCatalogo+="<td style='border-right:1px solid #000000' width='304' class='txtCatCam' valign='top'>";
// 
// txtCatalogo+="<span style='font-size:12px'><b>FORNI</b></span><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Forni_pronti','Forni&nbsp;pronti') class='txtCatCam'>Forni pronti</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Forni_professionali','Forni&nbsp;per&nbsp;pizzeria&nbsp;a&nbsp;legna') class='txtCatCam'>Forni  per pizzeria a legna</a><br>";
// 
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Forni_professionali_gas','Forni&nbsp;per&nbsp;pizzeria&nbsp;a&nbsp;legna&nbsp;e&nbsp;a&nbsp;gas') class='txtCatCam'>Forni  per pizzeria a legna e a gas</a>&nbsp;&nbsp;<span class='imgnews'>&nbsp;NOVIT&Agrave;&nbsp;</span><br>";
// 
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Forni_con_sportello_asportabile','Forni&nbsp;in&nbsp;refrattario&nbsp;con&nbsp;sportello&nbsp;asportabile') class='txtCatCam'>Forni in refrattario con sportello asportabile</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Forni_con_sportello_a_portina','Forni&nbsp;in&nbsp;refrattario&nbsp;con&nbsp;sportello&nbsp;a&nbsp;portina') class='txtCatCam'>Forni in refrattario con sportello a portina</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:istruzioni() class='txtCatCam'><i>ISTRUZIONI PER IL MONTAGGIO</i></a><br>";
// 
// txtCatalogo+="<hr style='background: url(img_shared/hr.gif); border:none; height:1px'>";
// 
// txtCatalogo+="<span style='font-size:12px'><b>BARBECUES</b></span><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Barbecues_Elite','Barbecues&nbsp;Elite') class='txtCatCam'>Barbecues Elite</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Barbecues_Pret-a-porter','Barbecues&nbsp;Pret-a-porter') class='txtCatCam'>Barbecues Pret-a-porter</a><br>";
// 
// txtCatalogo+="<hr style='background: url(img_shared/hr.gif); border:none; height:1px'>";
// 
// 
// txtCatalogo+="<span style='font-size:12px'><b>FOCOLARI</b></span><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Focolari_in_refrattario','Focolari&nbsp;in&nbsp;refrattario') class='txtCatCam'>Focolari in refrattario</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Focolari_da_cottura','Focolari&nbsp;da&nbsp;cottura') class='txtCatCam'>Focolari da cottura, in refrattario</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Focolari_in_ghisa_GHISATERM','Focolari&nbsp;in&nbsp;ghisa&nbsp;GHISATERM') class='txtCatCam'>Focolari in ghisa 'Ghisaterm'</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Focolari_in_ghisa_GHISAFORT','Focolari&nbsp;in&nbsp;ghisa&nbsp;GHISAFORT') class='txtCatCam'>Focolari in ghisa 'Ghisafort'</a><br>";
// 
// txtCatalogo+="<hr style='background: url(img_shared/hr.gif); border:none; height:1px'>";
// 
// txtCatalogo+="<span style='font-size:12px'><b>TERMOCAMINETTI</b></span><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Termo_inserti_a_parete','Caminetti&nbsp;ad&nbsp;aria&nbsp;ventilata&nbsp;a&nbsp;parete') class='txtCatCam'>Inserti a parete</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Termo_inserti_ad_angolo','Caminetti&nbsp;ad&nbsp;aria&nbsp;ventilata&nbsp;ad&nbsp;angolo') class='txtCatCam'>Inserti ad angolo</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Termo_monoblocchi','Caminetti&nbsp;ad&nbsp;aria&nbsp;ventilata&nbsp;monoblocco') class='txtCatCam'>Monoblocchi</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Termo_saliscendi','Caminetti&nbsp;ad&nbsp;aria&nbsp;ventilata&nbsp;saliscendi') class='txtCatCam'>Saliscendi</a><br>";
// 
// txtCatalogo+="<hr style='background: url(img_shared/hr.gif); border:none; height:1px'>";
// 
// txtCatalogo+="<span style='font-size:12px'><b>CAMINETTI CALDAIA</b></span><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Caldaie_inserti_a_parete','Caminetti&nbsp;caldaia&nbsp;a&nbsp;parete') class='txtCatCam'>Inserti a parete</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Caldaie_monoblocco_ad_angolo','Caminetti&nbsp;caldaia&nbsp;ad&nbsp;angolo') class='txtCatCam'>Monoblocchi ad angolo</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Caldaie_saliscendi_ad_angolo','Caminetti&nbsp;caldaia&nbsp;saliscendi&nbsp;ad&nbsp;angolo') class='txtCatCam'>Saliscendi ad angolo</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryFamiglia('Caldaie_saliscendi_a_parete','Caminetti&nbsp;caldaia&nbsp;saliscendi&nbsp;a&nbsp;parete') class='txtCatCam'>Saliscendi a parete</a><br>";
// 
// txtCatalogo+="</td>";
// 
// txtCatalogo+="<td width='304' class='txtCatCam' valign='top'>";
// 
// 
// txtCatalogo+="<div style='padding:1px 1px 10px 1px'><span style='font-size:12px'><b>CAMINETTI CON RIVESTIMENTO</b></span></div>";
// 
// txtCatalogo+="<div style='padding:1px 0px 1px 5px'><span style='color:#CC0033'><b>CON FOCOLARE TRADIZIONALE APERTO</span></b></div>";
// 
// txtCatalogo+="<div style='padding:1px 0px 1px 12px'><a href=javascript:queryFamiglia('Prontocamini_in_ghisa','Prontocamini&nbsp;in&nbsp;ghisa') class='txtCatCam'>Prontocamino (focolari in ghisa)</a><br>";
// txtCatalogo+="<a href=javascript:queryFamiglia('Prontocamini_in_refrattario','Prontocamini&nbsp;in&nbsp;refrattario') class='txtCatCam'>Prontocamino (focolari in refrattario)</a><br>";
// txtCatalogo+="<a href=javascript:queryFamiglia('Rivestimenti_per_focolari_aperti','Rivestimenti&nbsp;per&nbsp;focolari&nbsp;aperti') class='txtCatCam'>Rivestimenti per focolari aperti</a></div><br>";
// 
// 
// txtCatalogo+="<div style='padding:1px 0px 1px 5px'><span style='color:#CC0033'><b>CON FOCOLARE CHIUSO VETROCERAMICO</span></b></div>";
// 
// txtCatalogo+="<div style='padding:1px 0px 1px 12px'><b>Termocaminetti con rivestimento</b></div>";
// 
// txtCatalogo+="<div style='padding:1px 0px 1px 16px'><a href=javascript:queryFamiglia('Sistema_Caldo_Pronto','Sistema&nbsp;Caldo&nbsp;Pronto') class='txtCatCam'>Caldo Pronto</a><br>";
// txtCatalogo+="<a href=javascript:queryFamiglia('Sistema_Solaris_Pronto','Sistema&nbsp;Solaris&nbsp;Pronto') class='txtCatCam'>Solaris Pronto</a><br>";
// txtCatalogo+="<a href=javascript:queryFamiglia('Sistema_Vista_Pronto','Sistema&nbsp;Vista&nbsp;Pronto') class='txtCatCam'>Vista Pronto</a><br>";
// txtCatalogo+="<a href=javascript:queryFamiglia('Sistema_Vista_Large_Pronto','Sistema&nbsp;Vista&nbsp;Large&nbsp;Pronto') class='txtCatCam'>Vista Large Pronto</a></div>";
// 
// txtCatalogo+="<div style='padding:4px 0px 1px 12px'><b>Caminetti caldaia con rivestimento</b></div>";
// 
// txtCatalogo+="<div style='padding:1px 0px 1px 16px'><a href=javascript:queryFamiglia('Sistema_Calidra_Pronta','Sistema&nbsp;Calidra&nbsp;Pronta') class='txtCatCam'>Calidra Pronta</a><br>";
// txtCatalogo+="<a href=javascript:queryFamiglia('Sistema_Horizon_Pronto','Sistema&nbsp;Horizon&nbsp;Pronto') class='txtCatCam'>Horizon Pronto</a><br>";
// txtCatalogo+="<a href=javascript:queryFamiglia('Sistema_Vista_Idro_26_Pronto','Sistema&nbsp;Vista&nbsp;Idro&nbsp;26&nbsp;Pronto') class='txtCatCam'>Vista Idro 26 Pronto</a><br>";
// txtCatalogo+="<a href=javascript:queryFamiglia('Sistema_Vista_Idro_34_Pronto','Sistema&nbsp;Vista&nbsp;Idro&nbsp;34&nbsp;Pronto') class='txtCatCam'>Vista Idro 34 Pronto</a><br></div>";
// 
// txtCatalogo+="<div style='padding:4px 0px 1px 12px'><b>Inserti con rivestimento</b></div>";
// 
// txtCatalogo+="<div style='padding:1px 0px 1px 16px'><a href=javascript:queryRivestimento('Nodo') class='txtCatCam'>Rivestimento Nodo</a><br>";
// txtCatalogo+="<a href=javascript:queryRivestimento('Farfalla') class='txtCatCam'>Rivestimento Farfalla</a><br>";
// txtCatalogo+="<a href=javascript:queryRivestimento('Occhio') class='txtCatCam'>Rivestimento Occhio</a><br>";
// txtCatalogo+="<a href=javascript:queryRivestimento('Siena_Argento') class='txtCatCam'>Rivestimento Siena Argento</a><br>";
// txtCatalogo+="<a href=javascript:queryRivestimento('Fabrizio') class='txtCatCam'>Rivestimento Fabrizio</a><br>";
// txtCatalogo+="<a href=javascript:queryRivestimento('Sara') class='txtCatCam'>Rivestimento Sara</a><br>";
// txtCatalogo+="<a href=javascript:queryRivestimento('Andrea') class='txtCatCam'>Rivestimento Andrea</a><br></div>";
// 
// 
// 
// txtCatalogo+="</td>";
// 
// txtCatalogo+="</tr>";
// 
// txtCatalogo+="<tr>";
// txtCatalogo+="<td class='txtCatCam' bgcolor='#3333CC' colspan='2'><span style='color:#FFFFFF'>CATALOGO REFRATTARI</span>";
// txtCatalogo+="</td>";
// txtCatalogo+="</tr>";
// 
// txtCatalogo+="<tr>";
// txtCatalogo+="<td style='border-right:1px solid #000000' width='304' class='txtCatCam' valign='top'>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('mattoni_pressati') class='txtCatCam'>Mattoni pressati</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('tavella_antichizzata') class='txtCatCam'>Tavella antichizzata</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:eval(queryRefrattari('mattoni_sable')) class='txtCatCam'>Mattoni a mano 'Sablè'</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('mattoni_vecchia_europa') class='txtCatCam'>Mattoni e mattoncini Vecchia Europa</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('speciali_vecchia_europa') class='txtCatCam'>Pezzi speciali Vecchia Europa</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:eval(queryRefrattari('qualita_rossa')) class='txtCatCam'>Materiali di qualità rossa</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:eval(queryRefrattari('qualita_bianca')) class='txtCatCam'>Materiali di qualità bianca</a><br>";
// 
// txtCatalogo+="</td>";
// 
// txtCatalogo+="<td width='304' class='txtCatCam' valign='top'>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('vecchio_mattone') class='txtCatCam'>Vecchio mattone</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('malte_refrattarie') class='txtCatCam'>Malte Refrattarie</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('fibre_ceramiche') class='txtCatCam'>Fibra ceramica 'Ecologica'</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('cotto_med') class='txtCatCam'>Cotto Med</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('listello_leggero') class='txtCatCam'>Listello leggero</a><br>";
// txtCatalogo+="&nbsp;<a href=javascript:queryRefrattari('coprimuro') class='txtCatCam'>Coprimuro</a><br>";
// txtCatalogo+="</td>";
// txtCatalogo+="</tr>";
// txtCatalogo+="</table>";
// document.getElementById("centrale").style.background="#FFFFFF";
// document.getElementById("centrale").innerHTML = txtCatalogo;
// }



// mostra novita
function mostraNovita(){
var results="<table border='0'  width='596' cellspacing='0' cellpadding='0' style='margin-top:30px'>";
results+="<tr>";
results+="<td bgcolor='#FFFF33' class='titCatalogo' style='border-bottom:1px solid black'>NOVIT&Agrave;</td>";
results+="<td bgcolor='#FFFF33' width='84' bgcolor='#FFFFFF' style='border-bottom:1px solid black' align='right'>&nbsp;</td>";
results+="<td width='120' bgcolor='#FFCC33' style='border-bottom:1px solid black' align='right'><a href='javascript:novita()'><img src='img_shared/indietro.jpg' width='84' height='20' border='0'></a></td>";
results+="</tr>";
results+="</table>";
if (http.readyState == 4) {
if (http.responseText.indexOf('invalid') == -1) {
// Split the comma delimited response into an array
results += http.responseText;
} 
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = results;
isWorking = false;
}
}


var isWorking = false;
function queryNovita(nP,nP2,nws) {
scrSt = window.scrollY;
if (!isWorking && http) {
document.getElementById("centrale").innerHTML = "<div style='margin-top:200px'><img src='img_shared/bigrotation2.gif' /></div>";
document.body.scrollTop=0;

if(nws==1){
queryFamiglia(nP,nP2);
}else{
var url_cerca = "novita.php?prodotto=" + nP;
}

var url_cerca = "novita.php?prodotto=" + nP;
/* window.alert(url_cerca); */
http.open("GET", url_cerca, true);
http.onreadystatechange = mostraNovita;
isWorking = true;
http.send(null);
}
}

// fine mostra novita



// mostra rivestimento
function mostraRivestimento(){
var results="<table border='0'  width='596' cellspacing='0' cellpadding='0' style='margin-top:30px'>";
results+="<tr>";
results+="<td class='titCatalogo' style='border-bottom:1px solid black'>Rivestimento con inserto</td>";
results+="<td width='84' bgcolor='#FFFFFF' style='border-bottom:1px solid black' align='right'>&nbsp;</td>";
results+="<td width='120' bgcolor='#FFCC33' style='border-bottom:1px solid black' align='right'><a href='catalogo.html'><img src='img_shared/tornaCatalogo.jpg' width='120' height='20' border='0'></a></td>";
results+="</tr>";
results+="</table>";
if (http.readyState == 4) {
if (http.responseText.indexOf('invalid') == -1) {
// Split the comma delimited response into an array
results += http.responseText;
} 
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = results;
isWorking = false;
}
}


var isWorking = false;
function queryRivestimento(nP) {
if (!isWorking && http) {
document.getElementById("centrale").innerHTML = "<div style='margin-top:200px'><img src='img_shared/bigrotation2.gif' /></div>";
document.body.scrollTop=0;
var url_cerca = "rivestimenti.php?prodotto=" + nP;
/* window.alert(url_cerca); */
http.open("GET", url_cerca, true);
http.onreadystatechange = mostraRivestimento;
isWorking = true;
http.send(null);
}
}

// fine mostra il rivestimento




// mostra il prodotto
function mostraProdotto(){
nameFamily=nomeFamiglia.replace(/_/g," ");
var results="<table border='0'  width='596' cellspacing='0' cellpadding='0' style='margin-top:30px'>";
results+="<tr>";
results+="<td class='titCatalogo' style='border-bottom:1px solid black'>" + nomeFamiglia2 + "</td>";
results+="<td width='84' bgcolor='#FFCC33' style='border-bottom:1px solid black' align='right'><a href='javascript:indietro()' name='top'><img src='img_shared/indietro.jpg' width='84' height='20' border='0'></a></td>";
results+="<td width='120' bgcolor='#FFCC33' style='border-bottom:1px solid black' align='right'><a href='catalogo.html'><img src='img_shared/tornaCatalogo.jpg' width='120' height='20' border='0'></a></td>";
results+="</tr>";
results+="</table>";
if (http.readyState == 4) {
if (http.responseText.indexOf('invalid') == -1) {
// Split the comma delimited response into an array
results += http.responseText;
} 
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = results;
isWorking = false;
}
}


var isWorking = false;
function queryProdotto(nP) {

scrSt = window.scrollY;

// window.alert(scrSt);

if (!isWorking && http) {
document.getElementById("centrale").innerHTML = "<div style='margin-top:200px'><img src='img_shared/bigrotation2.gif' /></div>";
// document.body.scrollTop=0;
var url_cerca = "prodotti.php?prodotto=" + nP;
/* window.alert(url_cerca); */
http.open("GET", url_cerca, true);
http.onreadystatechange = mostraProdotto;
isWorking = true;
http.send(null);
}
}

// fine mostra il prodotto


// mostra la famiglia

function mostraFamiglia(){
// nameFamily=nomeFamiglia.replace(/_/g,"&nbsp;");
var results="<table border='0'  width='596' cellspacing='0' cellpadding='0' style='margin-top:30px'>";
results+="<tr>";
results+="<td class='titCatalogo' style='border-bottom:1px solid black'>" + nomeFamiglia2 + "</td>";
results+="<td bgcolor='#FFCC33' align='right' width='120' style='border-bottom:1px solid black'><a href='catalogo.html'><img src='img_shared/tornaCatalogo.jpg' width='120' height='20' border='0'></a></td>";
results+="</tr>";
results+="</table>";
if (http.readyState == 4) {
if (http.responseText.indexOf('invalid') == -1) {
// Split the comma delimited response into an array
results += http.responseText;
} 

document.getElementById("centrale").innerHTML = results;
txtIndietro = results;
isWorking = false;
}
}

var isWorking = false;

function queryFamiglia(nF,nF2) {
nomeFamiglia=nF;
nomeFamiglia2=nF2;
document.getElementById("centrale").innerHTML = "<div style='margin-top:200px'><img src='img_shared/bigrotation2.gif' /></div>";
// window.alert('pippo');
if (!isWorking && http) {
var url_cerca = "famiglie.php?famiglia=" + nF;
//  window.alert(url_cerca); 
http.open("GET", url_cerca, true);
http.onreadystatechange = mostraFamiglia;
isWorking = true;
http.send(null);
}
}

// fine mostra la famiglia

// indietro (da prodotto torna alla famiglia)
function indietro(){
document.getElementById("centrale").innerHTML = txtIndietro;
window.scrollTo(0,scrSt);
}

// mostra refrattari



// dove siamo

function dovesiamo(){
var txtDovesiamo="<table border='0' width='590' cellspacing='0' cellpadding='0' style='border-top:1px solid #000000;border-bottom:1px solid #000000;margin-top:30px;margin-bottom:30px'>";
txtDovesiamo+="<tr>";
txtDovesiamo+="<td class='testo' style='padding:20px' align='center'>";
txtDovesiamo+="<font style='font-size:15px;color:#000000'><span style='color:#CC0000'>ALFA REFRATTARI SPA</span><br>Via Villamagna - 03012 Anagni (FR)<br>Tel.: +39 0775 7821 - Fax: +39 0775 782222</font><br><br><br>";
txtDovesiamo+="<img src='img_shared/piantina.gif' width='500' height='377' border='0'><br><br>";
txtDovesiamo+="<input type='button' value='guarda la mappa con Google maps' onclick=window.open('map.html','mappa','width=600,height=500,')>";
txtDovesiamo+="</td>";
txtDovesiamo+="</tr>";
txtDovesiamo+="</table>";
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = txtDovesiamo;

}

// novità

function novita(){
var txtNov = "<table border='0'  width='596' cellspacing='0' cellpadding='5' style='margin-top:30px;margin-bottom:20px'>";
txtNov+="<tr>";
txtNov+="<td class='testoGrandissimo' colspan='3' style='background-color:#B81422'>";
txtNov+="<span style='color:#FFFFFF'>Alfa Refrattari &egrave; lieta di presentare i suoi nuovi prodotti:</span>";
txtNov+="<tr>";
txtNov+="</tr>";
txtNov+="</table>";
txtNov+= "<table border='0'  width='596' cellspacing='0' cellpadding='5' style='margin-top:30px;margin-bottom:10px'>";
txtNov+="<tr>";
txtNov+="<td valign='top' align='center'>";
txtNov+="<a href=javascript:queryFamiglia('Stufe_aquarius','Stufe&nbsp;AQUARIUS')><img src='img_prodotti/stufe_aquarius/aquariusNews.jpg' width='580' border='0'></a>";
txtNov+="</td>";
txtNov+="</tr>";
txtNov+="</table>";

txtNov+="<hr size='1' width='596'>";

txtNov+= "<table border='0'  width='596' cellspacing='0' cellpadding='5' style='margin-top:10px;margin-bottom:10px'>";
txtNov+="<tr>";
txtNov+="<td valign='top' align='center'>";
txtNov+="<a href=javascript:queryFamiglia('Stufe_caminetto','Stufe%C2%A0caminetto')><img src='img_prodotti/stufe_caminetto/stufecaminettoNews.jpg' width='580' border='0'></a>";
txtNov+="</td>";
txtNov+="</tr>";
txtNov+="</table>";

txtNov+="<hr size='1' width='596'>";

txtNov+= "<table border='0'  width='596' cellspacing='0' cellpadding='5' style='margin-top:10px;margin-bottom:10px'>";
txtNov+="<tr>";
txtNov+="<td valign='top' align='center'>";
txtNov+="<a href=javascript:queryFamiglia('Forni_giardino','Forni&nbsp;pronti&nbsp;da&nbsp;giardino')><img src='img_prodotti/forni_pronti/news.jpg' width='580' border='0'></a>";
txtNov+="</td>";
txtNov+="</tr>";
txtNov+="</table>";

txtNov+="<hr size='1' width='596'>";

txtNov+= "<table border='0'  width='596' cellspacing='0' cellpadding='5' style='margin-top:10px;margin-bottom:10px'>";
txtNov+="<tr>";
txtNov+="<td valign='top' align='center'>";
txtNov+="<a href=javascript:queryFamiglia('Prontocamini_in_refrattario','Prontocamini&nbsp;in&nbsp;refrattario')><img src='img_prodotti/prontocamini_in_refrattario/news.jpg' width='580' border='0'></a>";
txtNov+="</td>";
txtNov+="</tr>";
txtNov+="</table>";

txtNov+="<hr size='1' width='596'>";

txtNov+= "<table border='0'  width='596' cellspacing='0' cellpadding='5' style='margin-top:10px;margin-bottom:10px'>";
txtNov+="<tr>";
txtNov+="<td valign='top' align='center'>";
txtNov+="<img src='img_prodotti/altro/newRivestimenti.jpg' width='580' border='0'>";
txtNov+="</td>";
txtNov+="</tr>";
txtNov+="</table>";

document.getElementById("centrale").innerHTML = txtNov;
window.scrollTo(0,scrSt);
}

// fine novità

function mostraRefrattari(){
nameRefrattario=nomeRefrattario.replace(/_/g,"&nbsp;");
var results="<table border='0' width='604' cellspacing='0' cellpadding='0' style='margin-top:30px'>";
results+="<tr>";
results+="<td width='462' class='titCatalogo' style='border-bottom:1px solid #000000'>" + nameRefrattario + "</td>";
results+="<td bgcolor='#FFCC33' width='141' style='border-bottom:1px solid #000000' align='right'><a href='catalogo.html'><img src='img_shared/tornaCatalogo.jpg' width='120' height='20' border='0'></a></td>";
results+="</tr>";
results+="</table>";
if (http.readyState == 4) {
if (http.responseText.indexOf('invalid') == -1) {
// Split the comma delimited response into an array
results += http.responseText;
} 
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = results;
isWorking = false;
}
}


var isWorking = false;
function queryRefrattari(nR) {
nomeRefrattario=nR;
if (!isWorking && http) {
var url_cerca = "refrattario.php?pezzo=" + nR;
/* window.alert(url_cerca); */
http.open("GET", url_cerca, true);
http.onreadystatechange = mostraRefrattari;
isWorking = true;
http.send(null);
}
}

// fine mostra refrattari


function gallery(){
setTrans(7,'100');
var viewer = new PhotoViewer();
for (var i=1; i <=10; i++) {
viewer.add('gallery/foto'+ i + '.jpg');
}
void(viewer.show(0));
document.getElementById("flashome").style.display='none';
}

function ricarica(){
setTrans(7,'100');
document.getElementById("flashome").style.display='block';
}




// curriculum
function g(y){
document.getElementById('curric').style.height=y+"px";
}

function mostra_cur(w) {
document.getElementById('curric').style.display="block";
if (w <= 120) {
g(w)
w += 5;
window.setTimeout("mostra_cur("+w+")", 10);
}
}


function nascondi_cur(w) {
if (w >= 0) {
g(w)
w -= 5;
window.setTimeout("nascondi_cur("+w+")", 10);

}
}


// istruzioni montaggio forni
function istruzioni(){
var txtIstrz="<table width='604' cellspacing='0' cellpadding='4' bgcolor='#FCE199' style='margin-top:30px'>";
txtIstrz+="<tr>";
txtIstrz+="<td bgcolor='#FFCC33' class='titCatalogo' style='border-bottom:1px solid #000000'></td>";
txtIstrz+="<td bgcolor='#FFCC33' style='border-bottom:1px solid #000000' align='right'><a href='catalogo.html'><img src='img_shared/tornaCatalogo.jpg' width='120' height='20' border='0'></a></td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td colspan='2' class='testoIstruzioniTitolo'>";
txtIstrz+="<b>ISTRUZIONI PER IL MONTAGGIO DEL FORNO <span style='color:red'>ALFA CAMINETTI</span></b>";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td width='300'>";
txtIstrz+="<img src='img_shared/istr1.gif' width='300' height='200' border='0'>";
txtIstrz+="</td>";
txtIstrz+="<td class='testoIstruzioni'>";
txtIstrz+="Realizzare due appoggi in muratura alti cm 60 circa per ottenere un piano fuoco alto cm 100";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td width='300'>";
txtIstrz+="<img src='img_shared/istr2.gif' width='300' height='200' border='0'>";
txtIstrz+="</td>";
txtIstrz+="<td class='testoIstruzioni'>";
txtIstrz+="Poggiare una soletta portante in calcestruzzo, di spessore cm 15 circa";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td width='300'>";
txtIstrz+="<img src='img_shared/istr3.gif' width='300' height='200' border='0'>";
txtIstrz+="</td>";
txtIstrz+="<td class='testoIstruzioni'>";
txtIstrz+="Realizzare un piano alto circa cm 20 in pannelli di cemento cellulare leggero o in calcestruzzo alleggerito a base di argilla espansa o vermiculite";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td width='300'>";
txtIstrz+="<img src='img_shared/istr4.gif' width='300' height='200' border='0'>";
txtIstrz+="</td>";
txtIstrz+="<td class='testoIstruzioni'>";
txtIstrz+="Dopo aver bagnato il piano, stendere un leggero strato di <span style='color:red'>Refrax</span> con spatola dentatta per adagiare i pezzi che compongono il piano";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td width='300'>";
txtIstrz+="<img src='img_shared/istr5.gif' width='300' height='200' border='0'>";
txtIstrz+="</td>";
txtIstrz+="<td class='testoIstruzioni'>";
txtIstrz+="Bagnare gli interstizi tra i pezzi che compongono il piano fuoco e stuccare con il <span style='color:red'>Refrax</span>, avendo cura di tenere la stuccatura leggermente pi&ugrave; bassa del piano, per evitare urti della pala forno.<br>Lo spazio tra il piano e le pareti della cupola va lasciato vuoto e non va stuccato!";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td width='300'>";
txtIstrz+="<img src='img_shared/istr6.gif' width='300' height='200' border='0'>";
txtIstrz+="</td>";
txtIstrz+="<td class='testoIstruzioni'>";
txtIstrz+="Dopo aver montato la cupola e l'eventuale arco, controllare che i vari pezzi siano ben assestati";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td width='300'>";
txtIstrz+="<img src='img_shared/istr7.gif' width='300' height='200' border='0'>";
txtIstrz+="</td>";
txtIstrz+="<td class='testoIstruzioni'>";
txtIstrz+="Dopo aver bagnato le giunture tra i pezzi che compongono la cupola, stendere dall'esterno un cordolo di <span style='color:red'>Refrax</span> di cm 5.<br>Se si vuole avere una maggiore inerzia termica, si consiglia di gettare uno strato di <span style='color:red'>Refrax</span> su tutta la cupola con spessore variabile fino a 6 cm.<br>Nei forni pi&ugrave; grandi si deve porre nel <span style='color:red'>Refrax</span> una rete metallica sottile.";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td width='300'>";
txtIstrz+="<img src='img_shared/istr8.gif' width='300' height='200' border='0'>";
txtIstrz+="</td>";
txtIstrz+="<td class='testoIstruzioni'>";
txtIstrz+="Dopo lo strato di <span style='color:red'>Refrax</span>, isolare termicamente il forno poggiando sulla cupola uno strato di isolante minerale.<br>Noi consigliamo un primo strato di fibraceramica da 2 - 4 cm, seguito da 10 - 15 cm di vermiculite, argilla espansa o lana di roccia per alte temperature";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td width='300'>";
txtIstrz+="<img src='img_shared/istr9.gif' width='300' height='200' border='0'>";
txtIstrz+="</td>";
txtIstrz+="<td class='testoIstruzioni'>";
txtIstrz+="Se si vuole mantenere la forma sferica del forno a vista, si pu&ograve; fare un getto di 3 - 4 cm di sabbia e cemento sopra l'isolante esterno, su cui &egrave; stato appoggiato preventivamente uno strato di rete metallica.";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td width='300'>";
txtIstrz+="<img src='img_shared/istr10.gif' width='300' height='200' border='0'>";
txtIstrz+="</td>";
txtIstrz+="<td class='testoIstruzioni'>";
txtIstrz+="Se il forno va montato all'esterno, &egrave; necessario proteggerlo dalla pioggia e dall'umidit&agrave;";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td colspan='2'>";
txtIstrz+="<table cellspacing='0' cellpadding='5' bgcolor='#FFFFFF' width='100%' class='testoIstruzioniTabella'>";
txtIstrz+="<tr>";
txtIstrz+="<td colspan='7'>";
txtIstrz+="<b>SEZIONI MINIME DI CANNA FUMARIA (in caso di installazione interna)</b>";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td>altezza canna fumaria</td>";
txtIstrz+="<td>maggiore<br>di mt. 9</td>";
txtIstrz+="<td>maggiore<br>di mt. 6</td>";
txtIstrz+="<td>maggiore<br>di mt. 5</td>";
txtIstrz+="<td>maggiore<br>di mt. 4,5</td>";
txtIstrz+="<td>maggiore<br>di mt. 3,5</td>";
txtIstrz+="<td>maggiore<br>di mt. 2,5</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td>canna fumaria a sez. circolare</td>";
txtIstrz+="<td>&Oslash; cm 15</td>";
txtIstrz+="<td>&Oslash; cm 18</td>";
txtIstrz+="<td>&Oslash; cm 20</td>";
txtIstrz+="<td>&Oslash; cm 22</td>";
txtIstrz+="<td>&Oslash; cm 25</td>";
txtIstrz+="<td>&Oslash; cm 30</td>";
txtIstrz+="</tr>";
txtIstrz+="</table>";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="<tr>";
txtIstrz+="<td width='300'>";
txtIstrz+="<img src='img_shared/attenzione.gif' width='300' height='200' border='0'>";
txtIstrz+="</td>";
txtIstrz+="<td class='testoIstruzioni'>";
txtIstrz+="<b><font color='#FF0033'>ATTENZIONE!</font></b><br>";
txtIstrz+="Dimensionare il basamento ricordandosi di aggiungere uno spazio di 20 cm nelle due pareti laterali ed in quella di fondo.<br>Sul davanti del basamento lasciare lo spazio per posizionare l'arco prescelto";
txtIstrz+="</td>";
txtIstrz+="</tr>";
txtIstrz+="</table>";
document.getElementById("centrale").style.background="#FFFFFF";
document.getElementById("centrale").innerHTML = txtIstrz;
}

/* function mostraMenu(){ */
/* document.getElementById("menu").style.visibility="visible"; */
/* } */
/*  */
/* function nascondiMenu(){ */
/* document.getElementById("menu").style.visibility="hidden"; */
/* } */



  
    
