/*
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=12 // Sub menu top offset
_subOffsetLeft=0 // Sub menu left offset
with(mainMenuStyle=new mm_style()){
oncolor="#DDDDDD";
offcolor="#FFFFFF";
bordercolor="#ffffff";
separatorcolor="#FFFFFF";
separatorsize="0";
separatorpadding="0";
padding=0;
align="center";
valign="middle";
fontsize="10pt";
fontweight="bold";
fontstyle="normal";
fontfamily="Trebuchet MS, Tahoma, Arial, , Verdana, Helvetica";
pagecolor="#cdcdcd";
headercolor="#000000";
headerbgcolor="#454545";
subimagepadding="5";
subimage="images/spacer.gif";
}
with(menuStyle=new mm_style()){
oncolor="#ffffff";
offbgcolor="#9e2f39";
offcolor="#ffffff";
separatorcolor="#b1b1b1";
separatorsize="1";
padding=5;
fontsize="10pt";
fontweight="bold";
fontstyle="normal";
fontfamily="Trebuchet MS, Tahoma, Arial, , Verdana, Helvetica";
pagecolor="#ffffff";
pagebgcolor="#9e2f39";
headercolor="#000000";
headerbgcolor="#344348";
itemwidth=160;
itemheight=24;
decoration="none";
ondecoration="underline";
}
with(milonic=new menuname("Main Menu")){
style=mainMenuStyle;
itemheight=24;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home ;url=1_home.php;status=Home;showmenu=menuTop1;");aI("text=About Us ;url=2_about-us.php;status=About Us;showmenu=menuTop2;");aI("text=Our Products ;url=3_our-products.php;status=Our Products;showmenu=menuTop3;");aI("text=Seminars/Consulting ;url=4_seminarsconsulting.php;status=Seminars/Consulting;showmenu=menuTop4;");aI("text=About ETFs ;url=61_about-etfs.php;status=About ETFs;showmenu=menuTop61;");aI("text=Subscribe ;url=6_subscribe.php;status=Subscribe;showmenu=menuTop6;");aI("text=Contact Us ;url=18_contact-us.php;status=Contact Us;showmenu=menuTop18;");}
with(milonic=new menuname("menuTop1")){ style=menuStyle;}with(milonic=new menuname("menuTop2")){ style=menuStyle;aI("text=Investment Philosophy;url=9_investment-philosophy.php;");aI("text=Our Track Record;url=10_our-track-record.php;");aI("text=In the Media;url=201_in-the-media.php;");}with(milonic=new menuname("menuTop3")){ style=menuStyle;aI("text=ETF Ratings/Portfolio Report;url=12_etf-ratingsportfolio-report.php;");aI("text=Corporate Packages;url=211_corporate-packages.php;");aI("text=Latest Reports;url=291_latest-reports.php;");}with(milonic=new menuname("menuTop4")){ style=menuStyle;aI("text=Seminar Testimonials;url=15_seminar-testimonials.php;");aI("text=Consulting;url=16_consulting.php;");}with(milonic=new menuname("menuTop61")){ style=menuStyle;aI("text=What are ETFs?;url=71_what-are-etfs.php;");aI("text=Buy and Hold?;url=161_buy-and-hold.php;");aI("text=Top Down Fundamental Analysis;url=151_top-down-fundamental-analysis.php;");aI("text=ETF Trading Tips;url=281_etf-trading-tips.php;");}with(milonic=new menuname("menuTop6")){ style=menuStyle;aI("text=10 Reasons to Subscribe;url=301_10-reasons-to-subscribe.php;");aI("text=Testimonials;url=311_testimonials.php;");}with(milonic=new menuname("menuTop18")){ style=menuStyle;}
drawMenus();