_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="#000000"; oncolor="#000000"; offbgcolor="#000000"; offcolor="#808284"; borderwidth="0"; padding="2"; separatorsize="0"; separatorcolor="#000000"; fontfamily="Arial, Verdana, Tahoma"; fontsize="11"; separatorsize="1"; overfilter="Fade(duration=0.1)"; outfilter="Fade(duration=0.1)"; } with(menuMain=new mm_style()){ onbgcolor="#000000"; oncolor="#000000"; offbgcolor="#000000"; offcolor="#808284"; separatorcolor="#FFFFFF"; 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"; }