function Roll(id,method){
	method == 'on' ?
	document.getElementById(id).src='pics/squel/menu/'+id+'_over.gif' :
	document.getElementById(id).src='pics/squel/menu/'+id+'_off.gif' ;
}

function IntraConnect(){
/*var module = document.getElementById('intraconnect'); 
	module.style.display=='block'?
	module.style.display='none':
	module.style.display='block';*/
window.open('http://portal.erilia.fr/portal/page?_pageid=53,6746&_dad=portal&_schema=PORTAL','_blanck','menubar=yes, toolbar=yes, scrollbars=yes, width=1024, height=720, location=yes, directories=yes, resizable=yes');
	
}
function DemandeLogement(){
  document.getElementById("nud").innerHTML=	"<div id=\"aplat\"></div><div id=\"box\"><div class=\"fermerpopup\"><a href=\"javascript:nud_close();\">fermer</a></div><div id=answer><p>Veuillez saisir le numéro du département dans lequel vous souhaitez demander un logement :</p><form method=\"get\" action=\"javascript:dept();\" id=\"dept\"><input type=\"text\" maxlength=2 size=2 name=\"dept\" /><input type=\"submit\" value=\"OK\" /></form></div></div>";
}
function nud_close(){
document.getElementById("nud").innerHTML=	"";
}
function popWin(id){
window.open('news.php#'+id,'','width=350,height=560,scrollbars=no,location=no,statut=no,resizable=no');
}
function popWinEntreprise(id){
window.open('pop_entreprise.php?id='+id,'','width=365,height=350,scrollbars=yes,location=no,statut=no,resizable=no');
}
function ShowAccueil(id){
var d = document.getElementById('iframe'+id);
	for (var i = 0; i<=11; i++) {
		if (document.getElementById('iframe'+i)) {document.getElementById('iframe'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}

function OpentheWindow(url,w,h,scroll){
window.open('pops/'+url+'.php','_blank','width='+w+', height='+h+', toolbar=no,location=no, directories=no,status=no,scrollbars='+scroll+',resizable=yes');
}

function OpentheWindow2(w,h,scroll){
window.open('fiche_logements/fiche_logements.htm','_blank','width='+w+', height='+h+', toolbar=no,location=no, directories=no,status=no,scrollbars='+scroll+',resizable=yes');
}


function DiapoLaucher(){
window.open('diaporama.html','_blank','width=907, height=680, toolbar=no,location=no, directories=no,status=no,scrollbars=no,resizable=yes');

}
function dept()
{
    var xhr=null;
    
    if (window.XMLHttpRequest) { //firefox
        xhr = new XMLHttpRequest();
    }
    else if (window.ActiveXObject)  //ie
    {
        xhr = new ActiveXObject("Microsoft.XMLHTTP");
    }
    //on définit l'appel de la fonction au retour serveur
    xhr.onreadystatechange = function() { ajax_result(xhr); };

    try{xhr.open('GET', 'data/xml/dept.xml', true);}catch(e2){alert(e2);}
    xhr.send(null);

}
function ajax_result(xhr)
{
    if (xhr.readyState==4) 
    {

    	var docXML= xhr.responseXML;
    	try {var dept = docXML.getElementsByTagName("dept");}catch(e2){alert(e2);}
    	
     var pare ="false";

    	for (i=0;i<dept.length;i++)
    	{
     // alert(dept.item(i).childNodes[0].nodeValue);

    	    if (dept.item(i).childNodes[0].nodeValue == document.forms["dept"].elements["dept"].value){
  //  	   if ("13" == document.forms["dept"].elements["dept"].value){
              window.open('http://www.placedelhabitat.com/dcw/index/index/id/b24e014c92079fb2e921bc8066836461','_blanck','menubar=yes, toolbar=yes, scrollbars=yes, width=1024, height=720, location=yes, directories=yes, resizable=yes');
             pare="true";   
            nud_close();

          
    	 }   
    	}

   	try {var imho = docXML.getElementsByTagName("imhoweb");}catch(e3){alert(e3);}
    	for (i=0;i<imho.length;i++)
    	{
    	    if (imho.item(i).childNodes[0].nodeValue == document.forms["dept"].elements["dept"].value){
          document.getElementById("answer").innerHTML= " <p>La saisie de la demande de logement en ligne est impossible pour ce département. Veuillez contacter le Centre de Gestion ERILIA située à l'adresse suivante : RESIDENCE LES ANTHEMIS, 6 RUE XAVIER DARASSE 31500 TOULOUSE. Tel : 05.61.80.81.98</p>";    
             pare="true"; }  
      }

   	try {var isere = docXML.getElementsByTagName("isere");}catch(e3){alert(e3);}
    	for (i=0;i<isere.length;i++)
    	{
     // alert(dept.item(i).childNodes[0].nodeValue);

    	    if (isere.item(i).childNodes[0].nodeValue == document.forms["dept"].elements["dept"].value){
  //  	   if ("13" == document.forms["dept"].elements["dept"].value){
          document.getElementById("answer").innerHTML= " <p> La saisie de la demande de logement en ligne est impossible pour ce département. Veuillez contacter le Centre de Gestion  ERILIA à Rillieux La Pape. Tel : 04 72 01 84 54</p>" ;
             pare="true";   }
      }


   	try {var savoie = docXML.getElementsByTagName("savoie");}catch(e3){alert(e3);}
    	for (i=0;i<savoie.length;i++)
    	{
     // alert(dept.item(i).childNodes[0].nodeValue);

    	    if (savoie.item(i).childNodes[0].nodeValue == document.forms["dept"].elements["dept"].value){
  //  	   if ("13" == document.forms["dept"].elements["dept"].value){
          document.getElementById("answer").innerHTML= " <p>La saisie de la demande de logement en ligne est impossible pour ce département. Veuillez contacter le bureau ERILIA à Annemasse. Tel : 04 50 39 94 71</p>";
             pare="true";}
      }
    	    

    	if (pare!="true"){
          document.getElementById("answer").innerHTML= " <p>ERILIA n'a pas de patrimoine dans ce département. La saisie en ligne sur notre site est impossible. Veuillez vous rapprocher d'un des bailleurs de ce département.</p>"    }
    
    
}
}






