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

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="#DCEEC5";
oncolor="#000000";
offbgcolor="#8BC53E";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
padding=8;
fontsize="12px"; 
fontstyle="normal";
fontweight="normal";
fontfamily="verdana, helvetica, arial, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(milonic=new menuname("aboutus")){
style=menuStyle;
borderwidth=1;
bordercolor="#FFFFFF";
itemwidth=160; 
aI("text=2009 Event Sponsors;url=../content.php?id=22");
aI("text=Partner Organizations;url=../content.php?id=23");
aI("text=Committee Members;url=../content.php?id=21");
}

with(milonic=new menuname("biketoeverything")){
style=menuStyle;
borderwidth=1;
bordercolor="#FFFFFF";
itemwidth=153; 
aI("text=Bicycle Benefits;url=../content.php?id=11");
}

with(milonic=new menuname("community")){
style=menuStyle;
borderwidth=1;
bordercolor="#FFFFFF";
itemwidth=153; 
aI("text=Activity and Advocacy;url=../content.php?id=27");
aI("text=Clubs and Organizations;url=../content.php?id=13");
aI("text=Discussion, Photos and Video;url=../content.php?id=28");
aI("text=Local Biking Blogs;url=../content.php?id=29");
aI("text=Maps and Trails;url=../content.php?id=30");
aI("text=Shops and Services;url=../content.php?id=31");
}

with(milonic=new menuname("commuting")){
style=menuStyle;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=153; 
aI("text=Commute Challenge;url=../content.php?id=14");
aI("text=Education;url=../content.php?id=26");
aI("text=Staying Safe and Rules of the Road;url=../content.php?id=16");
aI("text=Tips and FAQs;url=../content.php?id=17");
}

with(milonic=new menuname("resources")){
style=menuStyle;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=153;
aI("text=Clubs and Organizations;url=../content.php?id=13");
aI("text=Staying Safe and Rules of the Road;url=../content.php?id=16");
aI("text=Maps and Trails;url=../content.php?id=30");
}

with(milonic=new menuname("newsandevents")){
style=menuStyle;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=153;
aI("text=Calendar;url=#");
aI("text=News;url=../content.php?id=19");
}

drawMenus();