fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(horizStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="88%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
offbgcolor="#4A708B";
offcolor="#000000";
onbgcolor="#8DB6CD";
onborder="1px solid #999999";
oncolor="#000000";
onsubimage="images/on_downboxed.gif";
overbgimage="images/backon_beige.gif";
padding=3;
pagebgcolor="#CFE2D1";
pagecolor="#000000";
pageimage="images/db_red.gif";
separatoralign="right";
separatorcolor="#999999";
separatorwidth="85%";
subimage="images/downboxed.gif";
}


with(vertStyle=new mm_style()){
styleid=1;
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="88%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
image="images/18_blank.gif";
imagepadding=3;
menubgimage="images/backoff_green.gif";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#FEFAD2";
onborder="1px solid #999999";
oncolor="#000000";
onsubimage="images/on_13x13_greyboxed.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#CFE2D1";
pagecolor="#000066";
pageimage="images/db_red.gif";
separatoralign="right";
separatorcolor="#999999";
separatorpadding=1;
separatorwidth="85%";
subimage="images/black_13x13_greyboxed.gif";
menubgcolor="#F5F5F5";
}


with(milonic=new menuname("Sample mainmenu")){
alwaysvisible=1;
left=10;
margin=2;
orientation="horizontal";
style=horizStyle;
top=10;
aI("text=accueil;title=retour &agrave; la page d'accueil;url=index.html;");
aI("image=images/13_blank.gif;showmenu=about;text=&agrave; mon propos;");
aI("image=images/13_blank.gif;showmenu=CDs;text=CD solos/duos;");
aI("image=images/13_blank.gif;showmenu=schedule;text=calendrier;");
aI("image=images/13_blank.gif;showmenu=photos;text=galerie de photos;");
aI("image=images/13_blank.gif;showmenu=contact;text=adresses;");
}


with(milonic=new menuname("about")){
margin=3;
style=vertStyle;
top="offset=2";
aI("image=images/18_license.gif;text=biographie;url=bio-f.html;");
aI("image=images/mic.gif;text=interview;url=interview-f.html;");
}

with(milonic=new menuname("CDs")){
margin=3;
style=vertStyle;
top="offset=2";
aI("image=images/18_cdnote.gif;text=CD solos/duos;url=CDs-f.html;");
}

with(milonic=new menuname("schedule")){
margin=3;
style=vertStyle;
top="offset=2";
aI("image=images/18_freelic.gif;text=2012;url=schedule2012-f.html;");
aI("image=images/calendar.gif;text=2011;url=schedule2011-f.html;");
aI("image=images/calendar.gif;text=2010;url=schedule2010-f.html;");
}

with(milonic=new menuname("photos")){
margin=3;
style=vertStyle;
top="offset=2";
aI("image=images/camera.gif;text=galerie de photos;url=photos-f.html;");

}


with(milonic=new menuname("contact")){
margin=3;
style=vertStyle;
aI("image=images/18_letter.gif;text=adresses;url=contact-f.html;");
aI("image=images/18_link.gif;text=liens;url=links-f.html;");
}

drawMenus();


