/*
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="5";
padding=0;
align="center";
valign="middle";
fontsize="12px";
fontweight="normal";
fontstyle="normal";
fontfamily="Trebuchet MS, Tahoma, Arial, , Verdana, Helvetica";
pagecolor="#626262";
headercolor="#626262";
headerbgcolor="#454545";
subimagepadding="5";
subimage="images/spacer.gif";
}
with(menuStyle=new mm_style()){
oncolor="#ffffff";
offbgcolor="#A2AF39";
offcolor="#ffffff";
separatorcolor="#b1b1b1";
separatorsize="1";
padding=5;
fontsize="10pt";
fontweight="bold";
fontstyle="normal";
fontfamily="Trebuchet MS, Tahoma, Arial, , Verdana, Helvetica";
pagecolor="#ffffff";
pagebgcolor="#A2AF39";
headercolor="#000000";
headerbgcolor="#344348";
itemwidth=160;
itemheight=30;
decoration="none";
ondecoration="underline";
}
with(milonic=new menuname("Main Menu")){
style=mainMenuStyle;
itemheight=30;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=1_home.php;status=Home;showmenu=menuTop1;");aI("text=About;url=2_about.php;status=About;showmenu=menuTop2;");aI("text=Contact;url=18_contact.php;status=Contact;showmenu=menuTop18;");aI("text=Client Log-in;url=171_client-log-in.php;status=Client Log-in;showmenu=menuTop171;");}
with(milonic=new menuname("menuTop1")){ style=menuStyle;}with(milonic=new menuname("menuTop2")){ style=menuStyle;aI("text=PennyWise Investment;url=7_pennywise-investment.php;");aI("text=Investment Philosophy;url=9_investment-philosophy.php;");aI("text=ETF Ratings Guide;url=323_etf-ratings-guide.php;");aI("text=In the Media;url=201_in-the-media.php;");aI("text=Testimonials;url=311_testimonials.php;");}with(milonic=new menuname("menuTop18")){ style=menuStyle;}with(milonic=new menuname("menuTop171")){ style=menuStyle;}
drawMenus();