


_menuCloseDelay=750           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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=-2            // 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="#0A63EE";
oncolor="#F3EED3";
offbgcolor="#F3EED3";
offcolor="#000000";
bordercolor="#0A63EE";
borderstyle="solid";
borderwidth=1;
separatorcolor="#0A63EE";
separatorsize="1";
padding=0;
onborder='1px solid #F3EED3';
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
onitalic="1";
pagecolor="#F3EED3";
pagebgcolor="#000000";
pageborder='1px solid #F3EED3';
subimage='arrow.gif';
onsubimage='arrow2.gif';
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=91);Shadow(color='#F3EED3', Direction=135, Strength=1);";
outfilter="randomdissolve(duration=0.4)";
}
buttonStyle=new copyOf(menuStyle); 
buttonStyle.onitalic=0; 


drawMenus();



