


_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=5               // 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(menuStyle=new mm_style()){
onbgcolor="#FF1021";
oncolor="#FFFFff";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=1;
fontsize="14";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(menuStyle_inside=new mm_style()){
onbgcolor="#FF1021";
oncolor="#FFFFff";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="14";
fontstyle="bold";
fontfamily="Arial, Verdana, Tahoma";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(menuStyle_for_order=new mm_style()){
onbgcolor="#5B5757";
oncolor="#FFFFff";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=1;
fontsize="10";
fontstyle="bold";
fontfamily="Arial, Verdana, Tahoma";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



drawMenus();


