/* Milonic DHTML Menu - JavaScript Website Navigation System. Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved. Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products This is a commercial software product, please visit http://www.milonic.com/ for more information. See http://www.milonic.com/license.php for Commercial License Agreement All Copyright statements must always remain in place in all files at all times ******* PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE ******* */ _menuCloseDelay=0 // The time delay for menus to remain visible on mouse out _menuOpenDelay=0 // The time delay before menus open on mouse over _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(mainMenuStyle=new mm_style()){ onbgcolor="#4A8AB5"; oncolor="#FF8E00"; offbgcolor="#4A8AB5"; offcolor="#FFFFFF"; bordercolor="#EEEEEE"; borderstyle="solid"; borderwidth=0; separatorcolor="#4A8AB5"; separatorsize="27"; padding=2; fontsize="11px"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="black"; pagebgcolor="#82B6D7"; headercolor="#4A8AB5"; headerbgcolor="#ffffff"; } with(menuStyle=new mm_style()){ onbgcolor="#94C3DE"; oncolor="#00558E"; offbgcolor="#00558E"; offcolor="#FFFFFF"; bordercolor="#EEEEEE"; borderstyle="solid"; borderwidth=1; separatorcolor="#EEEEEE"; separatorsize="0"; padding=3; fontsize="11px"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="black"; pagebgcolor="#82B6D7"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="/images/arrow.gif"; subimagepadding="2"; } with(milonic=new menuname("Main Menu")){ style=mainMenuStyle; top=10; left=0; alwaysvisible=1; orientation="horizontal"; position="relative"; aI("text=Domain Name Services;url=/aftermarket/aftermarket.jsp;showmenu=DomainNameServices;"); /* aI("text=GoTo;url=/site-map.jsp;showmenu=GoTo;"); */ aI("text=My Account;url=/accounts;showmenu=MyAccount;"); aI("text=My Domains;url=/do/DomMgrList;"); aI("text=Fund Account;url=/wholesale/index.jsp;"); aI("text=Status Center;url=/do/StatusCenter;"); aI("text=Shopping Cart;url=/do/ShoppingcartAddProductsServlet?cmd=load;"); aI("text=Help;url=/help/help.jsp;showmenu=Help;"); } with(milonic=new menuname("DomainNameServices")){ style=menuStyle; overflow="scroll"; aI("text=Appraise Domain Names;url=/pub/ShoppingcartOrderProductsServlet?cmd=orderproducts&cmdaction=appraisal;"); aI("text=Buy Aftermarket Domain Names;url=/marketplace/buy.jsp;"); aI("text=Sell Domain Names;url=/marketplace/sell.jsp;"); aI("text=Domain Escrow Services;url=/aftermarket/domain-escrow.jsp;"); aI("text=Monetize Domain Traffic;url=/aftermarket/domain-name-traffic.jsp;"); aI("text=Backorder & Expired Name Services;url=/aftermarket/backorder-domain.jsp;"); aI("text=Web Hosting;url=/services/services2.jsp#coolhandle;"); } with(milonic=new menuname("GoTo")){ style=menuStyle; aI("text=Manage Account;url=/accounts;showmenu=MyAccount;"); aI("text=Manage Domains;url=/do/DomMgrList;"); aI("text=Status Center;url=/do/StatusCenter;"); aI("text=Order Products;url=/services/services.jsp;"); aI("text=Corporate Services;showmenu=CorporateServices;"); //aI("text=Support Center;showmenu=Help;"); aI("text=Domain Newz;url=/news/news.jsp;"); } with(milonic=new menuname("Help")){ style=menuStyle; aI("text=FAQ;url=/help/help.jsp;"); aI("text=Affiliate Program FAQ;url=http://affiliates.moniker.com/help/faq_affiliate.jsp;"); aI("text=Pricing;url=/wholesale/index.jsp;"); aI("text=About Security;url=/help/security.jsp;"); aI("text=Contact Us;url=/contactus.jsp;"); aI("text=Glossary;url=/help/glossary.jsp;"); aI("text=Privacy Policy;url=/help/privacy.jsp;"); aI("text=Service Agreement;url=/help/dtc.jsp;"); aI("text=Deletion and Auto-Renew Policy;url=/help/delete-autorenew-policy.jsp;"); aI("text=Dispute Policies;url=/help/disputepolicies.jsp;"); aI("text=Escrow Policies;url=/help/escrowpolicy.jsp;"); aI("text=Site Map;url=/site-map.jsp;"); aI("text=Resellers;url=/resellers/overview.jsp;"); } with(milonic=new menuname("MyAccount")){ style=menuStyle; aI("text=My Profile;url=/accounts/view_account_info.jsp;"); aI("text=My Preferences;url=/accounts/account_preferences.jsp;"); aI("text=Email Preferences;url=/accounts/email_preferences.jsp;"); aI("text=Security Settings;url=/accounts/account_security.jsp;"); aI("text=Payment Methods;url=/do/CreditcardServlet;"); aI("text=Payment Options;url=/do/AccountPaymentServlet?cmd=paymentoptions;"); aI("text=Domain Preferences;url=/accounts/account_domain_preferences.jsp;"); //aI("text=Domain Categories;url=/accounts/account_domain_categories.jsp;"); aI("text=Account Users;url=/accounts/view_subaccounts.jsp;"); aI("text=Domain Contacts;url=/do/AccountContactsServlet?cmd=viewcontacts;"); aI("text=Transactions;url=/do/TrxPaginatedInit;"); aI("text=Migrated Transactions;url=/do/MigratedLBTrx;"); aI("text=Migrated Domain History;url=/domains/LBDomainHistory.jsp;"); aI("text=Appraisal Center;url=/do/ListAppraisals?cmd=finished&cdd=2;"); aI("text=Login History;url=/do/AccountLoginHistory;"); aI("text=Manage SubProducts;url=/do/ExpiringSubproductsServlet?range=ALL;"); } with(milonic=new menuname("CorporateServices")){ style=menuStyle; aI("text=Corporate Services;url=/corporateservices/corporate.jsp;"); aI("text=Affiliate Programs;url=/corporateservices/affiliates.jsp;"); } drawMenus();