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



with(EasySampleStyle=new mm_style()){
oncolor="#FFFF33";
offcolor="#000000";
separatorcolor="#000000";
separatorsize="0";
padding=4;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="arial";
}


with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#CDEAFA";
offbgcolor="#9D9D9D";
offcolor="#CDEAFA";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="arial";
fontsize="11px";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.wcqr.org/content/navigation/menu/arrow.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("events")){
style=menuStyle;
overflow="scroll";
itemwidth="150";
aI("text=Events;url=/pages/events/;")
aI("text=Concerts;url=/pages/concerts/;")
aI("text=Zone Pix;url=/scrapbook/main.php;")
}
drawMenus();
