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()){

onbgcolor="#386bac";
oncolor="#ffffff";
offbgcolor="#386bac";
offcolor="#000000";
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="14";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#";
headercolor="#d7ceb9";
padding=11;
pagebgcolor="#";
pagecolor="#d7ceb9";
separatorcolor="#1f4760";
separatorsize=0;
separatorpadding=9;
subimage="arrow.gif";
subimagepadding="1";
}

with(underStyle=new copyOf(menuStyle)){
onbgcolor="#386bac";
oncolor="#ffffff";
offbgcolor="#386bac";
offcolor="#000000";
pagecolor="#ffffff";
headercolor="#ffffff";
padding=4;
fontsize="14";
borderwidth=1;
}

    
with(milonic=new menuname("events")){
style=menuStyle;
aI("text=Calendar of Events;url=events.html;");
aI("text=Event Ideas;url=events_ideas.html;");
aI("text=Glossary of Terms;url=glossary.html;");
}

with(milonic=new menuname("training")){
style=menuStyle;
aI("text=New Leaders;url=newtroops.html;");
aI("text=Leader Tips;url=adults.html;");
aI("text=Glossary of Terms;url=glossary.html;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=River Valleys Council;url=http://www.girlscoutsrv.org;");
aI("text=Leader Resources;url=gslaw.html;");
aI("text=Girl Scout Links;url=gslinks.html;");
aI("text=Activity Ideas;url=links.html;");
}

drawMenus();

