_scrollAmount=5 // Only Used for Netscape 4 scrolling _scrollDelay=10 // Only Used for Netscape 4 scrolling _scrollUpImage="https://secure.mycws.com/~mycws/images/menu/uparrow.gif" // Only Used for Netscape 4 scrolling _scrollDownImage="https://secure.mycws.com/~mycws/images/menu/downarrow.gif" // Only Used for Netscape 4 scrolling _menuCloseDelay=400 // The delay for menus to remain visible on mouse off _menuOpenDelay=150 // The delay for opening menus on mouse over _subOffsetTop=0; // Sub menu offset Top position _subOffsetLeft=0; // Sub menu offset Left position Goverfilter = "Fade(duration=0);Shadow(color='#777777', Direction=135, Strength=3)" Goutfilter = "randomdissolve(duration=0)" // Main Navigation with(vertStyle=new mm_style()){ onbgcolor = "#4F8EB6"; oncolor = "#ffffff"; offbgcolor = "#ffffff"; offcolor = "#000000"; visitedcolor = "#4D4D4D"; bordercolor = "#999999"; borderstyle = "solid"; separatorcolor = "#dddddd"; separatorsize = 1; separatorpadding=1 padding = 4 borderwidth = 1 onborder="1px solid #000000"; overfilter = "Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=3)" outfilter = "randomdissolve(duration=0.3)" fontsize = "12 px"; fontstyle = "normal"; fontfamily = "verdana, arial, tahoma"; pagebgcolor = "#FFD3A3"; pageimage=""; pagecolor = "#000000"; subimage = "https://secure.mycws.com/~mycws/images/menu/black_13x13_greyboxed.gif"; onsubimage="https://secure.mycws.com/~mycws/images/menu/on_13x13_greyboxed.gif" headercolor = "#000000"; headerbgcolor = "#C1D7E4"; headerborder="1px solid #000000"; itemwidth="119"; itemheight="23"; } horizStyle=new copyOf(vertStyle) horizStyle.overfilter="" horizStyle.outfilter="" horizStyle.borderwidth=0 horizStyle.separatorpadding=0 horizStyle.onborder=""; horizStyle.separatorcolor = "#004B69"; horizStyle.subimage="https://secure.mycws.com/~mycws/images/menu/downboxed.gif"; horizStyle.onsubimage="https://secure.mycws.com/~mycws/images/menu/on_downboxed.gif"; horizStyle.onbgcolor = "#F8AB52"; horizStyle.oncolor = "#000000"; horizStyle.offbgcolor = "#F68819"; horizStyle.offcolor = "#FFFFFF"; // SUB MENUS with(vertStyle_sub=new mm_style()){ onbgcolor = "#4F8EB6"; oncolor = "#ffffff"; offbgcolor = "#ffffff"; offcolor = "#000000"; visitedcolor = "#4D4D4D"; bordercolor = "#999999"; borderstyle = "solid"; separatorcolor = "#dddddd"; separatorsize = 1; separatorpadding=1 padding = 4 borderwidth = 1 onborder="1px solid #000000"; overfilter = "Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=3)" outfilter = "randomdissolve(duration=0.3)" fontsize = "12 px"; fontstyle = "normal"; fontfamily = "verdana, arial, tahoma"; pagebgcolor = "#FFD3A3"; pageimage=""; pagecolor = "#000000"; subimage = "https://secure.mycws.com/~mycws/images/menu/black_13x13_greyboxed.gif"; onsubimage="https://secure.mycws.com/~mycws/images/menu/on_13x13_greyboxed.gif" headercolor = "#000000"; headerbgcolor = "#C1D7E4"; headerborder="1px solid #000000"; itemwidth="150"; } with(milonic=new menuname("mainmenu2")){ top = 68; left =155; style = horizStyle; alwaysvisible = 1; orientation="horizontal" aI("text= CWS;showmenu=cws;"); aI("text= Plans;showmenu=hosting_plans;"); aI("text= Details;showmenu=hosting_details;"); aI("text= Other;showmenu=other_services;"); aI("text= Contact;showmenu=contact;"); } with(milonic=new menuname("cws")){ style = vertStyle_sub; top="offset=1" margin=3 aI("text=Home;url=http://www.mycws.com/;title=Back To Home Page;"); aI("text=About Us;url=http://www.mycws.com/about/"); } with(milonic=new menuname("hosting_plans")){ style = vertStyle_sub; top="offset=1" margin=3 aI("text=Single Sites;url=http://www.mycws.com/hosting/single/"); aI("text=Reseller Accounts;url=http://www.mycws.com/hosting/reseller/"); //aI("text=VPS Accounts;url=http://www.mycws.com/hosting/vps/"); //aI("text=Dedicated Servers;url=http://www.mycws.com/hosting/dedicated/"); aI("text=File Storage;url=http://www.mycws.com/hosting/storage/"); //aI("text=E-Mail Only;url=http://www.mycws.com/hosting/email/"); } with(milonic=new menuname("hosting_details")){ style = vertStyle_sub; top="offset=1" margin=3 aI("text=Overview;url=http://www.mycws.com/hosting/"); aI("text=Networks;url=http://www.mycws.com/networks/"); aI("text=Control Panel;url=http://www.mycws.com/controlpanels/"); } with(milonic=new menuname("other_services")){ style = vertStyle_sub; top="offset=1" margin=3 aI("text=Domain Registration;url=http://www.mycws.com/domains/"); aI("text=E-Commerce & SSL;showmenu=services_ecommerce"); aI("text=Site Templates;url=http://downloads.mycws.com/store/?cat=1"); } with(milonic=new menuname("services_ecommerce")){ alignment="center"; style = vertStyle_sub; margin=3 aI("text=E-Commerce Details;url=http://www.mycws.com/ecommerce/"); aI("text=Shopping Carts;url=http://www.mycws.com/ecommerce/shoppingcart/"); aI("text=Secure Sites;url=http://www.mycws.com/ecommerce/ssl/"); } with(milonic=new menuname("contact")){ style = vertStyle_sub; top="offset=1" margin=3 aI("text=Contact Info;url=http://www.mycws.com/contact/"); aI("text=Support Area;url=http://support.mycws.com/"); aI("text=Client Area;url=https://secure.mycws.com/"); } sampleStyle=new copyOf(vertStyle) sampleStyle.fontsize="60%" sampleStyle.padding=2 drawMenus() // Add this bit if you haven't finished building menus yet. clearTimeout(_mst) _mst=null _startM=1