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 = "#cc0000";
	bgmain = "#f7f7f7";
	menulitebgcolor = "#FFFFFF";
	menuborderbgcolor = "#ffffff";
	bgcolorshad = "#cccccc";


  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("Dean Millard","location='team_dm.php'");
  team.addMenuItem("Guy Flaming","location='team_gf.php'");
	//team.addMenuItem("Corey Graham","location='team_cg.php'");
  team.hideOnMouseOut=true;
  team.menuBorder=menuborder;
  team.menuLiteBgColor=menulitebgcolor;
  team.menuBorderBgColor=menuborderbgcolor;
  team.bgColor=bgcolorshad;
  
  window.features = new Menu("root",140,18, thefonttype, thefontsize, maintext, bgmain, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  features.addMenuItem("Contests","location='feat_contest.php'");
  //features.addMenuItem("Flaming Hot/Not","location='feat_hotnot.php'");
	//features.addMenuItem("TPS Blog","location='http://thepipelineshow.blogspot.com'");
	//features.addMenuItem("Dean's Fantasy Pickup","location='feat_pick.php'");
  features.hideOnMouseOut=true;
  features.menuBorder=menuborder;
  features.menuLiteBgColor=menulitebgcolor;
  features.menuBorderBgColor=menuborderbgcolor;
  features.bgColor=bgcolorshad;



  team.writeMenus();
}