var XMLHTTP;function Richiesta(c,b,d){var a;a="js/form_mail.php?nome="+c+"&email="+b+"&messaggio="+d;XMLHTTP=RicavaBrowser(CambioStato);XMLHTTP.open("GET",a,true);XMLHTTP.send(null)}function CambioStato(){if(XMLHTTP.readyState==4){var a=document.getElementById("risultato");a.innerHTML=XMLHTTP.responseText}}function RicavaBrowser(c){if(navigator.userAgent.indexOf("MSIE")!=(-1)){var a="Msxml2.XMLHTTP";if(navigator.appVersion.indexOf("MSIE 5.5")!=(-1)){}a="Microsoft.XMLHTTP";try{OggettoXMLHTTP=new ActiveXObject(a);OggettoXMLHTTP.onreadystatechange=c;return OggettoXMLHTTP}catch(b){alert("Errore: l'ActiveX non verrà eseguito!")}}else{if(navigator.userAgent.indexOf("Mozilla")!=(-1)){OggettoXMLHTTP=new XMLHttpRequest();OggettoXMLHTTP.onload=c;OggettoXMLHTTP.onerror=c;return OggettoXMLHTTP}else{alert("Ops! La Form è incompatibile con questo browser!")}}};
