<!--
function mmLoadMenus() {
  if (window.Presta_Animation) return;

  window.Presta_Animation = new Menu('root',200,18,'Verdana, Arial, Helvetica, sans-serif',10,'#ffffff','#000000','#F0B60A','#F7D260','left','middle',3,0,1000,-5,7,true,true,true,0,true,true);

  Presta_Animation.hideOnMouseOut=true;
  Presta_Animation.bgColor='#ffffff';
  Presta_Animation.menuBorder=0;
  Presta_Animation.menuLiteBgColor='#FFFFFF';
  Presta_Animation.menuBorderBgColor='#777777';

  window.Presta_Restauration = new Menu('root',200,18,'Verdana, Arial, Helvetica, sans-serif',10,'#ffffff','#000000','#CD3804','#E85D2E','left','middle',3,0,1000,-5,7,true,true,true,0,true,true);

  Presta_Restauration.hideOnMouseOut=true;
  Presta_Restauration.bgColor='#ffffff';
  Presta_Restauration.menuBorder=0;
  Presta_Restauration.menuLiteBgColor='#FFFFFF';
  Presta_Restauration.menuBorderBgColor='#777777';

  window.Presta_Services = new Menu('root',200,18,'Verdana, Arial, Helvetica, sans-serif',10,'#ffffff','#000000','#02AFE1','#54DAFF','left','middle',3,0,1000,-5,7,true,true,true,0,true,true);

  Presta_Services.hideOnMouseOut=true;
  Presta_Services.bgColor='#ffffff';
  Presta_Services.menuBorder=0;
  Presta_Services.menuLiteBgColor='#FFFFFF';
  Presta_Services.menuBorderBgColor='#777777';

Presta_Animation.addMenuItem("La&nbsp;planete&nbsp;aux&nbsp;spectacles","location='/prestations.asp?CatPub=1&ScatPub=95'");
Presta_Animation.addMenuItem("Le&nbsp;monde&nbsp;de&nbsp;l'évènementiel","location='/prestations.asp?CatPub=1&ScatPub=79'");
Presta_Animation.addMenuItem("L'espace&nbsp;entreprise","location='/prestations.asp?CatPub=1&ScatPub=80'");
Presta_Animation.addMenuItem("L'univers&nbsp;des&nbsp;enfants","location='/prestations.asp?CatPub=1&ScatPub=3'");
Presta_Restauration.addMenuItem("A&nbsp;domicile,&nbsp;vos&nbsp;réceptions","location='/prestations.asp?CatPub=2&ScatPub=97'");
Presta_Restauration.addMenuItem("Apéritifs","location='/prestations.asp?CatPub=2&ScatPub=107'");
Presta_Restauration.addMenuItem("Grandes&nbsp;réceptions","location='/prestations.asp?CatPub=2&ScatPub=96'");
Presta_Restauration.addMenuItem("Les&nbsp;gourmandises&nbsp;de&nbsp;fêtes","location='/prestations.asp?CatPub=2&ScatPub=98'");
Presta_Restauration.addMenuItem("Originalités","location='/prestations.asp?CatPub=2&ScatPub=106'");
Presta_Services.addMenuItem("Chapiteaux&nbsp;/&nbsp;Podium&nbsp;/&nbsp;Scènes","location='/prestations.asp?CatPub=3&ScatPub=99'");
Presta_Services.addMenuItem("Décoration","location='/prestations.asp?CatPub=3&ScatPub=102'");
Presta_Services.addMenuItem("Mobilier&nbsp;et&nbsp;vaisselle","location='/prestations.asp?CatPub=3&ScatPub=100'");
Presta_Services.addMenuItem("Son&nbsp;/&nbsp;Vidéo&nbsp;/&nbsp;Eclairage","location='/prestations.asp?CatPub=3&ScatPub=93'");
Presta_Animation.writeMenus();
Presta_Restauration.writeMenus();
Presta_Services.writeMenus();
} // mmLoadMenus()

