_menuCloseDelay=150           // 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=0              // 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="#c5dbf2"; 
oncolor="#666666"; //下拉菜单鼠标点击字的颜色
offbgcolor="#ffffff";  //下拉菜单背景颜色
offcolor="#666666";  //下拉菜单鼠标移开字的颜色
bordercolor="#444444";  //边框的颜色
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="0";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="333366";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2 );";
outfilter="randomdissolve(duration=0.3)";
}


