function mmLoadAMenu(label, mw)
{
  return new Menu(
    label,
    mw,
    25,						// Item height in pixels
    "Verdana, Arial, Helvetica, sans-serif",	// Font
    11,						// Font size
    "#284889",					// Font colour
    "#ffffff",					// Font colour mouseover
    "#eeeeee",					// Background colour
    "#284889",					// Background colour mouseover
    "left",					// Horizontal alignment (left / middle / right)
    "top",					// Vertical alignment (top / middle / bottom)
    5,						// Padding within items
    0,						// Gap between items (should usually be 0)
    500,					// Timeout (milliseconds) for hiding menu
    -5,						// Submenu X offset
    127,					// 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_0) return;

  window.mm_menu_learn_0 = mmLoadAMenu("root",152);
    mm_menu_learn_0.addMenuItem("Getting More Traffic","location='http://GihanPerera.com/get-more-traffic.shtml'");
    mm_menu_learn_0.addMenuItem("Making More Sales","location='http://GihanPerera.com/make-more-sales.shtml'");
    mm_menu_learn_0.addMenuItem("Spreading Your Message","location='http://GihanPerera.com/spread-your-message.shtml'");
    mm_menu_learn_0.addMenuItem("Being More Productive","location='http://GihanPerera.com/be-more-productive.shtml'");
    mm_menu_learn_0.hideOnMouseOut=true;

  window.mm_menu_services_0 = mmLoadAMenu("services",172);
    mm_menu_services_0.addMenuItem("Consulting","location='http://GihanPerera.com/consulting.html'");
    mm_menu_services_0.addMenuItem("Webinars","location='http://GihanPerera.com/webinars.html'");
    mm_menu_services_0.addMenuItem("Membership Site","location='http://GihanPerera.com/membership.html'");
    mm_menu_services_0.addMenuItem("Workshops","location='http://GihanPerera.com/workshops.html'");
    mm_menu_services_0.addMenuItem("Group Mentoring","location='http://GihanPerera.com/short-black.html'");
    mm_menu_services_0.addMenuItem("Conference Presentations","location='http://GihanPerera.com/speaking.html'");
    mm_menu_services_0.addMenuItem("Web Design For Speakers","location='http://gihanperera.com/web-design.html'");
    mm_menu_services_0.addMenuItem("Interviewing","location='http://GihanPerera.com/interviewing.html'");
    mm_menu_services_0.addMenuItem("Coming Events","location='http://GihanPerera.com/events.html'");
    mm_menu_services_0.hideOnMouseOut=true;

  window.mm_menu_resources_0 = mmLoadAMenu("resources",152);
    mm_menu_resources_0.addMenuItem("Blog","location='http://www.gihanperera.info/'");
    mm_menu_resources_0.addMenuItem("Membership Site","location='http://www.firststep.com.au/membership.html'");
    mm_menu_resources_0.addMenuItem("Podcasts","location='http://GihanPerera.com/podcast.html'");
    mm_menu_resources_0.addMenuItem("Books","location='http://fsplugins.com/shopwindow/firststep/Books'");
    mm_menu_resources_0.addMenuItem("E-Books","location='http://fsplugins.com/shopwindow/firststep/E-Books'");
    mm_menu_resources_0.addMenuItem("Audio Programs","location='http://fsplugins.com/shopwindow/firststep/Audio'");
    mm_menu_resources_0.addMenuItem("Webinars","location='http://fsplugins.com/shopwindow/firststep/Webinars'");
    mm_menu_resources_0.addMenuItem("On-Line Courses","location='http://fsplugins.com/shopwindow/firststep/On-Line+Courses'");
    mm_menu_resources_0.addMenuItem("Free Stuff","location='http://fsplugins.com/shopwindow/firststep/Free+Stuff'");
    mm_menu_resources_0.addMenuItem("All Products","location='http://GihanPerera.com/products.html'");
    mm_menu_resources_0.hideOnMouseOut=true;

  window.mm_menu_newsletter_0 = mmLoadAMenu("newsletter",152);
    mm_menu_newsletter_0.addMenuItem("Subscribe","location='http://GihanPerera.com/newsletter.html'");
    mm_menu_newsletter_0.hideOnMouseOut=true;

  window.mm_menu_about_0 = mmLoadAMenu("about",152);
    mm_menu_about_0.addMenuItem("About Gihan","location='http://GihanPerera.com/profile.html'");
    mm_menu_about_0.addMenuItem("Promotional","location='http://GihanPerera.com/promotional.html'");
    mm_menu_about_0.addMenuItem("Wish List","location='http://GihanPerera.com/wishlist.html'");
    mm_menu_about_0.hideOnMouseOut=true;

  window.mm_menu_home_0 = mmLoadAMenu("home",152);
    mm_menu_home_0.addMenuItem("Home","location='http://GihanPerera.com/index.html'");

mm_menu_learn_0.writeMenus();
}



