_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _menuOpenDelay=0 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset _subOffsetTop=0 // Sub menu top offset _subOffsetLeft=3 // 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="#EEEEEE"; oncolor="#333333"; offbgcolor="#FFFFFF"; offcolor="#999999"; bordercolor="#E7EBEE"; borderstyle="solid"; borderwidth=1; separatorcolor="#666666"; separatorsize="1"; separatorpadding="0"; //separatorimage="/images/shim_10x1.gif"; padding=4; fontfamily="Verdana, Geneva, Arial, Helvetica, sans-serif"; fontsize="10px"; fontstyle="normal"; fontweight="normal"; pagecolor="#000000"; pagebgcolor="#DDDDDD"; headercolor="#FFFFFF"; headerbgcolor="#669ACC"; //subimage="arrow.gif"; subimage=""; subimagepadding="2"; /* overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; overfilter="Fade(duration=0.2);Alpha(opacity=90);"; outfilter="randomdissolve(duration=0.3)"; */ } with(subStyle=new mm_style()){ onbgcolor="#990000"; oncolor="#ffffff"; offbgcolor="#EEEEEE"; offcolor="#333333"; bordercolor="#E7EBEE"; borderstyle="solid"; borderwidth=1; separatorcolor="#999999"; separatorsize="1"; separatorpadding="1"; padding=4; fontfamily="Verdana, Geneva, Arial, Helvetica, sans-serif"; fontsize="10px"; fontstyle="normal"; fontweight="normal"; headercolor="#FFFFFF"; headerbgcolor="#669ACC"; subimage="/images/nav/arrow_main.gif"; /* overfilter="Fade(duration=0.2);Alpha(opacity=90);"; outfilter="randomdissolve(duration=0.3)"; */ } with(milonic=new menuname("Main Menu")){ style=menuStyle; top=114; left=10; alwaysvisible=1; orientation="horizontal"; aI("text=;type=disabled;"); aI("text=Home  ;showmenu=Home;url=/;"); aI("text=Forums  ;showmenu=Forums;url=/forums/"); aI("text=Classifieds  ;showmenu=class;url=/Classifieds/;"); aI("text=Gallery  ;showmenu=Gallery;url=/Gallery/;"); aI("text=My Road Star  ;showmenu=MyWarrior;url=/MyStar/"); aI("text=Road Star of the Month  ;url=/BikeoftheMonth.aspx;"); aI("text=Links  ;url=/Links/;"); aI("text=Store  ;url=/RideGear/Default.aspx;"); aI("text=Advertise  ;url=/Advertise.aspx;"); aI("text=Log In  ;url=/forums/login.asp;"); } with(milonic=new menuname("Home")){ style=subStyle; aI("text=Contact Us;url=/ContactUs.aspx;"); aI("text=About Us;url=/AboutUs.aspx;"); aI("text=Advertise;url=/Advertise.aspx;"); aI("text=Support the Site;url=/Donate.aspx;"); } with(milonic=new menuname("Forums")){ style=subStyle; aI("text=Active Topics;url=/forums/active.asp;"); aI("text=Search;url=/forums/search.asp;"); aI("text=Private Messages;url=/forums/pm_view.asp;"); aI("text=Events Calendar;url=/forums/cal.asp;"); aI("text=Rules;url=/forums/rules.asp;"); aI("text=FAQs;url=/forums/faq.asp;"); aI("text=Chat;url=/chat.asp;"); } with(milonic=new menuname("Gallery")){ style=subStyle; aI("text=Updated Today;url=/Gallery/Default.aspx?updated=today;"); aI("text=Text Listing;url=/Gallery/TextListing.aspx;"); aI("text=Search;url=/Gallery/Search.aspx;"); } with(milonic=new menuname("MyWarrior")){ style=subStyle; aI("text=My Road Star;url=/mystar/EditBike.aspx;"); aI("text=My Images;url=/mystar/EditImages.aspx;"); aI("text=My Ratings;url=/mystar/MyRatings.aspx;"); aI("text=My Donations;url=/mystar/MyDonations.aspx;"); } drawMenus();