/*
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="#000000";
oncolor="#FF8E00";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#EEEEEE";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="10";
padding=2;
fontsize="100%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
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="100%";
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=10;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=After Market Services;url=/aftermarket/aftermarket.jsp;showmenu=AfterMarketServices;");
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=Shopping Cart;url=/do/ShoppingcartServlet?cmd=load;");
aI("text=Whois;url=/whois/whois.jsp;");
aI("text=Help;url=/help/help.jsp;showmenu=Help;");
aI("text=Login;url=/login/login.jsp;");
}

with(milonic=new menuname("AfterMarketServices")){
style=menuStyle;
overflow="scroll";
aI("text=Sell;url=/aftermarket/sell-domain-name.jsp;");
aI("text=List;url=/;");
aI("text=Escrow;url=/;");
aI("text=Traffic;url=/;");
aI("text=Auction;url=/;");
aI("text=Appraisal;url=<%= branding.getAppraisalHomePage()%>); //aftermarket/appraisals.jsp;");
aI("text=Buy & Sell;url=/;");
}

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=/msgCenter/viewMessages.jsp;");
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=Support;url=/help/help.jsp;");
aI("text=FAQ;url=/help/help.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;");
}

with(milonic=new menuname("MyAccount")){
style=menuStyle;
aI("text=MyProfile;url=/accounts/view_account_info.jsp;");
aI("text=MyPreferences;url=/accounts/account_preferences.jsp;");
aI("text=Security Settings;url=/accounts/account_security.jsp;");
aI("text=Payment Methods;url=/accounts/payment_methods.jsp;");
aI("text=Domain Preferences;url=/accounts/account_domain_preferences.jsp;");
aI("text=Account Users;url=/accounts/view_subaccounts.jsp;");
aI("text=Domain Contacts;url=/do/AccountContactsServlet?cmd=viewcontacts;");
aI("text=Transactions;url=/accounts/account_transactions.jsp;");
}



drawMenus();

