


_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(menuStyle=new mm_style()){
onbgcolor="#FF6633";
oncolor="#333333";
offbgcolor="#FF6633";
offcolor="FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="FFFFFF";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FF6633";
headercolor="#000000";
headerbgcolor="FFFFFF";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(SubmenuStyle=new mm_style()){
onbgcolor="#F7E1B5";
oncolor="#000000";
offbgcolor="#FBEBC9";
offcolor="#000000";
pagebgcolor="#FAE0AC";
separatorcolor="#FFFFFF";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=4;
fontsize="100%";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
subimage="arrow.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(SubsubmenuStyle=new mm_style()){
onbgcolor="#F7E1B5";
oncolor="#000000";
offbgcolor="#FBEBC9";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
pagebgcolor="#FAE0AC";
separatorcolor="#FFFFFF";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=4;
fontsize="100%";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
subimage="arrow.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=70;
left=162;
alwaysvisible=1;
orientation="horizontal";
aI("text=Accueil;url=http://www.yanvagh.com/;status=Back To Home Page;");
aI("text=Le musicien;showmenu=Musicien;");
aI("text=Concert;showmenu=Concert;");
aI("text=Pédagogie;showmenu=Pedagogie;");
aI("text=Entreprise;showmenu=Entreprise;");
aI("text=Albums;showmenu=Albums;url=/disco.php;");
aI("text=Presse;url=/presse.php;");
aI("text=Liens;url=/liens.php;");
}

with(milonic=new menuname("Musicien")){
top="offset=2";
style=SubmenuStyle;
overflow="scroll";
aI("text=Le guitariste;url=/guitariste.php;");
aI("text=Le compositeur;url=/compositeur.php;");
aI("text=Biographie;url=/bio.php;");
aI("text=Matériel;url=/materiel.php;");
aI("text=Les photos;url=/photo.php;");
aI("text=Les projets;url=/projet.php;");
aI("text=Le livre d'or;url=http://www.yanvagh.com/guestbook.php3;target=_blank");
}

with(milonic=new menuname("Pedagogie")){
top="offset=2";
style=SubmenuStyle;
overflow="scroll";
aI("text=Les stages;url=/stage.php;");
aI("text=Les leçons;url=/lesson.php;");
}

with(milonic=new menuname("Entreprise")){
top="offset=2";
style=SubmenuStyle;
overflow="scroll";
aI("text=Les modules;url=/module.php;");
aI("text=Les références;url=/reference.php;");
}

with(milonic=new menuname("Concert")){
top="offset=2";
style=SubmenuStyle;
overflow="scroll";
aI("text=Formules de concert;url=/concert.php;");
aI("text=Actualités concert;url=/actu_concert.php;");
aI("text=Archives de concert;url=/archive_concert.php;");
}

with(milonic=new menuname("Albums")){
top="offset=2";
style=SubmenuStyle;
overflow="scroll";
aI("text=Discographie;url=/disco.php;");
aI("text=Extraits audio;url=/extrait_audio.php;");
//aI("text=Shopping;url=/shopping.php;");
aI("text=Téléchargements gratuits;url=/download.php;");
}

with(milonic=new menuname("Presse")){
top="offset=2";
style=SubmenuStyle;
overflow="scroll";
aI("text=La presse en français;url=/bio.php;");
aI("text=La presse en anglais;url=/compositeur.php;");
}

drawMenus();

