_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(textStyle=new mm_style()){
onbgcolor="#4e8bb5";
oncolor="#ffffff";
offbgcolor="#004676";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#004676";
separatorsize="0";
padding=4;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#4e8bb5";
headercolor="#ffffff";
headerbgcolor="#4e8bb5";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
menuheight="32";
}

with(menuStyle=new mm_style()){
onbgcolor="#4e8bb5";
oncolor="#ffffff";
offbgcolor="#004676";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#4e8bb5";
headercolor="#ffffff";
headerbgcolor="#4e8bb5";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("visitors")){
style=menuStyle;
top="offset=2";
aI("text=Join CSMPS;url=/s/JoinNow.asp?ReportID=293287;status=Join CSMPS;");
aI("text=Current Members;url=/s/CurrentMembers.asp;status=Current Members;");
aI("text=Affiliate Websites;url=/s/AffiliateSites.asp;status=Affiliate Websites;;");
}

with(milonic=new menuname("members")){
style=menuStyle;
top="offset=2";
//aI("text=Corporate Members;url=/s/CorporateMemberList.asp;status=Corporate Members;");
//aI("text=Individual Members;url=/s/IndividualMemberList.asp;status=Individual Members;");
//aI("text=Newsletter Archive;url=/s/NewsletterArchive.asp;url=.asp;status=Newsletter Archive;url=;");
//aI("text=Past Events;url=/s/PastEvents.asp;status=Past Events;");
//aI("text=Annual Reports;url=/s/AnnualReports.asp;status=Annual Reports;");
//aI("text=Member Forum;url=/s/MemberForum.asp;status=Member Forum;");
}

with(milonic=new menuname("events")){
style=menuStyle;
top="offset=2";
aI("text=Past/Upcoming Events;url=/s/UpcomingEvents.asp;status=Past/Upcoming Events;");
aI("text=Event Registration;url=/s/EventRegistration.asp;status=Event Registration;");
}

drawMenus();