/*
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=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150 // 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()){
oncolor="#000000";
offcolor="#555555";
bordercolor="#296488";
separatorcolor="#333333";
separatorsize="0";
padding=4;
fontsize="8pt;";
fontweight="bold";
fontstyle="normal";
fontfamily="Tahoma, Verdana,Arial";
pagecolor="#222222";
headercolor="#000000";
headerbgcolor="#555555";
subimagepadding="2";
}
with(menuStyle=new mm_style()){
onbgcolor="#C9B95F";
oncolor="#ffffff";
offbgcolor="#DDDDDD";
offcolor="#000000";
bordercolor="#555555";
borderstyle="solid";
borderwidth=1;
separatorcolor="#555555";
separatorsize="1";
padding=5;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#DDDDDD";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Shadow(color='#000000', Direction=135, Strength=5)";
}
with(milonic=new menuname("Main Menu")){
style=mainMenuStyle;
top=78;
left=188;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home /;url=index.cfm;status=Home Page;");
aI("text=Members /;showmenu=Members;");
aI("text=The Team /;url=the_team.cfm;status=The Team;");
aI("text=Join Now /;showmenu=JoinNow;");
aI("text=FAQ's /;showmenu=FAQ;");
aI("text=Education /;showmenu=Education;");
aI("text=Contact Us /;url=contact_us.cfm;status=Contact Us;");
aI("text=Careers /;url=careers.cfm;status=Careers;");
aI("text=Testimonials /;url=testimonials.cfm;status=Testimonials;");
aI("text=More..;showmenu=More;");
}
with(milonic=new menuname("Members")){
style=menuStyle;
//aI("text=Login;url=dsp_login.cfm;");
aI("text=Back-Up Support;url=contact_us.cfm;");
}
with(milonic=new menuname("Samples")){
style=menuStyle;
aI("text=Recent Trades;url=dsp_trades.cfm;");
aI("text=Sample Reports;url=dsp_samples.cfm;");
}
with(milonic=new menuname("JoinNow")){
style=menuStyle;
aI("text=Join Now;url=join.cfm;");
aI("text=FREE Trial Account;url=free_trial.cfm;");
}
with(milonic=new menuname("FAQ")){
style=menuStyle;
aI("text=General;url=dsp_page.cfm?pid=p_faq_g;");
aI("text=Technical;url=dsp_page.cfm?pid=p_faq_t;");
}
with(milonic=new menuname("Education")){
style=menuStyle;
aI("text=Shares;url=dsp_page.cfm?pid=p_edu_shares;");
aI("text=CFDs;url=dsp_page.cfm?pid=p_edu_options;");
aI("text=Choosing a Stockbroker;url=dsp_page.cfm?pid=p_edu_broker;");
aI("text=Past Lessons;url=dsp_pastlessons.cfm;");
}
with(milonic=new menuname("More")){
style=menuStyle;
aI("text=ASR User's Guide;url=user_guide.cfm;");
aI("text=Financial Services Guide;url=financial_services_guide.cfm;");
aI("text=Glossary;url=glossary.cfm;");
aI("text=Privacy Policy;url=dsp_privacy.cfm;");
aI("text=Report Terms and Conditions;url=terms_and_conditions.cfm;");
}
drawMenus();