

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="4b0082";
oncolor="ffebdc";
offbgcolor="transparent";
offcolor="navy";
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="0";
padding=3;
fontsize="100%";
fontstyle="Normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="Orange";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="Images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="4b0082";
oncolor="ffebdc";
offbgcolor="white";
offcolor="Navy";
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="0";
padding=3;
fontsize="75%";
fontstyle="Normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="Orange";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="";
}


with(milonic=new menuname("Benefits")){
style=menuStyle2;
overflow="scroll";
aI("text=Ground Rules;url=http://www.crmwashington.org/Ground_Rules.html;");
aI("text=CRM Tour;url=http://www.crmwashington.org/CRM_Tour.html;");
}

with(milonic=new menuname("Org")){
style=menuStyle2;
aI("text=Task Group;url=http://www.crmwashington.org/CRM_Task_Group.html;");
aI("text=MOU;url=http://www.crmwashington.org/MOU.html;");
aI("text=Signatures;url=http://www.crmwashington.org/CRM_Signatures.html;");
aI("text=Executive Commitee Members;url=http://www.crmwashington.org/Committee.html;");
}

with(milonic=new menuname("Publications")){
style=menuStyle2;
aI("text=Newsletter.pdf;url=http://www.crmwashington.org/PDFs/Fall04Newsletter.pdf;");
aI("text=Brochure.pdf;url=http://www.crmwashington.org/PDFs/CRM_Brochure.pdf;");
aI("text=Success Stories;url=http://www.crmwashington.org/SuccessStories.html;");
aI("text=Media;url=http://www.crmwashington.org/Media.html;");
}



drawMenus();

