// BEGIN LOADING MENUS FOR THE SITE
function fwLoadMenus() {
  	if (window.fw_menu_0) return;

		// About
	window.fw_menu_1_1 = new Menu("Leadership",178,20,"Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#002F75","#003F9E");
	   fw_menu_1_1.addMenuItem("Alison Chaltas","location='whoweare_leadership_chaltas.htm'");
	  	fw_menu_1_1.addMenuItem("Sal Fiordelisi","location='whoweare_leadership_fiord.htm'");
		fw_menu_1_1.addMenuItem("Carol Lauer","location='whoweare_leadership_lauer.htm'");
		fw_menu_1_1.addMenuItem("Gary Schanzer","location='whoweare_leadership_schan.htm'");
		fw_menu_1_1.addMenuItem("Joe Beier","location='whoweare_leadership_beier.htm'");
		fw_menu_1_1.addMenuItem("Jeff Menche","location='whoweare_leadership_menche.htm'");
		fw_menu_1_1.addMenuItem("Mary Ingram","location='whoweare_leadership_ingram.htm'");
		fw_menu_1_1.fontWeight = "normal";
		fw_menu_1_1.hideOnMouseOut = true;
		
			// About
	window.fw_menu_1_2 = new Menu("Breadth of Experience",178,20,"Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#002F75","#003F9E");
	   fw_menu_1_2.addMenuItem("Consumer","location='whoweare_breadth_consumer.htm'");
	  	fw_menu_1_2.addMenuItem("Category","location='whoweare_breadth_category.htm'");
		fw_menu_1_2.addMenuItem("Channel","location='whoweare_breadth_channel.htm'");
		fw_menu_1_2.addMenuItem("Company","location='whoweare_breadth_company.htm'");
		fw_menu_1_2.fontWeight = "normal";
		fw_menu_1_2.hideOnMouseOut = true;
	
	// About
	window.fw_menu_1 = new Menu("root",178,20,"Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#002F75","#003F9E");
		fw_menu_1.addMenuItem(fw_menu_1_1,"location='whoweare.htm'");
		fw_menu_1.addMenuItem(fw_menu_1_2,"location='whoweare.htm'");
	 	fw_menu_1.fontWeight = "normal";
		fw_menu_1.hideOnMouseOut = true;

	

	// Products & Services
	window.fw_menu_2_1 = new Menu("Creating Growth Platforms",177,20,"Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#F5870F","#F8B114");
		fw_menu_2_1.addMenuItem("Channel Strategy","location='whatwedo_channel.htm'");
		fw_menu_2_1.addMenuItem("Customer Marketing ROI","location='whatwedo_customer.htm'");
		fw_menu_2_1.addMenuItem("Category Leadership","location='whatwedo_category.htm'");
		fw_menu_2_1.addMenuItem("Customer Centric Innovation","location='whatwedo_centric.htm'");
		fw_menu_2_1.fontWeight = "normal";
		fw_menu_2_1.hideOnMouseOut = true;
	
	window.fw_menu_2_2 = new Menu("Making Them Happen",177,20,"Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#F5870F","#F8B114");	
		fw_menu_2_2.addMenuItem("Organization Excellence","location='whatwedo_organization.htm'");
		fw_menu_2_2.addMenuItem("Integrated Planning","location='whatwedo_integrated.htm'");
		fw_menu_2_2.addMenuItem("Retail Partnerships","location='whatwedo_retail.htm'");
		fw_menu_2_2.addMenuItem("Strategic Communications","location='whatwedo_strategic.htm'");
		fw_menu_2_2.addMenuItem("Share Groups","location='whatwedo_sharegroups.htm'");
		fw_menu_2_2.fontWeight = "normal";
		fw_menu_2_2.hideOnMouseOut = true;
		
	// About
	window.fw_menu_2 = new Menu("root",177,20,"Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#F5870F","#F8B114");
		fw_menu_2.addMenuItem(fw_menu_2_1,"location='whatwedo.htm'");
		fw_menu_2.addMenuItem(fw_menu_2_2,"location='whatwedo.htm'");
	 	fw_menu_2.fontWeight = "normal";
		fw_menu_2.hideOnMouseOut = true;


	// Case Studies
	window.fw_menu_3 = new Menu("root",176,20,"Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#0062AF","#0084CB");
     	fw_menu_3.addMenuItem("Across Functions","location='howwework_function.htm'");
		fw_menu_3.addMenuItem("Across Businesses","location='howwework_business.htm'");
		fw_menu_3.addMenuItem("Insight to Execution","location='howwework_execution.htm'");
		fw_menu_3.fontWeight = "normal";
		fw_menu_3.hideOnMouseOut = true;
		fw_menu_3.writeMenus();
} // fwLoadMenus()
// END LOADING MENU
