function mmLoadAMenu(label, mw)
{
  return new Menu(
    label,
    mw,
    30,						// Item height in pixels
    "Verdana, Arial, sans-serif",	// Font
    11,						// Font size
    "#ffffff",					// Font colour
    "#ffffff",					// Font colour mouseover
    "#9fd00d",					// Background colour
    "#888888",					// Background colour mouseover
    "left",					// Horizontal alignment (left / middle / right)
    "middle",					// Vertical alignment (top / middle / bottom)
    5,						// Padding within items
    0,						// Gap between items (should usually be 0)
    500,					// Timeout (milliseconds) for hiding menu
    200,					// Submenu X offset
    100,						// Submenu Y offset
    true,					// Submenu relative to item?
    false,					// Opaque?
    true,					// Vertical (true / false)
    0,						// Menu item indent
    true,					// unused?
    true					// unused?
  );
}

function mmLoadMenus()
{
		
  if (window.mm_menu_learn) return;
  


  window.mm_menu_learn = mmLoadAMenu("Learn About",180);
    mm_menu_learn.addMenuItem("Creating Desired Futures","location='http://orgsthatmatter.com/creating-futures.html'");
    mm_menu_learn.addMenuItem("What Really Matters","location='http://orgsthatmatter.com/what-matters.html'");
    mm_menu_learn.addMenuItem("Strategic Conversation","location='http://orgsthatmatter.com/conversation.html'");
    mm_menu_learn.addMenuItem("Service Excellence","location='http://orgsthatmatter.com/service-excellence.html'");
    mm_menu_learn.addMenuItem("Leadership That Matters","location='http://orgsthatmatter.com/leadership-that-matters.html'");
    mm_menu_learn.addMenuItem("Workplace Communication","location='http://orgsthatmatter.com/workplace-communication.html'");
    mm_menu_learn.addMenuItem("Relationships That Matter","location='http://orgsthatmatter.com/relationships-that-matter.html'");
    mm_menu_learn.addMenuItem("Teams That Matter","location='http://orgsthatmatter.com/teams-that-matter.html'");
    mm_menu_learn.hideOnMouseOut=true;

  window.mm_menu_tools = mmLoadAMenu("Tools",380);
    mm_menu_tools.addMenuItem("Desired Future For Organisations survey","location='http://orgsthatmatter.com/organisations-survey.html'");
    mm_menu_tools.addMenuItem("Desired Futures for Teams survey","location='http://orgsthatmatter.com/teams-survey.html'");
    mm_menu_tools.addMenuItem("Desired Futures for Individuals survey","location='http://orgsthatmatter.com/individuals-survey.html'");
    mm_menu_tools.addMenuItem("What Really Matters for Executives survey","location='http://orgsthatmatter.com/executives-survey.html'");
    mm_menu_tools.addMenuItem("What Really Matters for Young Professionals survey","location='http://orgsthatmatter.com/young-professionals-survey.html'");
    mm_menu_tools.addMenuItem("What Really Matters for Postgraduate Students survey","location='http://orgsthatmatter.com/post-graduate-survey.html'");
	mm_menu_tools.addMenuItem("What Really Matters for High School Students survey","location='http://orgsthatmatter.com/high-school-students-survey.html'");
    mm_menu_tools.addMenuItem("Student Development Assessment for Schools and Universities","location='http://orgsthatmatter.com/assessment-for-schools.html'");
    mm_menu_tools.addMenuItem("Strategic Conversation Assessment","location='http://orgsthatmatter.com/strategic-conversation-assessment.html'");
    mm_menu_tools.addMenuItem("Workplace Communication Survey","location='http://orgsthatmatter.com/workplace-communication-survey.html'");
    mm_menu_tools.addMenuItem("Relationships That Matter Survey","location='http://orgsthatmatter.com/relationships-that-matter-survey.html'");
    mm_menu_tools.addMenuItem("Service Assessment Survey","location='http://orgsthatmatter.com/service-assessment-survey.html'");
    mm_menu_tools.addMenuItem("Service Awards Preparation Survey","location='http://orgsthatmatter.com/service-awards-preparation-survey.html'");
    mm_menu_tools.hideOnMouseOut=true;
	
  window.mm_menu_services = mmLoadAMenu("Services",200);
    mm_menu_services.addMenuItem("Strategic Advice","location='http://orgsthatmatter.com/advice.html'");
    mm_menu_services.addMenuItem("Facilitation","location='http://orgsthatmatter.com/facilitationfacilitators-program.html'");
    mm_menu_services.addMenuItem("What Really Matters","location='http://orgsthatmatter.com/what-matters.html'");
    mm_menu_services.addMenuItem("Desired Futures","location='http://orgsthatmatter.com/desired-futures.html'");
//    mm_menu_services.addMenuItem("Consulting","location='http://orgsthatmatter.com/consulting.html'");
//    mm_menu_services.addMenuItem("Mentoring","location='http://orgsthatmatter.com/mentoring.html'");
	mm_menu_services.addMenuItem("Development Programs","location='http://orgsthatmatter.com/development-programs.html'");
//    mm_menu_services.addMenuItem("Learning And Change Reviews","location='http://orgsthatmatter.com/learning-reviews.html'");
//    mm_menu_services.addMenuItem("Behaviour and performance materials","location='http://orgsthatmatter.com/performance-materials.html'");
//    mm_menu_services.addMenuItem("Keynote speeches","location='http://orgsthatmatter.com/keynotes.html'");
//    mm_menu_services.addMenuItem("Conference packages","location='http://orgsthatmatter.com/conference-packages.html'");
    mm_menu_services.addMenuItem("Theme weaving","location='http://orgsthatmatter.com/theme-weaving.html'");
//    mm_menu_services.addMenuItem("OTM Learning Network","location='http://orgsthatmatter.com/online-membership.html'");
    mm_menu_services.hideOnMouseOut=true;
	
  window.mm_menu_resources = mmLoadAMenu("Resources",220);
    mm_menu_resources.addMenuItem("Blog","location='http://orgsthatmatter.com/blog.html'");
    mm_menu_resources.addMenuItem("Newsletter","location='http://orgsthatmatter.com/newsletter.html'");
//    mm_menu_resources.addMenuItem("Membership","location='http://orgsthatmatter.com/membership.html'");
    mm_menu_resources.addMenuItem("Podcast","location='http://orgsthatmatter.com/podcast.html'");
    mm_menu_resources.addMenuItem("Books","location='http://orgsthatmatter.com/books.html'");
    mm_menu_resources.addMenuItem("E-Books","location='http://orgsthatmatter.com/ebooks.html'");
  	mm_menu_resources.addMenuItem("Audio programs","location='http://orgsthatmatter.com/audio-programs.html'");
//    mm_menu_resources.addMenuItem("DVD","location='http://orgsthatmatter.com/dvd.html'");
//    mm_menu_resources.addMenuItem("Webinars","location='http://orgsthatmatter.com/webinars.html'");
    mm_menu_resources.addMenuItem("Online courses","location='http://orgsthatmatter.com/online-courses.html'");
//    mm_menu_resources.addMenuItem("Posters, Journals and other goodies","location='http://orgsthatmatter.com/goodies.html'");
    mm_menu_resources.addMenuItem("All Products","location='http://orgsthatmatter.com/products.html'");
    mm_menu_resources.addMenuItem("Free Stuff","location='http://orgsthatmatter.com/free-stuff.html'");
    mm_menu_resources.hideOnMouseOut=true;
	
  window.mm_menu_keynotes = mmLoadAMenu("Keynotes",260);
    mm_menu_keynotes.addMenuItem("Gary","location='http://orgsthatmatter.com/keynotes-gary.html'");
    mm_menu_keynotes.addMenuItem("Andrew","location='http://orgsthatmatter.com/keynotes-andrew.html'");
    mm_menu_keynotes.addMenuItem("Andrew and Sue O’Brien – Two for One","location='http://orgsthatmatter.com/keynotes-andrew-sue.html'");
    mm_menu_keynotes.addMenuItem("Seminars and workshops","location='http://orgsthatmatter.com/seminars-workshops.html'");
    mm_menu_keynotes.addMenuItem("Conference packages","location='http://orgsthatmatter.com/conference-packages.html'");
    mm_menu_keynotes.hideOnMouseOut=true;
	
  window.mm_menu_events = mmLoadAMenu("Event Materials",220);
    mm_menu_events.addMenuItem("Gary’s Event Materials","location='http://orgsthatmatter.com/garys-materials.html'");
    mm_menu_events.addMenuItem("Andrew’s Event Materials","location='http://orgsthatmatter.com/andrews-materials.html'");
    mm_menu_events.addMenuItem("Andrew and Sue’s Event Materials","location='http://orgsthatmatter.com/andrew-sue-materials.html.html'");
    mm_menu_events.addMenuItem("Participant Materials","location='http://orgsthatmatter.com/participant-materials.html'");
    mm_menu_events.hideOnMouseOut=true;
	
  window.mm_menu_about = mmLoadAMenu("About Us",220);
    mm_menu_about.addMenuItem("About Organisations That Matter","location='http://orgsthatmatter.com/about-otm.html'");
    mm_menu_about.addMenuItem("Values","location='http://orgsthatmatter.com/values.html'");
    mm_menu_about.addMenuItem("About Gary","location='http://orgsthatmatter.com/about-gary.html'");
    mm_menu_about.addMenuItem("About Andrew","location='http://orgsthatmatter.com/about-andrew.html'");
    mm_menu_about.addMenuItem("About Sue","location='http://orgsthatmatter.com/about-sue.html'");
    mm_menu_about.addMenuItem("About Others on our team","location='http://orgsthatmatter.com/about-others.html'");
    mm_menu_about.addMenuItem("Media Enquiries","location='http://orgsthatmatter.com/media-enquiries.html'");
    mm_menu_about.addMenuItem("Promotional Material","location='http://orgsthatmatter.com/promotional-material.html'");
	mm_menu_about.addMenuItem("Web suggestions","location='http://orgsthatmatter.com/web-suggestions.html'");
    mm_menu_about.addMenuItem("Book suggestions","location='http://orgsthatmatter.com/book-suggestions.html'");
    mm_menu_about.addMenuItem("Desired Futures","location='http://orgsthatmatter.com/desired-futures.html'");
    mm_menu_about.addMenuItem("Partnerunning","location='http://orgsthatmatter.com/partnerunning.html'");
//    mm_menu_about.addMenuItem("Student Learning That Matters","location='http://orgsthatmatter.com/student-learning-that-matters.html'");
    mm_menu_about.hideOnMouseOut=true;
	


   mm_menu_learn.writeMenus();
}


