      var fadeInSpeed=3000;      var images_to_load = new Array(        '/images/texture_site.jpg',        '/images/bouton_accueil_click.png','/images/bouton_accueil_mout.png','/images/bouton_accueil_mover.png',        '/images/bouton_contacts_click.png','/images/bouton_contacts_mout.png','/images/bouton_contacts_mover.png',        '/images/bouton_liens_click.png','/images/bouton_liens_mout.png','/images/bouton_liens_mover.png',        '/images/bouton_realisations_click.png','/images/bouton_realisations_mout.png','/images/bouton_realisations_mover.png',        '/images/bouton_specialites_click.png','/images/bouton_specialites_mout.png','/images/bouton_specialites_mover.png',        '/images/accueil_actif.png','/images/accueil_inactif.png','/images/accueil_inactif_mover.png',                '/images/dallage_actif.png','/images/dallage_inactif.png','/images/dallage_inactif_mover.png',        '/images/decoration_actif.png','/images/decoration_inactif.png','/images/dallage_inactif_mover.png',        '/images/industrie_actif.png','/images/industrie_inactif.png','/images/decoration_inactif_mover.png',        '/images/lofts_actif.png','/images/lofts_inactif.png','/images/decoration_inactif_mover.png',        '/images/realisations_actif.png','/images/realisations_inactif.png','/images/_inactif_mover.png',        '/images/references_actif.png','/images/references_inactif.png','/images/references_inactif_mover.png',        '/images/specialites_actif.png','/images/specialites_inactif.png','/images/specialites_inactif_mover.png',        '/images/ressources/beton_exterieur.jpg','/images/ressources/beton-cire.jpg','/images/ressources/dalle_architecte.jpg',        '/images/ressources/dalle_de_loft.jpg','/images/ressources/image_accueil.jpg','/images/ressources/img_beton_cire.jpg',        '/images/ressources/loft_sl-bat.jpg','/images/ressources/parking_ed.jpg','/images/ressources/parking_roubaix.jpg',        '/images/ressources/terrasse_exterieure.jpg','/images/ressources/dalle_exterieure_quartze.jpg',        '/images/ressources/image_floue_2.png', '/images/ressources/image_floue.png', '/images/ressources/BARTAL.jpg',        '/images/ressources/BOLERO.jpg','/images/ressources/cht mouvaux.jpg'                         );      function preloadImages(){          for (i=0; i<images_to_load.length; i++){            var temp_img=new Image();            temp_img.src=images_to_load[i];          }      }      function industrieMouseOver()      {        if(document.getElementById('imgIndustrie')!=null){          if(document.getElementById('imgIndustrie').src.lastIndexOf('_actif')<0)            document.getElementById('imgIndustrie').src='/images/industrie_inactif_mover.png';        }      }      function industrieMouseOut()      {        if(document.getElementById('imgIndustrie')!=null){          if(document.getElementById('imgIndustrie').src.lastIndexOf('_actif')<0)            document.getElementById('imgIndustrie').src='/images/industrie_inactif.png';                  }      }      function cliquerIndustrie()      {        if(document.getElementById('imgLofts')!=null){          cliquerSurOnglet('/pages/realisations','industrie.html');          document.getElementById('imgIndustrie').src='/images/industrie_actif.png';          document.getElementById('imgLofts').src='/images/lofts_inactif.png';                              document.getElementById('imgRealisations').src='/images/realisations_inactif.png';        }           }                    function loftsMouseOver()      {        if(document.getElementById('imgLofts')!=null){          if(document.getElementById('imgLofts').src.lastIndexOf('_actif')<0)            document.getElementById('imgLofts').src='/images/lofts_inactif_mover.png';        }      }      function loftsMouseOut()      {        if(document.getElementById('imgLofts')!=null){          if(document.getElementById('imgLofts').src.lastIndexOf('_actif')<0)            document.getElementById('imgLofts').src='/images/lofts_inactif.png';                  }      }      function cliquerLofts()      {        if(document.getElementById('imgLofts')!=null){          cliquerSurOnglet('/pages/realisations','lofts.html');          document.getElementById('imgLofts').src='/images/lofts_actif.png';          document.getElementById('imgIndustrie').src='/images/industrie_inactif.png';                              document.getElementById('imgRealisations').src='/images/realisations_inactif.png';        }           }                  function realisationsMouseOver()      {        if(document.getElementById('imgRealisations')!=null){          if(document.getElementById('imgRealisations').src.lastIndexOf('_actif')<0)            document.getElementById('imgRealisations').src='/images/realisations_inactif_mover.png';               }      }      function realisationsMouseOut()      {        if(document.getElementById('imgRealisations')!=null){          if(document.getElementById('imgRealisations').src.lastIndexOf('_actif')<0)            document.getElementById('imgRealisations').src='/images/realisations_inactif.png';                  }      }      function cliquerRealisations()      {        if(document.getElementById('imgRealisations')!=null){          cliquerSurOnglet('/pages/realisations','realisations.html');          document.getElementById('imgRealisations').src='/images/realisations_actif.png';          document.getElementById('imgIndustrie').src='/images/industrie_inactif.png';                    document.getElementById('imgLofts').src='/images/lofts_inactif.png';                           }           }            function dallageMouseOver()      {        if(document.getElementById('imgDallage')!=null){          if(document.getElementById('imgDallage').src.lastIndexOf('_actif')<0)            document.getElementById('imgDallage').src='/images/dallage_inactif_mover.png';        }      }      function dallageMouseOut()      {        if(document.getElementById('imgDallage')!=null){          if(document.getElementById('imgDallage').src.lastIndexOf('_actif')<0)            document.getElementById('imgDallage').src='/images/dallage_inactif.png';                  }      }      function cliquerDallage()      {        if(document.getElementById('imgDallage')!=null){          cliquerSurOnglet('/pages/specialites','dallage.html');          document.getElementById('imgSpecialites').src='/images/specialites_inactif.png';          document.getElementById('imgDecoration').src='/images/decoration_inactif.png';          document.getElementById('imgDallage').src='/images/dallage_actif.png';        }           }            function specialitesMouseOver()      {        if(document.getElementById('imgSpecialites')!=null){          if(document.getElementById('imgSpecialites').src.lastIndexOf('_actif')<0)            document.getElementById('imgSpecialites').src='/images/specialites_inactif_mover.png';        }      }      function specialitesMouseOut()      {        if(document.getElementById('imgSpecialites')!=null){          if(document.getElementById('imgSpecialites').src.lastIndexOf('_actif')<0)            document.getElementById('imgSpecialites').src='/images/specialites_inactif.png';                  }      }                  function decorationMouseOver()      {        if(document.getElementById('imgDecoration')!=null){          if(document.getElementById('imgDecoration').src.lastIndexOf('_actif')<0)            document.getElementById('imgDecoration').src='/images/decoration_inactif_mover.png';        }      }      function decorationMouseOut()      {        if(document.getElementById('imgDecoration')!=null){          if(document.getElementById('imgDecoration').src.lastIndexOf('_actif')<0)            document.getElementById('imgDecoration').src='/images/decoration_inactif.png';                  }      }      function cliquerDecoration()      {        if(document.getElementById('imgDecoration')!=null){          cliquerSurOnglet('/pages/specialites','decoration.html');          document.getElementById('imgSpecialites').src='/images/specialites_inactif.png';          document.getElementById('imgDecoration').src='/images/decoration_actif.png';          document.getElementById('imgDallage').src='/images/dallage_inactif.png';                  }           }      function cliquerSpecialites()      {        if(document.getElementById('imgSpecialites')!=null){          cliquerSurOnglet('/pages/specialites','specialites.html');          document.getElementById('imgSpecialites').src='/images/specialites_actif.png';          document.getElementById('imgDecoration').src='/images/decoration_inactif.png';          document.getElementById('imgDallage').src='/images/dallage_inactif.png';                  }           }      function referencesMouseOver()      {        if(document.getElementById('imgReferences')!=null){          if(document.getElementById('imgReferences').src.lastIndexOf('_actif')<0)            document.getElementById('imgReferences').src='/images/references_inactif_mover.png';        }      }      function referencesMouseOut()      {        if(document.getElementById('imgReferences')!=null){          if(document.getElementById('imgReferences').src.lastIndexOf('_actif')<0)            document.getElementById('imgReferences').src='/images/references_inactif.png';                  }      }                  function accueilMouseOver()      {        if(document.getElementById('imgAccueil')!=null){          if(document.getElementById('imgAccueil').src.lastIndexOf('_actif')<0)            document.getElementById('imgAccueil').src='/images/accueil_inactif_mover.png';        }      }      function accueilMouseOut()      {        if(document.getElementById('imgAccueil')!=null){          if(document.getElementById('imgAccueil').src.lastIndexOf('_actif')<0)            document.getElementById('imgAccueil').src='/images/accueil_inactif.png';                  }      }                  function cliquerAccueil()      {        if(document.getElementById('imgAccueil')!=null){          cliquerSurOnglet('/pages/accueil','accueil.html');          document.getElementById('imgReferences').src='/images/references_inactif.png';          document.getElementById('imgAccueil').src='/images/accueil_actif.png';        }                }      function cliquerReferences()      {           if(document.getElementById('imgReferences')!=null)        {          cliquerSurOnglet('/pages/accueil','references.html');          document.getElementById('imgAccueil').src='/images/accueil_inactif.png';          document.getElementById('imgReferences').src='/images/references_actif.png';        }      }      function image_over(rubrique)      {                if(document.getElementById(rubrique).src.lastIndexOf('click')<0)            document.getElementById(rubrique).src='/images/bouton_'+rubrique+'_mover.png';        }      function image_out(rubrique)      {          if(document.getElementById(rubrique).src.lastIndexOf('click')<0)                  document.getElementById(rubrique).src='/images/bouton_'+rubrique+'_mout.png';        }      function image_click(rubrique)      {            document.getElementById('accueil').src='/images/bouton_accueil_mout.png';        document.getElementById('specialites').src='/images/bouton_specialites_mout.png';        document.getElementById('realisations').src='/images/bouton_realisations_mout.png';        document.getElementById('contacts').src='/images/bouton_contacts_mout.png';        document.getElementById('liens').src='/images/bouton_liens_mout.png';                document.getElementById(rubrique).src='/images/bouton_'+rubrique+'_click.png';      }            function cliquerSurOnglet(chemin,fichier)      {        remplirPageCentrale(chemin+'/'+fichier);        remplirPiedDePage(chemin+'/pied_de_page/pied_de_page_'+fichier);              }            function cliquerSurLien(chemin,fichier,rubrique)      {        image_click(rubrique);        remplirPageCentrale(chemin+'/'+fichier);        remplirMenu(chemin+'/menus/menu_'+fichier);        remplirPiedDePage(chemin+'/pied_de_page/pied_de_page_'+fichier);              }                  function remplirPageCentrale(url)      {        $('#corps_du_site').hide();        go(url,'centre');                $('#corps_du_site').fadeIn(fadeInSpeed);        $('.pp_infos').fadeIn(fadeInSpeed);              }            function remplirMenu(url)      {        go(url,'menu_centre');              }            function remplirPiedDePage(url)      {        go(url,'pied_de_page');                      }	 		function getXhr(){        var xhr = null; 				if(window.XMLHttpRequest){				   xhr = new XMLHttpRequest(); 				}else if(window.ActiveXObject){				  alert(window.ActiveXObject);				   try {			       xhr = new ActiveXObject('Msxml2.XMLHTTP');			     } catch (e) {			       xhr = new ActiveXObject('Microsoft.XMLHTTP');			     }				}				else {				   alert('Votre navigateur ne supporte pas les objets XMLHTTPRequest...'); 				   xhr = false; 				}        return xhr;			}			function go(url,id)			{		    xhr = getXhr();        xhr.open("GET", url, false);        xhr.send(null);        document.getElementById(id).innerHTML = xhr.responseText;        if(url.lastIndexOf("menu_centre")<0 && url.lastIndexOf("pied_de_page")<0)          pageTracker._trackPageview(url);        			}			
