function mmLoadMenus() {
	if (window.menu_products) return;
	
	window.menu_home_success = new Menu("Success&nbsp;Stories",130,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",1,0,500,-5,7,true,true,true,2,false,true);
		menu_home_success.addMenuItem("Review&nbsp;Stories","location='./review_stories.asp'");
		menu_home_success.addMenuItem("Submit&nbsp;Story","location='./submit_stories.asp'");
		
	window.menu_home = new Menu("home",140,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#ffffff","#057ED1","left","middle",1,0,500,-5,7,true,true,true,2,false,true);
		menu_home.addMenuItem("About&nbsp;Ezy&nbsp;Grant&nbsp;Writer","location='./about.asp'");
		menu_home.addMenuItem(menu_home_success,"location='./success_stories.asp'");
		menu_home.addMenuItem("Tell&nbsp;a&nbsp;Friend","location='./tell_friend.asp'");
		menu_home.addMenuItem("Privacy&nbsp;Policy","location='./privacy.asp'");
		// menu_home.addMenuItem("Website&nbsp;Contributors","location='./contributors.asp'");
		    
	window.menu_products_newsletter = new Menu("Newsletter",130,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",1,0,500,-5,7,true,true,true,2,false,true);
		menu_products_newsletter.addMenuItem("Subscribe","location='./newsletter.asp'");
		menu_products_newsletter.addMenuItem("Unsubscribe","location='./newsletter.asp'");
			
	window.menu_products = new Menu("root",130,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",1,0,500,-5,7,true,true,true,2,false,true);
		menu_products.addMenuItem("Subscribe","location='./subscribe.asp'")
		menu_products.addMenuItem("Tell&nbsp;a&nbsp;Friend","location='./tell_friend.asp'");
		menu_products.addMenuItem(menu_products_newsletter,"location='./newsletter.asp'");

	window.menu_articles = new Menu("root",160,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",3,0,500,-5,7,true,true,true,2,true,true);
		menu_articles.addMenuItem("Log&nbsp;In","location='./member_login.asp'")
		menu_articles.addMenuItem("Update&nbsp;your&nbsp;Details","location='./member_login.asp'")
		menu_articles.addMenuItem("Forgotten&nbsp;Password","location='./member_login.asp'")		
		
	window.menu_company_planning = new Menu("Planning&nbsp;and&nbsp;Research",160,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",3,0,500,-5,7,true,true,true,2,true,true);
			menu_company_planning.addMenuItem("Getting&nbsp;Started","location='./planning.asp'")
			menu_company_planning.addMenuItem("Find&nbsp;Grants","location='./find_a_grant.asp'")
			menu_company_planning.addMenuItem("Suggest&nbsp;Grant&nbsp;Websites","location='./suggest_a_grant.asp'")
			menu_company_planning.addMenuItem("Report&nbsp;Broken&nbsp;Link","location='./suggest_a_grant.asp'")
			
	window.menu_company_review = new Menu("Review&nbsp;Grants",160,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",3,0,500,-5,7,true,true,true,2,true,true);
			menu_company_review.addMenuItem("New&nbsp;Grant&nbsp;Review","location='./tools/new_grant_review.asp'")
			menu_company_review.addMenuItem("Select&nbsp;Saved&nbsp;Review","location='./tools/select_saved_review.asp'")
			
	window.menu_company_downloads = new Menu("Downloads",160,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",3,0,500,-5,7,true,true,true,2,true,true);
			menu_company_downloads.addMenuItem("Question&nbsp;Worksheet","location='./planning.asp#down'")
			menu_company_downloads.addMenuItem("Project&nbsp;Planner","location='./planning.asp#down'")
			menu_company_downloads.addMenuItem("Budget&nbsp;Planner","location='./planning.asp#down'")
			menu_company_downloads.addMenuItem("Key&nbsp;Personnel&nbsp;Register","location='./planning.asp#down'")
			menu_company_downloads.addMenuItem("Grant&nbsp;Application&nbsp;Tracker","location='./planning.asp#down'")
			menu_company_downloads.addMenuItem("Accounting&nbsp;Spreadsheet","location='./planning.asp#down'")
			menu_company_downloads.addMenuItem("More&nbsp;on&nbsp;Budgets","location='./planning.asp#down'")
			menu_company_downloads.addMenuItem("Evaluation&nbsp;Process","location='./planning.asp#down'")
			
	window.menu_company_write_a_grant = new Menu("Write&nbsp;a&nbsp;Grant",160,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",3,0,500,-5,7,true,true,true,2,true,true);
			menu_company_write_a_grant.addMenuItem("New&nbsp;Submission","location='./tools/grantwriter.asp?question=1'")
			menu_company_write_a_grant.addMenuItem("Saved&nbsp;Submission","location='./tools/select_saved_review.asp'")
			
	window.menu_company_finishing = new Menu("Finishing&nbsp;Touches",160,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",3,0,500,-5,7,true,true,true,2,true,true);
			menu_company_finishing.addMenuItem("Covering&nbsp;Letter","location='./finishing_touches.asp#coverletter'")
			menu_company_finishing.addMenuItem("Cover&nbsp;Page","location='./finishing_touches.asp#coverpage'")
			menu_company_finishing.addMenuItem("Table&nbsp;of&nbsp;Contents","location='./finishing_touches.asp#toc'")
			menu_company_finishing.addMenuItem("Schedule&nbsp;of&nbsp;Attachments","location='./finishing_touches.asp#attachments'")
			menu_company_finishing.addMenuItem("Administration","location='./administration_tips.asp#admin'")
			
	window.menu_company_next = new Menu("Next&nbsp;Steps",160,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",3,0,500,-5,7,true,true,true,2,true,true);
			menu_company_next.addMenuItem("Win&nbsp;or&nbsp;Lose","location='./next_steps.asp'")
			menu_company_next.addMenuItem("Evaluation&nbsp;Process","location='./evaluation.asp'")
			menu_company_next.addMenuItem("Record&nbsp;Keeping","location='./record_keeping.asp'")							
		
	window.menu_company = new Menu("root",160,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",3,0,500,-5,7,true,true,true,2,true,true);
		menu_company.addMenuItem(menu_company_planning,"location='./planning.asp'")
		menu_company.addMenuItem(menu_company_downloads,"location='./planning.asp#down'")
		menu_company.addMenuItem(menu_company_review,"location='./review_grant.asp'")
		menu_company.addMenuItem(menu_company_write_a_grant,"location='./write_grant.asp'")
		menu_company.addMenuItem(menu_company_finishing,"location='./finishing_touches.asp'")
		menu_company.addMenuItem(menu_company_next,"location='./next_steps.asp'")
		
	window.menu_downloads = new Menu("root",130,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",3,0,500,-5,7,true,true,true,2,true,true);
		menu_downloads.addMenuItem("Suggest&nbsp;a&nbsp;Link","location='./useful_links.asp'")
		menu_downloads.addMenuItem("Report&nbsp;a&nbsp;Broken&nbsp;Link","location='./report_link.asp'")
				
	window.menu_contact = new Menu("root",135,25,"Arial, Helvetica, sans-serif",12,"#333333","#FFFFFF","#FFFFFF","#057ED1","left","middle",3,0,500,-5,7,true,true,true,2,true,true);
		menu_contact.addMenuItem("Contact&nbsp;Us","location='./contact.asp'")
		menu_contact.addMenuItem("Your&nbsp;Feedback","location='./feedback.asp'")
		
	menu_contact.writeMenus();
}