_menuCloseDelay=200    	      // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50         	 // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=0     	 // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

//VAR 'spacer' used to add left-hand margin to dropdowns
var spacer = "text=&nbsp;&nbsp;"

//MAIN MENU config
with(menuStyle=new mm_style()){
borderwidth=0;
itemheight=44;
}



