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("homeawards", "awards",     "/awards.htm", 0);
  theMenus.AddSub("homeabout",   "about MHS",    "/about.htm", 0);
  theMenus.AddSub("homelinks",   "links",    "/links.htm", 0);

theMenus.AddMain("homeshow",   "2009 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", 0);

theMenus.AddMain("fund", "fundraisers", "/fundraisers/fundraisers.asp", 1);
  //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("gallery", "gallery", "/gallery/gallery3.asp", 6);
  theMenus.AddSub("galleryshows",   "shows",  "/gallery/gallery2.asp?label=galleryshows&file=showslist&title=This+Year's+Show+(AUTOMATA)", 3);
     theMenus.AddSubSub("galleryshows04", "2004-2005", "/gallery/gallery1.asp?label=galleryshows04&file=showslist04&title=The+2004-2005+Show");
     theMenus.AddSubSub("galleryshows05", "2005-2006", "/gallery/gallery1.asp?label=galleryshows05&file=showslist05&title=The+2005-2006+Show+(WATERFRONT)");
     theMenus.AddSubSub("galleryshows06", "2006-2007", "/gallery/gallery1.asp?label=galleryshows06&file=showslist06&title=The+2006-2007+Show+(HOLSINGER)");
  
  theMenus.AddSub("galleryparades",    "parades",  "/gallery/gallery2.asp?label=galleryparades&file=paradeslist&title=This+Year's+Parades", 3);
     theMenus.AddSubSub("galleryparades04", "2004-2005", "/gallery/gallery1.asp?label=galleryparades04&file=paradeslist04&title=The+2004-2005+Parades");
     theMenus.AddSubSub("galleryparades05", "2005-2006", "/gallery/gallery1.asp?label=galleryparades05&file=paradeslist05&title=The+2005-2006+Parades");
     theMenus.AddSubSub("galleryparades06", "2006-2007", "/gallery/gallery1.asp?label=galleryparades06&file=paradeslist06&title=The+2006-2007+Parades");

  theMenus.AddSub("galleryconcerts",   "concerts",  "/gallery/gallery2.asp?label=galleryconcerts&file=concertslist&title=This+Year's+Concerts", 1);
     theMenus.AddSubSub("galleryconcerts06", "2006-2007", "/gallery/gallery1.asp?label=galleryconcerts06&file=concertslist06&title=The+2006-2007+Concerts");

  theMenus.AddSub("gallerytrips",      "trips",  "/gallery/gallery2.asp?label=gallerytrips&file=tripslist&title=This+Year's+Trips", 2);
     theMenus.AddSubSub("gallerytrips05", "2005-2006", "/gallery/gallery1.asp?label=gallerytrips05&file=tripslist05&title=The+2005-2006+Trips");
     theMenus.AddSubSub("gallerytrips06", "2006-2007", "/gallery/gallery1.asp?label=gallerytrips06&file=tripslist06&title=The+2006-2007+Trip+(CHINA)");

  theMenus.AddSub("gallerymisc",      "Band Camps",  "/gallery/gallery2.asp?label=gallerymisc&file=misclist&title=This+Year's+Band+Camp", 5);
     theMenus.AddSubSub("gallerymisc04", "2004-2005", "/gallery/gallery1.asp?label=gallerymisc04&file=misclist04&title=2004-2005+Band+Camp");
     theMenus.AddSubSub("gallerymisc05", "2005-2006", "/gallery/gallery1.asp?label=gallerymisc05&file=misclist05&title=2005-2006+Band+Camp");
     theMenus.AddSubSub("gallerymisc06", "2006-2007", "/gallery/gallery1.asp?label=gallerymisc06&file=misclist06&title=2006-2007+Band+Camp");
     theMenus.AddSubSub("gallerymisc07", "2007-2008", "/gallery/gallery2.asp?label=gallerymisc07&file=misclist07&title=2007-2008+Band+Camp");
	 theMenus.AddSubSub("gallerymisc09", "2009", "/gallery/gallery2.asp?label=gallerymisc&file=misclist&title=This+Year's+Band+Camp");
	 
  theMenus.AddSub("gallerycompetitions",      "Marching Competitions",  "/gallery/gallery2.asp?label=gallerycompetitions&file=competitionslist&title=This+Year's+Marching+Competitions", 4);	 
     theMenus.AddSubSub("gallerycompetitions2", "2009 LCPS Marching Exhibition", "/gallery/gallery2.asp?label=gallerycompetitions2&file=competitionslist2&title=10-06-2009+LCPS+Marching+Exhibition");
     theMenus.AddSubSub("gallerycompetitions3", "2009 Zia Marching Festival", "/gallery/gallery2.asp?label=gallerycompetitions3&file=competitionslist3&title=10-17-2009+Zia+Marching+Festival");
	 theMenus.AddSubSub("gallerycompetitions4", "2009 LCPS Marching Festival", "/gallery/gallery2.asp?label=gallerycompetitions4&file=competitionslist4&title=10-24-2009+LCPS+Marching+Festival");
	 theMenus.AddSubSub("gallerycompetitions5", "2009 Tournament of Bands", "/gallery/gallery2.asp?label=gallerycompetitions5&file=competitionslist5&title=10-31-2009+Tournament+of+Bands");

//theMenus.AddMain("old", "old website", "/old.htm", 0);

theMenus.Done();

window.theMenus = theMenus;

