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

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
//fontsize="75%";
fontsize="9pt";

fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#DCE9F0";
onbgcolor="#005DAA";
oncolor="#ffffff";
//offcolor="#515151";
//onbgcolor="#4F8EB6";
offbgcolor="#9AADD7";
offcolor="#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="#2D729D";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("news")){
style=menuStyle;
top=-2;
left=0;
aI("text=Photo Gallery;url=" + location2 + "news/photogallery.asp;");
}

with(milonic=new menuname("aboutthefestival")){
style=menuStyle;
top=-2;
left=0;
aI("text=Board of Directors;url=" + location2 + "aboutthefest/boardofdirectors.asp;");
aI("text=Festival History;url=" + location2 + "aboutthefest/festivalhistory.asp;");
aI("text=Rose Bowl Winners;url=" + location2 + "aboutthefest/rosebowlwinners.asp;");
}

with(milonic=new menuname("2007 festival")){
style=menuStyle;
top=-2;
left=0;
aI("text=Calgary Festival;url=" + location2 + "festival/calgaryfestival.asp;showmenu=calgary_sub");
aI("text=Provincial Festival;url=" + location2 + "festival/provincialfestival.asp;");
aI("text=National Festival;url=" + location2 + "festival/nationalfestival.asp;");
}

with(milonic=new menuname("calgary_sub")){
style=menuStyle;
aI("text=Registration;url=" + location2 + "festival/registration.asp;");
aI("text=Session Schedule;url=" + location2 + "festival/sessionschedule.asp;");
aI("text=Concerts;url=" + location2 + "festival/concerts.asp;");
aI("text=Results;url=" + location2 + "festival/results.asp;");
aI("text=Adjudicators;url=" + location2 + "festival/adjudicators.asp;");
}

with(milonic=new menuname("supportus")){
style=menuStyle;
top=-2;
left=0;
aI("text=Sponsors;url=" + location2 + "supportus/sponsors.asp;");
aI("text=Scholarships;url=" + location2 + "supportus/scholarships.asp;");
aI("text=Volunteers;url=" + location2 + "supportus/volunteers.asp;showmenu=volunteers_sub");
}

with(milonic=new menuname("volunteers_sub")){
style=menuStyle;
aI("text=Volunteer Positions;url=" + location2 + "supportus/volunteerpositions.asp;");
}

with(milonic=new menuname("alumni")){
style=menuStyle;
top=-2;
left=0;
aI("text=Alumni Reception;url=" + location2 + "alumni/alumnireception.asp;");
}

drawMenus();


