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=2;
_subOffsetLeft=15;




with(topStyle=new mm_style()){
bordercolor="black";
borderstyle="solid";
borderwidth=0;
fontfamily="Times New Roman";
fontsize="12";
fontstyle="normal";

headerbgcolor="#ffffff";
headercolor="#000000";
headerborder=1;
offbgcolor="none";
offcolor="#000000";
onbgcolor="#C0B5B5";
onborder="1px solid #6C1C1C";
oncolor="#541A18";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=3;
pagebgcolor="#869467";
pagecolor="#313726";
separatorcolor="black";
separatorpadding=2;
separatorsize=1;
subimage="3dwhite.gif";
onsubimage="3dgreywhite.gif";
subimagepadding=2;

}

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Times New Roman";
fontsize="13";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
headerborder=1;
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#98ADBC";
onborder="1px solid #446D8C";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=3;
pagebgcolor="#869467";
pagecolor="#313726";
separatorcolor="#999999";
separatorpadding=2;
separatorsize=1;
separatorwidth="85%";
subimage="arrow.gif";
subimagepadding=2;
valign="middle";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=0;
left="offset=140";
screenposition="center";
orientation="horizontal";
style=topStyle;
margin=2;
top=103;

aI("showmenu=wood;text=Woodwind Instruments;url=woodwind.htm;");
aI("showmenu=brass;text=Brass Instruments;url=brass.htm;")
aI("showmenu=string;text=String Instruments;url=strings.htm;");
aI("showmenu=teacher;text=Teachers;url=teachers.htm;");
}

with(milonic=new menuname("wood")){
style=menuStyle;
top="offset=2";
margin=2;
aI("text=Flute & Piccolo;url=flute.htm;");
aI("text=Clarinet;url=clarinet.htm;");
aI("text=Saxophone;url=saxophone.htm;");
aI("text=Oboe;url=oboe.htm;");
aI("text=Bassoon;url=bassoon.htm;");
}

with(milonic=new menuname("brass")){
style=menuStyle;
top="offset=2";
margin=2;
aI("text=Trumpet;url=trumpet.htm;");
aI("text=Trombone;url=trombone.htm;");
aI("text=French Horn;url=horn.htm;");
aI("text=Low Brass;url=lowbrass.htm;");
}


drawMenus();