// JavaScript Document

 fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#333300";
oncolor="#FFFF99";
offbgcolor="transparent";
offcolor="#FFFFFF";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
//separatorcolor="#2D729D";
//separatorsize="1";
padding=5;
fontsize="14px";
fontstyle="normal";
fontfamily="Romas Serif";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="menuimages/arrow.gif";
//subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(SubmenuStyle=new mm_style()){
onbgcolor="#333300";
oncolor="#ffff99";
offbgcolor="#000033";
offcolor="#FFFFFF";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
//separatorcolor="#2D729D";
//separatorsize="1";
padding=5;
fontsize="14px";
fontstyle="normal";
fontfamily="Romas Serif";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menuimages/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



// Build your sub menus first
with(main=new menuname("About")){
style=SubmenuStyle;
aI("text=History&Mission;url=../about.htm;target=_self");
aI("text=Membership;url=../join.htm;target=_self");
aI("text=Officer Contact;url=../officer.htm;target=_self");
}

with(main=new menuname("Links")){
style=SubmenuStyle;
aI("text=Suppliers;url=../accessories.htm;target=_self");
aI("text=Competitions;url=../competitions.htm;target=_self");
aI("text=Research Portal;url=../research.htm;target=_self");
aI("text=Double Reed Pages;url=../resources.htm;target=_self");
aI("text=Historical Performance;url=../hperformance.htm;target=_self");
aI("text=Employment;url=../employment.htm;target=_self");
aI("text=Recordings;url=../recordings.htm;target=_self");
aI("text=Other DRSs;url=../other.htm;target=_self");
}


drawMenus()


