function mmLoadMenus() {

	var menuborder, thefonttype, thefontsize, maintext, mouseover, bgmain, menulitebgcolor, menuborderbgcolor, bgcolorshad;
	menuborder = 1;
	thefonttype = "Verdana, Arial, Helvetica, sans-serif";
	thefontsize = 10;
	maintext = "#330000";
	mouseover = "#990000";
	bgmain = "#f5f4e9";
	menulitebgcolor = "#FFFFFF";
	menuborderbgcolor = "#cdccb2";
	bgcolorshad = "#cdccb2";


  if (window.team) return;
  window.team = new Menu("root",126,18, thefonttype, thefontsize, maintext, bgmain, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  team.addMenuItem("Chris Wylie","location='ourteam_cw.php'");
	<!--team.addMenuItem("Jeff Couch","location='ourteam_jc.php'");-->
  team.addMenuItem("Lori Shymoniak","location='ourteam_ls.php'");
  team.hideOnMouseOut=true;
  team.menuBorder=menuborder;
  team.menuLiteBgColor=menulitebgcolor;
  team.menuBorderBgColor=menuborderbgcolor;
  team.bgColor=bgcolorshad;

  window.products = new Menu("root",150,18, thefonttype, thefontsize, maintext, bgmain, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  products.addMenuItem("RESP","location='products_resp.php'");
  products.addMenuItem("GIC&nbsp;Rates","location='http://www.manulifebank.com/canada/mBank.nsf/Public/todays_rates'");
  products.addMenuItem("Financial&nbsp;Planning","location='products_fp.php'");
  products.addMenuItem("Life&nbsp;Insurance","location='products_life.php'");
  products.addMenuItem("Disability&nbsp;Insurance","location='products_di.php'");
  products.addMenuItem("Critical&nbsp;Illness&nbsp;Insurance","location='products_ii.php'");
  products.hideOnMouseOut=true;
  products.menuBorder=menuborder;
  products.menuLiteBgColor=menulitebgcolor;
  products.menuBorderBgColor=menuborderbgcolor;
  products.bgColor=bgcolorshad;

  window.bus = new Menu("root",140,18, thefonttype, thefontsize, maintext, bgmain, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  bus.addMenuItem("Buy/Sell Agreements","location='businesses_bas.php'");
  bus.addMenuItem("Group Benefits","location='businesses_group.php'");
  bus.addMenuItem("Group RSP/Pension","location='businesses_grouprsp.php'");
  bus.hideOnMouseOut=true;
  bus.menuBorder=menuborder;
  bus.menuLiteBgColor=menulitebgcolor;
  bus.menuBorderBgColor=menuborderbgcolor;
  bus.bgColor=bgcolorshad;

  team.writeMenus();
}