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 = "#006600";
	bgmain = "#f7f7f7";
	menulitebgcolor = "#FFFFFF";
	menuborderbgcolor = "#ffffff";
	bgcolorshad = "#cccccc";


  if (window.about) return;
  window.about = new Menu("root",185,22, thefonttype, thefontsize, maintext, bgmain, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  about.addMenuItem("Myshak Home","location='index.php'");
  about.addMenuItem("Myshak Sales &amp; Rentals Home","location='index_home.php'");
  about.hideOnMouseOut=true;
  about.menuBorder=menuborder;
  about.menuLiteBgColor=menulitebgcolor;
  about.menuBorderBgColor=menuborderbgcolor;
  about.bgColor=bgcolorshad;
  

  about.writeMenus();
}