// menu_items.js file

var MENU_ITEMS =[
	["Calendars", null,
		["School year calendar", "http://www.aacps.org/aacps/boe/schol/2010calendar.pdf"],
		["A /B Day calendar", "http://www.aacps.org/html/Press/a&b.asp"]
	],
	["Administration", "admin.html"],
	["Departments", null,
		["Art", "http://broadneck.org/departments/art.pdf"],
		["AVID", "http://broadneck.org/departments/avid.pdf"],
		["Business", "http://broadneck.org/departments/business.pdf"],
		["English", "http://broadneck.org/departments/english.pdf"],
		["Family & Consumer Sci", "http://broadneck.org/departments/facs.pdf"],
		["World & Class Lang", "http://broadneck.org/departments/wcl.pdf"],
		["Mathematics", "http://broadneck.org/departments/math.pdf"],
		["Music", "http://broadneck.org/departments/music.pdf"],
		["Physical Education", "http://broadneck.org/departments/pe.pdf"],
		["Science", "http://broadneck.org/departments/science.pdf"],
		["Social Studies", "http://broadneck.org/departments/social-studies.pdf"],
		["Special Education", "http://broadneck.org/departments/special-ed.pdf"],
		["Technology Education", "http://broadneck.org/departments/tech-ed.pdf"]
	],
	["Counselors ", "http://broadneck.org/Counselors.html"],
	["Media Center", "http://broadneck.org/media/"],
	["Support Staff", "support.html",
		["Administration", "admin_support.html"],
		["Cafeteria", "cafeteria.html"],
		["Custodial", "custodial.html"],
		["Other Support", "other_support.html"]
	],
	["Sports", null,
		["Fall 2010 schedule", "sports_fall.html"],
		["Pictures", "sports_pictures.htm"]
	],
	["Clubs", "clubs.html"],
	["PTSO", "http://broadneck.org/PTSO"],
	["Publications ", null,
		["TriBruin Online", "http://www.tribruin.org"],
		["What's Bruin newsletter", "whats_bruin.pdf"],
		["Get ADOBE reader", "http://www.adobe.com/products/acrobat/readstep2.html"]
	],
	["Class Pages", null,
		["Class of 2011", "http://broadneck.org/class_of_2011"],
		["Class of 2012", "http://broadneck.org/class_of_2012"],
		["Class of 2013", "http://broadneck.org/class_of_2013"],
		["Class of 2014", "http://broadneck.org/class_of_2014"]
	],
	["Health Room ", "health.html"],
	["Sports Boosters", "http://sportsboosters.broadneck.org/"],
	["BHS Music", "http://www.bhsmusic.org/"],
	["BHS Location", "http://www.mapquest.com/maps/map.adp?country=US&countryid=US&addtohistory=&searchtab=address&searchtype=address&address=1265+Green+Holly+Drive&city=Annapolis&state=MD&zipcode=21409&search=++Search++"],
	["BHS e-mail", "http://webmail.broadneck.org/Login.aspx"],
	["Parking Map", "http://broadneck.org/student_parking_map.pdf"],
	["Weather Page", "http://broadneck.org/weather"],
      ["Admin HR", "http://broadneck.org/admin_homerooms.pdf"]
];

