
/*
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(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#48A182";
offbgcolor="";
offcolor="#515151";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="#999999";
separatorsize="1";
padding=3;
fontsize="13";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
}

with(submenuStyle=new mm_style()){
onbgcolor="#D3E4DF";
oncolor="#515151";
offbgcolor="#FFFFFF";
offcolor="#515151";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=4;
fontsize="13";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
top=240;
itemheight=24;
screenposition="center";
orientation="horizontal";
aI("text=&nbsp;&nbsp;Home&nbsp;;url=index.php;");
aI("text=&nbsp;Products & Services&nbsp;;showmenu=Products;url=prods_accts.php;");
aI("text=&nbsp;General Insurance&nbsp;;showmenu=Insurance;url=insure_prods.php;");
aI("text=&nbsp;Wealth Management&nbsp;;showmenu=Wealth;url=wealth_staff.php;");
aI("text=&nbsp;Our Community&nbsp;;url=comm_sponsors_apply.php;");
aI("text=&nbsp;About NDCU&nbsp;;showmenu=About;url=aboutus.php");
aI("text=&nbsp;&nbsp;Our Links&nbsp;showmenu=Links;;url=links.php");
}

with(milonic=new menuname("Products")){
style=submenuStyle;
itemwidth=200;
aI("text=Account Services;url=prods_accts.php;");
aI("text=eServices;url=prods_electronic.php;");
aI("text=Current Rates;url=/rates;");
aI("text=Financial Hike;url=financial_hike.php;");
aI("text=eStatements;url=estatements.php;");
aI("text=Small Business Support;url=business_planner.php;");
aI("text=Order Cash/Coin Online;url=coin_order.php;");
aI("text=Mobile Services;url=mobile.php;");
aI("text=Aspire Youth Accounts;url=prods_aspire.php;"); 
aI("text=TFSAs;url=tfsa.php;");
aI("text=High Interest Savings Account;url=prods_hisa.php;");
aI("text=Investments;url=prods_invest.php;");
aI("text=Loans;url=prods_loans.php;");
aI("text=Member Loyalty Program;url=prods_loyalty.php;");
aI("text=Online Brokerage;url=qtrade.php;");
}

with(milonic=new menuname("Insurance")){
style=submenuStyle;
itemwidth=160;
aI("text=Insurance Products;url=insure_prods.php;");
aI("text=Our Qualified Staff;url=insure_staff.php;");
aI("text=Request a Quote;url=insure_quote.php;");
aI("text=Insurance Locations;url=insure_locations.php;");
}

with(milonic=new menuname("Wealth")){
style=submenuStyle;
itemwidth=160;
aI("text=Wealth Staff;url=wealth_staff.php;");
aI("text=Investment Advice;url=investment_advice.php;");
aI("text=Wealth Locations;url=wealth_locations.php;");
}

with(milonic=new menuname("About")){
style=submenuStyle;
itemwidth=180;
aI("text=NDCU News;url=news.php;");
aI("text=Mission Statement;url=aboutus_mission.php;");
aI("text=Corporate Reports;url=corporate_reports.php;");
aI("text=Becoming A Member;url=about_banklocal.php;");
aI("text=Newsletters;url=aboutus_news.php;");
aI("text=Our History;url=aboutus_history.php;");
aI("text=Listening Locally;url=https://ssl.funktion.ca/ndcu/strictly_speaking.php;");
aI("text=Awards & Recognition;url=aboutus_awards.php;");
aI("text=Board of Directors and NDCU Rules;url=aboutus_board.php;");
aI("text=Employment Opportunities;url=aboutus_employ.php;");
}

with(milonic=new menuname("Links")){
style=submenuStyle;
itemwidth=180;
aI("text=Our Community;url=links.php?cat=10;");
aI("text=Calculators;url=links.php?cat=13;");
aI("text=Market Information;url=links.php?cat=14;");
aI("text=Finance;url=links.php?cat=15;");
aI("text=Credit Union Websites;url=links.php?cat=11;");
aI("text=Youth;url=links.php?cat=12;");
aI("text=Community Co-ops;url=links.php?cat=16;");
aI("text=Government;url=links.php?cat=17;");
aI("text=Wellness;url=links.php?cat=18;");
aI("text=News;url=links.php?cat=19;");
}

drawMenus();


