_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=-12 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(menuSub=new mm_style()){ onbgcolor="#f6a42a"; oncolor="#ffffff"; offbgcolor="#fcb040"; offcolor="#ffffff"; borderwidth="0"; padding="5"; separatorsize="0"; separatorcolor="#fcb040"; fontfamily="Arial, Verdana, Tahoma"; fontsize="11"; overfilter="Fade(duration=0.1)"; outfilter="Fade(duration=0.1)"; itemwidth="140"; } with(menuMain=new mm_style()){ onbgcolor="#f6a42a"; oncolor="#ffffff"; offbgcolor="#fcb040"; offcolor="#ffffff"; separatorcolor="#fcb040"; separatorsize="40"; padding="0"; spacing="0"; fontfamily="Arial, Verdana, Tahoma"; fontsize="11"; //pageimage="images/star.gif"; pagecolor="#000000"; } with(milonic=new menuname("Main Menu")){ style=menuMain; alwaysvisible=1; //orientation="vertical"; orientation="horizontal"; position="relative"; }