
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(haut=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#9F0B00";
offbgcolor="#FFFFFF";
offcolor="#FF9916";
border=1;
heigh=19;
fontsize="12";
fontweight="bold";
fontsize="12";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
image="/menu/fleche.jpg";
}

with(menuStyle=new mm_style()){
onbgcolor="#9F0B00";
oncolor="#FFB94D";
offbgcolor="#9F0B00";
offcolor="#FF9916";
borderwidth=0;
padding=5;
fontsize="12";
fontweight="bold";
fontsize="12";
onbold="1";
subimage="/menu/arrow.gif";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
}

with(eclosion=new menuname("Main Menu")){
style=haut;
top=61;
left=271;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;Portrait&nbsp;;showmenu=portrait;");
aI("text=&nbsp;Processus de sélection&nbsp;;showmenu=selection;");
aI("text=&nbsp;News/Presse&nbsp;;showmenu=presse;");
aI("text=&nbsp;Contact&nbsp;;showmenu=contact;");
}

with(eclosion=new menuname("infrastructure")){
style=menuStyle;
aI("text=Genève;url=/FR/3_infrastructure/geneve.php;");
aI("text=Vaud;url=/menusample2.php;/eclosion/FR/3_infrastructure/vaud.php;");
aI("text=Valais;url=/menusample25.php;/eclosion/FR/3_infrastructure/valais.php;");
aI("text=France voisine;url=/menusample3.php;/eclosion/FR/3_infrastructure/france.php;");
}

with(eclosion=new menuname("portrait")){
style=menuStyle;
overflow="scroll";
aI("text=Mission et philosophie;url=/FR/4_portrait/mission.php;");
aI("text=L’équipe;url=/FR/4_portrait/team.php;");
aI("text=Partenaires;showmenu=partenaires;");
aI("text=Opportunités d’emploi;url=/FR/4_portrait/emploi.php;");
}

with(eclosion=new menuname("partenaires")){
style=menuStyle;
overflow="scroll";
aI("text=Fondateurs;url=/FR/4_portrait/partenaires/les_fondateurs.php;");
aI("text=Partenaires académiques;url=/FR/4_portrait/partenaires/part_academiques.php;");
aI("text=Réseau;url=/FR/4_portrait/partenaires/le_reseau.php;");
aI("text=Fournisseurs;url=/FR/4_portrait/partenaires/les_fournisseurs.php;");
}

with(eclosion=new menuname("selection")){
style=menuStyle;
overflow="scroll";
aI("text=Point de départ;url=/FR/5_selection/depart.php;");
aI("text=Etapes du processus;url=/FR/5_selection/etapes.php;");
aI("text=Sélection;showmenu=selection2;");
}

with(eclosion=new menuname("selection2")){
style=menuStyle;
overflow="scroll";
aI("text=Champs d’activité;url=/FR/5_selection/secteurs.php;");
aI("text=Phases de développement;url=/FR/5_selection/phases.php;");
aI("text=Critères;url=/FR/5_selection/criteres.php;");
aI("text=Financement;url=/FR/5_selection/financement.php;");
}

with(eclosion=new menuname("contact")){
style=menuStyle;
overflow="scroll";
aI("text=Liste de circulation;url=/FR/7_contact/mailing_list.php;");
aI("text=Formulaire de contact;url=/FR/7_contact/contact.php;");
aI("text=Plan d’accès;url=/FR/7_contact/plan_acces.php;");
}

with(eclosion=new menuname("presse")){
style=menuStyle;
overflow="scroll";
<!--aI("text=News;url=/FR/6_presse/news.php;");-->
aI("text=Communiqués;url=/FR/6_presse/communique.php;");
aI("text=Articles de presse;url=/FR/6_presse/articles.php;");
aI("text=Kit de presse : Logos et photos;url=/FR/6_presse/kit.php;");
aI("text=PDFs;url=/FR/6_presse/PDF.php;");
}
drawMenus();

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

