function moteur(){ //moteur var CacheTexte_RECHERCHE = new Object(); var texte_RECHERCHE = new Object(); if ($('bt_RECHERCHE')) $('bt_RECHERCHE').replace('' + $('bt_RECHERCHE').innerHTML + ''); //focus Event.observe($('RECHERCHE_keywords'),'focus',function(){ if ($F('RECHERCHE_keywords')=='ex : appartement nice, renault mégane occasion...'){ $('RECHERCHE_keywords').value=''; } });//fin Event.observe($('bt_RECHERCHE'),'click',function(){$('RECHERCHE').submit();}); } //----------------------------------------------------------------------------------------- function nbrPage(e){ var mc=Event.element(e); url=mc.value; window.location.href=url; } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function init(){ recup=new recup_var(); if ($('choixNbrPageUp')){ Event.observe($('choixNbrPageUp'),'change',nbrPage); Event.observe($('choixNbrPageDown'),'change',nbrPage); } if ($('colapse_filtre')){ Event.observe($('colapse_filtre'),'click',function() { if ($('blocFiltre').style.display=='none'){ $('blocFiltre').style.display= 'block' ; $('colapse_filtre').removeClassName('down'); $('colapse_filtre').addClassName('up'); }else{ $('blocFiltre').style.display= 'none' ; $('colapse_filtre').removeClassName('up'); $('colapse_filtre').addClassName('down'); } }); } //-------------------------------------- if ($('ajoutUp')){ pop_up =new popup(); Event.observe($('ajoutUp'),'click',function(){pop_up.affiche('GRATIS_ajax/panier.php', $('LISTE').serialize(), 260, 150);}); Event.observe($('ajoutDown'),'click',function(){pop_up.affiche('GRATIS_ajax/panier.php', $('LISTE').serialize(), 260, 150);}); browser =checkBrowser(); if (browser.ie6 || browser.ie7){ Event.observe($('ajoutUp'),'mouseover',function(){$('ajoutUp').style.textDecoration="underline";}); Event.observe($('ajoutDown'),'mouseover',function(){$('ajoutDown').style.textDecoration="underline";}); Event.observe($('ajoutUp'),'mouseout',function(){$('ajoutUp').style.textDecoration="none";}); Event.observe($('ajoutDown'),'mouseout',function(){$('ajoutDown').style.textDecoration="none";}); } } //-------------------------------------- //detail_annonce(); bulle(); init_(); //init_googleMap(); function_global(); } //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////