function afficher(a){if(document.getElementById("p_"+a).style.display=="none"){document.getElementById("a_"+a).className="current title_level1";document.getElementById("p_"+a).style.display="block"}else{document.getElementById("a_"+a).className="title_level1";document.getElementById("p_"+a).style.display="none"}}function TraitePasswordOublie(){if(document.formFH.email.value==""){document.formFH.email.focus();return false}return TraitePasswordOubliePour(document.formFH.email.value)}function TraitePasswordOubliePour(a){$("pass").style.display="none";_adresseScript="fh_remail.php";if(_xmlHttp&&_xmlHttp.readyState!=0){_xmlHttp.abort()}_xmlHttp=getXMLHTTP();if(_xmlHttp){_xmlHttp.open("GET",_adresseScript+"?email="+a,true);_xmlHttp.onreadystatechange=function(){if(_xmlHttp.readyState==4&&_xmlHttp.responseXML){var b=traiteXmlPasswordOublie(_xmlHttp.responseXML);AfficheResultatPasswordOublie(b)}};_xmlHttp.send(null)}return false}function traiteXmlPasswordOublie(c){var d=c.getElementsByTagName("resultat");var a=new Array();for(var b=0;b<d.length;++b){a.push(d[b].firstChild.data)}return a}function AfficheResultatPasswordOublie(a){for(var b=0;b<a.length;++b){$("message_envoi_mail").innerHTML=a[b]+"<br /><br />"}$("pass_alert").style.display="block"}function OpenFH(a){window.open(a,"formulaires_heberges")};