var MASTER_WIDTH = 960;//800;
var SECTION_WIDTH = 960;//800;//793;
var BODY_WIDTH = 960;//800;//790;
var HEADER_OFFSET = 0;//2;
var HEADER_IMG_WIDTH = 340;
var CELL_WIDTH = "14%";
var THUMB_WIDTH = 180;

theMenus = new Menus(7);

theMenus.AddMain("home", "Home", "/index.asp", 3);
  //theMenus.AddSub("homegallery",   "The NEW Gallery",    "/fotoplayer/welcome/album/welcome.html", 0);
  theMenus.AddSub("homeawards", "Awards",     "/awards.htm", 0);
  theMenus.AddSub("homeabout",   "About MHS",    "/about.htm", 0);
  theMenus.AddSub("homelinks",   "Links",    "/links.htm", 0);
  //theMenus.AddSub("hometob",   "TOB Schedule",    "/events/tob.htm", 0);
  //theMenus.AddSub("homezia",   "ZIA Schedule",    "/events/zia.htm", 0);

theMenus.AddMain("homeshow",   "2010 Show",  "/show/show.htm", 0);

theMenus.AddMain("edu", "Learn Stuff",  "/educational/educational.htm", 1);
   theMenus.AddSub("perc", "Percussion",  "/educational/percussion.htm", 0);

theMenus.AddMain("events", "Event Planner", "/events/events.htm", 2);
   theMenus.AddSub("tob", "Tournament of Bands",  "/events/tob2011.htm", 0);
   theMenus.AddSub("zia", "ZIA Marching Fiesta",  "/events/zia2011.htm", 0);

theMenus.AddMain("fund", "Fundraisers", "/fundraisers/fundraisers.asp", 2);
  //theMenus.AddSub("gifting", "Gifting", "/fundraisers/gifting.htm", 0);
  theMenus.AddSub("albertsons", "Albertsons", "/fundraisers/albertsons.htm", 0);
  theMenus.AddSub("paypal", "PayPal", "/fundraisers/paypal.htm", 0);

theMenus.AddMain("parents", "Band Parents", "/parents/parents.asp", 0);

theMenus.AddMain("gallerynew",      "Gallery",  "/fotoplayer/welcome/album/welcome.html", 0);

//theMenus.AddMain("old", "old website", "/old.htm", 0);

theMenus.Done();

window.theMenus = theMenus;


