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=-2;




with(menuStyle=new mm_style()){
bordercolor="#003466";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="13";
fontstyle="bold";
headerbgcolor="#003466";
headercolor="#003466";
offbgcolor="#003466";
offcolor="#ffffff";
onbgcolor="#003466";
oncolor="#996600";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="";
pagecolor="";
separatorcolor="#996600";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2
;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=370;
orientation="horizontal";
style=menuStyle;
top=56;
aI("showmenu=About;text=About DTMusic;");
aI("showmenu=Programs;text=Our Programs;");
aI("showmenu=Involved;text=Get Involved;");
aI("showmenu=Contact;text=Contact Us;");
aI("text=Home;url=index.htm;");
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=Our History;url=about_history.htm;")
aI("text=Timothy Lewis;url=about_Lewis.htm;")


}
with(milonic=new menuname("Programs")){
overflow="scroll";
style=menuStyle;
aI("text=Noonday Schedule ;url=programs_noonday.htm;")
aI("text=Weekend Schedule;url=programs_weekend.htm;")
aI("text=Thursday Evenings Downtown;url=programs_Thursday_evenings.htm;")
aI("text=Art in Ed Schedule;url=programs_art_in_ed.htm;")
aI("text=Video Gallery;url=programs_gallery.htm;")
aI("text=Purchase Tickets;url=programs_tickets.htm;")


}

with(milonic=new menuname("Involved")){
overflow="scroll";
style=menuStyle;
aI("text=Volunteer;url=involved_volunteer.htm;")
aI("showmenu=Donate;text=Donate;");


}
drawMenus() // Draw the sub menus first.
with(milonic=new menuname("Donate")){
overflow="scroll";
style=menuStyle;
aI("text=Ways to Donate;url=donate_ways.htm;")
aI("text=Application;url=donate_application.htm;")
aI("text=Donor Information;url=donate_information.htm;")

}
with(milonic=new menuname("Contact")){
overflow="scroll";
style=menuStyle;
aI("text=General Information;url=contact_general;")
aI("text=Board List;url=contact_board.htm;")

}

drawMenus();

