/*17*/window.addEvent('domready', function() { if(document.getElementById('restau0')) { $('restau0').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau0').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau0').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau0').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau0').className != '' ? '.'+document.getElementById('restau0').className : '.listerestaurantcartezero'; $('restau0').morph(c); document.getElementById('a_pastille_restau0').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau0').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau0')) { $('a_pastille_restau0').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau0').style.display = 'block'; document.getElementById('a_pastille_restau0').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau0').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau0').className = 'png24 pastill fonce'; $('div_pastille_restau0').morph({ opacity:0 }); }); } if(document.getElementById('restau1')) { $('restau1').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau1').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau1').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau1').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau1').className != '' ? '.'+document.getElementById('restau1').className : '.listerestaurantcartezero'; $('restau1').morph(c); document.getElementById('a_pastille_restau1').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau1').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau1')) { $('a_pastille_restau1').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau1').style.display = 'block'; document.getElementById('a_pastille_restau1').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau1').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau1').className = 'png24 pastill fonce'; $('div_pastille_restau1').morph({ opacity:0 }); }); } if(document.getElementById('restau2')) { $('restau2').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau2').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau2').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau2').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau2').className != '' ? '.'+document.getElementById('restau2').className : '.listerestaurantcartezero'; $('restau2').morph(c); document.getElementById('a_pastille_restau2').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau2').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau2')) { $('a_pastille_restau2').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau2').style.display = 'block'; document.getElementById('a_pastille_restau2').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau2').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau2').className = 'png24 pastill fonce'; $('div_pastille_restau2').morph({ opacity:0 }); }); } if(document.getElementById('restau3')) { $('restau3').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau3').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau3').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau3').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau3').className != '' ? '.'+document.getElementById('restau3').className : '.listerestaurantcartezero'; $('restau3').morph(c); document.getElementById('a_pastille_restau3').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau3').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau3')) { $('a_pastille_restau3').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau3').style.display = 'block'; document.getElementById('a_pastille_restau3').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau3').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau3').className = 'png24 pastill fonce'; $('div_pastille_restau3').morph({ opacity:0 }); }); } if(document.getElementById('restau4')) { $('restau4').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau4').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau4').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau4').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau4').className != '' ? '.'+document.getElementById('restau4').className : '.listerestaurantcartezero'; $('restau4').morph(c); document.getElementById('a_pastille_restau4').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau4').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau4')) { $('a_pastille_restau4').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau4').style.display = 'block'; document.getElementById('a_pastille_restau4').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau4').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau4').className = 'png24 pastill fonce'; $('div_pastille_restau4').morph({ opacity:0 }); }); } if(document.getElementById('restau5')) { $('restau5').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau5').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau5').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau5').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau5').className != '' ? '.'+document.getElementById('restau5').className : '.listerestaurantcartezero'; $('restau5').morph(c); document.getElementById('a_pastille_restau5').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau5').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau5')) { $('a_pastille_restau5').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau5').style.display = 'block'; document.getElementById('a_pastille_restau5').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau5').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau5').className = 'png24 pastill fonce'; $('div_pastille_restau5').morph({ opacity:0 }); }); } if(document.getElementById('restau6')) { $('restau6').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau6').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau6').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau6').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau6').className != '' ? '.'+document.getElementById('restau6').className : '.listerestaurantcartezero'; $('restau6').morph(c); document.getElementById('a_pastille_restau6').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau6').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau6')) { $('a_pastille_restau6').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau6').style.display = 'block'; document.getElementById('a_pastille_restau6').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau6').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau6').className = 'png24 pastill fonce'; $('div_pastille_restau6').morph({ opacity:0 }); }); } if(document.getElementById('restau7')) { $('restau7').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau7').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau7').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau7').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau7').className != '' ? '.'+document.getElementById('restau7').className : '.listerestaurantcartezero'; $('restau7').morph(c); document.getElementById('a_pastille_restau7').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau7').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau7')) { $('a_pastille_restau7').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau7').style.display = 'block'; document.getElementById('a_pastille_restau7').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau7').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau7').className = 'png24 pastill fonce'; $('div_pastille_restau7').morph({ opacity:0 }); }); } if(document.getElementById('restau8')) { $('restau8').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau8').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau8').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau8').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau8').className != '' ? '.'+document.getElementById('restau8').className : '.listerestaurantcartezero'; $('restau8').morph(c); document.getElementById('a_pastille_restau8').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau8').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau8')) { $('a_pastille_restau8').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau8').style.display = 'block'; document.getElementById('a_pastille_restau8').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau8').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau8').className = 'png24 pastill fonce'; $('div_pastille_restau8').morph({ opacity:0 }); }); } if(document.getElementById('restau9')) { $('restau9').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau9').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau9').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau9').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau9').className != '' ? '.'+document.getElementById('restau9').className : '.listerestaurantcartezero'; $('restau9').morph(c); document.getElementById('a_pastille_restau9').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau9').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau9')) { $('a_pastille_restau9').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau9').style.display = 'block'; document.getElementById('a_pastille_restau9').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau9').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau9').className = 'png24 pastill fonce'; $('div_pastille_restau9').morph({ opacity:0 }); }); } if(document.getElementById('restau10')) { $('restau10').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau10').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau10').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau10').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau10').className != '' ? '.'+document.getElementById('restau10').className : '.listerestaurantcartezero'; $('restau10').morph(c); document.getElementById('a_pastille_restau10').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau10').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau10')) { $('a_pastille_restau10').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau10').style.display = 'block'; document.getElementById('a_pastille_restau10').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau10').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau10').className = 'png24 pastill fonce'; $('div_pastille_restau10').morph({ opacity:0 }); }); } if(document.getElementById('restau11')) { $('restau11').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau11').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau11').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau11').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau11').className != '' ? '.'+document.getElementById('restau11').className : '.listerestaurantcartezero'; $('restau11').morph(c); document.getElementById('a_pastille_restau11').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau11').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau11')) { $('a_pastille_restau11').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau11').style.display = 'block'; document.getElementById('a_pastille_restau11').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau11').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau11').className = 'png24 pastill fonce'; $('div_pastille_restau11').morph({ opacity:0 }); }); } if(document.getElementById('restau12')) { $('restau12').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau12').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau12').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau12').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau12').className != '' ? '.'+document.getElementById('restau12').className : '.listerestaurantcartezero'; $('restau12').morph(c); document.getElementById('a_pastille_restau12').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau12').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau12')) { $('a_pastille_restau12').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau12').style.display = 'block'; document.getElementById('a_pastille_restau12').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau12').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau12').className = 'png24 pastill fonce'; $('div_pastille_restau12').morph({ opacity:0 }); }); } if(document.getElementById('restau13')) { $('restau13').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau13').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau13').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau13').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau13').className != '' ? '.'+document.getElementById('restau13').className : '.listerestaurantcartezero'; $('restau13').morph(c); document.getElementById('a_pastille_restau13').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau13').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau13')) { $('a_pastille_restau13').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau13').style.display = 'block'; document.getElementById('a_pastille_restau13').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau13').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau13').className = 'png24 pastill fonce'; $('div_pastille_restau13').morph({ opacity:0 }); }); } if(document.getElementById('restau14')) { $('restau14').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau14').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau14').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau14').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau14').className != '' ? '.'+document.getElementById('restau14').className : '.listerestaurantcartezero'; $('restau14').morph(c); document.getElementById('a_pastille_restau14').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau14').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau14')) { $('a_pastille_restau14').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau14').style.display = 'block'; document.getElementById('a_pastille_restau14').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau14').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau14').className = 'png24 pastill fonce'; $('div_pastille_restau14').morph({ opacity:0 }); }); } if(document.getElementById('restau15')) { $('restau15').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau15').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau15').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau15').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau15').className != '' ? '.'+document.getElementById('restau15').className : '.listerestaurantcartezero'; $('restau15').morph(c); document.getElementById('a_pastille_restau15').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau15').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau15')) { $('a_pastille_restau15').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau15').style.display = 'block'; document.getElementById('a_pastille_restau15').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau15').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau15').className = 'png24 pastill fonce'; $('div_pastille_restau15').morph({ opacity:0 }); }); } if(document.getElementById('restau16')) { $('restau16').addEvent('mouseenter', function(){ // Changes the element's style to .myClass defined in the CSS $('restau16').morph('.listerestaurantcarteover'); document.getElementById('a_pastille_restau16').className = 'png24 pastill pastrouge'; document.getElementById('liste_pastille_restau16').className = 'png24 pastill fonce'; }).addEvent('mouseleave',function(){ var c = document.getElementById('restau16').className != '' ? '.'+document.getElementById('restau16').className : '.listerestaurantcartezero'; $('restau16').morph(c); document.getElementById('a_pastille_restau16').className = 'png24 pastill fonce'; document.getElementById('liste_pastille_restau16').className = 'png24 pastill clair'; }); } if(document.getElementById('pastille_restau16')) { $('a_pastille_restau16').addEvent('mouseenter', function(){ document.getElementById('div_pastille_restau16').style.display = 'block'; document.getElementById('a_pastille_restau16').className = 'png24 pastill pastrouge'; // Changes the element's style to .myClass defined in the CSS $('div_pastille_restau16').morph({ opacity:1 }); }).addEvent('mouseout',function(){ document.getElementById('a_pastille_restau16').className = 'png24 pastill fonce'; $('div_pastille_restau16').morph({ opacity:0 }); }); } });