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(menuStyle=new mm_style()){
bordercolor="#993333";
borderstyle="outset";
borderwidth=3;
fontfamily="arial,helvetica";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFEEDD";
offcolor="#993333";
onbgcolor="#CC9966";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
//pagebgcolor="#82B6D7";
//pagecolor="black";
separatorcolor="#BB9999";
separatorsize=1;
}

with(SBCS=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1
left=20;
overflow="scroll";
style=menuStyle;
top=20;
aI("showmenu=Sub Menu;text=Navigate This Site;");
}

with(SBCS=new menuname("Sub Menu")){
style=menuStyle;
aI("text=Home;url=index.html;")
aI("text=Performance Schedule;url=index.html#sched;")
aI("text=About Chamber Singers;url=index.html#sbcs;")
aI("text=About the Conductor;url=index.html#nancy;")
aI("text=About the Accompanist;url=index.html#kathleen;")
aI("text=Singers&#8217; Bios &amp; Photos;url=personnel.html;")
//aI("text=Collaborations &amp; Guest Artists;url=artists.html;")
//aI("text=Tickets;url=tix.html;")
aI("text=Chamber Singers CDs;url=cd.html;")
aI("text=Repertory;url=repertory.html;")
aI("text=Critical Acclaim;url=reviews.html;")
aI("text=Audience Comments;url=comments.html;")
aI("text=Photo Gallery;url=photos.html;")
aI("text=Audio (Choral Art);url=http://bassocantante.com/choral/;target=_blank;")
aI("text=E-Mail;url=mailto:nmenk@saintmarys.edu;")

}

drawMenus();

