_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=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(imageStyle=new mm_style()){
outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle=new mm_style()){
onbgcolor="#4D5FA9";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#CFCFCF";
borderstyle="solid";
borderwidth=2;
separatorcolor="#E2E2E2";
separatorsize="2";
padding=2;
fontsize="80%";
fontstyle="normal";
fontfamily="Geneva, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#D68C48";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/fun_arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=8)";
outfilter="randomdissolve(duration=0.3)";
}


drawMenus();
