
	function mmLoadMenus() {
	  if (window.menu_investment_style) return;
	  
window.menu_investment_style = new Menu("root",300,25,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFFFFF","#AFB686","#686155","left","middle",3,0,1000,-5,7,true,true,true,10,true,true);
menu_investment_style.addMenuItem("What&nbsp;is&nbsp;your&nbsp;risk&nbsp;tolerance?", "location='investment_style_risk_heather_holden.html'"); 
menu_investment_style.addMenuItem("Do&nbsp;you&nbsp;value&nbsp;diversification?", "location='investment_style_diversification_heather_holden.html'")
menu_investment_style.addMenuItem("Which&nbsp;philosophy&nbsp;or&nbsp;style&nbsp;is&nbsp;right&nbsp;for&nbsp;you?", "location='investment_style_philosophy_heather_holden.html'")
menu_investment_style.addMenuItem("Do&nbsp;you&nbsp;wonder&nbsp;about&nbsp;Responsible&nbsp;Investing?", "location='investment_style_responsible_investing_heather_holden.html'")

window.menu_reaching_goals = new Menu("root",175,25,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFFFFF","#AFB686","#686155","left","middle",3,0,1000,-5,7,true,true,true,10,true,true);
menu_reaching_goals.addMenuItem("Your&nbsp;Strategy", "location='your_strategy.html'")
menu_reaching_goals.addMenuItem("Your&nbsp;Family", "location='your_family.html'")
menu_reaching_goals.addMenuItem("Your&nbsp;Retirement", "location='your_retirement.html'")
menu_reaching_goals.addMenuItem("Your&nbsp;Investments", "location='your_investments.html'")
menu_reaching_goals.addMenuItem("Your&nbsp;Estate", "location='your_estate.html'")
menu_reaching_goals.addMenuItem("Your&nbsp;Risk&nbsp;Management", "location='your_risk_management.html'")
menu_reaching_goals.addMenuItem("Your&nbsp;Knowledge", "location='your_knowledge.html'")
menu_reaching_goals.addMenuItem("Your&nbsp;Legacy", "location='your_legacy.html'")

window.menu_commitment_to_you = new Menu("root",350,25,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFFFFF","#AFB686","#686155","left","middle",3,0,1000,-5,7,true,true,true,10,true,true);
menu_commitment_to_you.addMenuItem("You&nbsp;will&nbsp;feel&nbsp;like&nbsp;you’re&nbsp;my&nbsp;only&nbsp;client", "location='commitment_feel_like_your_my_only_client_with_heather_holden.html'");
menu_commitment_to_you.addMenuItem("You’ll&nbsp;feel&nbsp;well&nbsp;understood&nbsp;and&nbsp;appreciated", "location='commitment_understood_appreciated.html'");
menu_commitment_to_you.addMenuItem("Fair,&nbsp;predictable,&nbsp;tax&nbsp;effective&nbsp;pricing", "location='commitment_fair_predictable_tax_effective_pricing.html'");
menu_commitment_to_you.addMenuItem("I’ll&nbsp;responsibly&nbsp;help&nbsp;you&nbsp;meet&nbsp;your&nbsp;goals", "location='commitment_responsibly_meet_your_goals.html'");
menu_commitment_to_you.addMenuItem("I’ll&nbsp;provide&nbsp;opportunities&nbsp;for&nbsp;you&nbsp;to&nbsp;learn&nbsp;and&nbsp;participate", "location='commitment_to_learning.html'");

window.menu_team_of_experts = new Menu("root",275,25,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFFFFF","#AFB686","#686155","left","middle",3,0,1000,-5,7,true,true,true,10,true,true);
menu_team_of_experts.addMenuItem("Insurance:&nbsp;Gary&nbsp;Barker", "location='heather_holden_insurance_team.html'"); 
menu_team_of_experts.addMenuItem("Wills&nbsp;and&nbsp;Estates:&nbsp;Lisa&nbsp;Wilcox", "location='heather_holden_wills_estates_team.html'");
menu_team_of_experts.addMenuItem("Financial&nbsp;Planning:&nbsp;Kathy&nbsp;Kushner", "location='heather_holden_financial_planning_team.html'");
menu_team_of_experts.addMenuItem("Private&nbsp;Banking:&nbsp;Sharole&nbsp;McNiven", "location='heather_holden_private_banking_team.html'");

window.menu_about_me = new Menu("root",200,25,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFFFFF","#AFB686","#686155","left","middle",3,0,1000,-5,7,true,true,true,10,true,true);
menu_about_me.addMenuItem("More&nbsp;about&nbsp;Heather&nbsp;Holden", "location='about_me_heather_holden.html'");
menu_about_me.addMenuItem("CV&nbsp;of&nbsp;Heather&nbsp;Holden", "location='curriculum_vitae_heather_holden.html'");
menu_about_me.addMenuItem("Heather's&nbsp;Publications", "location='publications_of_heather_holden.html'");
menu_about_me.addMenuItem("Heather's&nbsp;Videos", "location='video_heather_holden.html'");

window.menu_contact = new Menu("root",190,25,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFFFFF","#AFB686","#686155","left","middle",3,0,1000,-5,7,true,true,true,10,true,true);
menu_contact.addMenuItem("Contact&nbsp;Heather", "location='contact_heather_holden.html'"); 
menu_contact.addMenuItem("Join&nbsp;Mailing&nbsp;List", "location='join_heather_holden_mailing_list.html'")


	  //Write the menus;
	  menu_investment_style.writeMenus();
	} 

