_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=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 with(menuStyle=new mm_style()){ onbgcolor="#DB760D"; oncolor="#FFFFFF"; offbgcolor="transparent"; offcolor="#FFFFFF"; pagecolor="#FFFFFF"; pagebgcolor="#DB760D"; //pagebgcolor="#CC6633"; //bordercolor="#000000"; //borderstyle="solid"; //borderwidth=0; separatorcolor="#FFFFFF"; separatorsize="1"; padding=5; fontsize=12; fontstyle="normal"; fontfamily="Arial, Verdana, Times New Roman, Times, serif"; fontweight="bold" headercolor="#FFFFFF"; headerbgcolor="#FFFFFF"; //overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#F7EFDE', Direction=0, Strength=5)"; //outfilter="randomdissolve(duration=0.3)"; visitedcolor="#DB760D" } with(menuStyle2=new mm_style()){ onbgcolor="#FFFFFF" //onbgcolor="#555555"; oncolor="#4E5C79"; offbgcolor="#808080"; offcolor="#FFFFFF"; pagecolor="#4E5C79"; pagebgcolor="#EEEEEE"; bordercolor="#ff0000"; //borderstyle="solid"; //-moz-opacity: 0.8;filter: alpha(opacity=80); -- these break the menu //opacity: 0.8; -- this is prob taken care of elsewhere borderwidth=0; separatorcolor="#ffffff"; separatorsize="1"; padding=5; fontsize=10; fontstyle="normal"; fontfamily="Verdana, Times New Roman, Times, serif"; fontweight="bold" headercolor="#FFFFFF"; headerbgcolor="#FFFFFF"; //subimage="../../images/spacer2.gif"; //subimagepadding="1"; overfilter="Fade(duration=0.5);Alpha(opacity=85);Shadow(color='#F7EFDE', Direction=0, Strength=0)"; outfilter="randomdissolve(duration=0.5)"; visitedcolor="blue"; align="left"; }