/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['About GSA', null, null,
		['People', null, null,
			['Officers', ' officers.html'], 
			['OGSL Staff',' ogsl.html'],
			['Senators', '  senators.htm'],
			['Grad Student Orgs',' Gradstudentorgs.html'],
			['Start your own GSO', ' creatingnew.html'],
		],
		['Governing Documents', null, null,
			['Structure', ' structure.html'],
			['Constitution', ' constitution.html'],
			['Bylaws', ' bylaws_revised.htm'],
			['Bylaws as PDF', ' bylaws.html'],
		],
		['GSA Forum', 'http://gsasenators.16.forumer.com/'],
	],
	['Funding', null, null,
		['Travel and Research Grants', null, null,
			['Policies',' grants_policy.html'],
			['Applications', ' grants.html'],
		],
		['Giving to GSA', ' giving.html'],
		['Financial Aid', 'http://www.umbc.edu/financialaid/'],
		['Annual Budget', 'budget0809.htm'],
	],
	['Issues', null, null,
		['FAQ', ' faq.html'],
		['Health Care', ' healthcare.html'],
		['Personal Rights', ' personal_rights.html'],
		['Housing','housing.html'],
		['Sublet/Rent/Roomshare','http://www.umbc.edu/och/onlinetools.html'],
		['Parking','http://www.umbc.edu/parking/'],
		['UMBC Transit','http://www.umbc.edu/transit'],
		['Nearby Restaurants','http://www.yellowpages.com/mc/Catonsville-MD/Chinese-Restaurants--Fast-Food-Restaurants--Italian-Restaurants--Japanese-Restaurants--Mexican-Restaurants--Pizza--Restaurants--Seafood-Restaurants--Steak-Houses--Take-Out-Restaurants/city-Catonsville?p=1&t=restaurants'],
	],
	['History', null, null,
			['Brief History', ' aboutus.html'],
			['Photo Gallery', null, null,
				['Awards Ceremony 2006', 'Pictures/Awards06'],
				['GRC 2006', 'Pictures/GRC 2006'],
				['NAGPS 06', 'NAGPS-06/'],
				['GRC 2007', 'Pictures/GRC 2007'],
				['Silent Auction 2007', 'Pictures/Silent Auction 07'],
				['Awards Ceremony 2007', 'Pictures/Awards07'],
			],
			['Hall of Presidents', ' GSA_Presidents.htm'],
			['Accomplishments', ' GSA_accomplishments.htm'],
	],
	['Resources', null, null,
			['Writing Advisor', ' writing_services.html'],
			['Graduate School Website', 'http://www.umbc.edu/gradschool/'],
			['Career Services', 'http://www.careers.umbc.edu/'],
			['Graduate School Calendar', 'http://www.umbc.edu/gradschool/main/calendar.html'],
			['Success Seminars', 'http://www.umbc.edu/promise/forum/viewtopic.php?t=2007'],
			['PROMISE Program', 'http://www.umbc.edu/promise/'],
			['Graduate Orientation', 'http://www.umbc.edu/gradschool/life/orientation_fall.html'],
			['University Counseling Center', ' http://www.umbc.edu/counseling/'],
			['Academic Integrity', ' integrity.html'],
			['Discounts for Grads', ' discounts.html'],
			['Subscribed Publications', 'http://www.insidehighered.com/'],
			['PHD Comics', 'http://www.phdcomics.com'],
				],
	['Programs', null, null,
			['Biweekly Happy Hours', ' HH_fall08.htm'],
			['Graduate Student Week', ' GS_week08.htm'],
			['GRC 2009', 'GRC_2009.htm '],
			['GSA Picture Galleries', ' Gsa_Pictures.htm'],
			['Alumni Involvement Initiative', 'http://retrievernet.umbc.edu/'],
				],
	['Awards', null, null,
			['Donald Creighton Award', ' Creighton.html'],
			['Jessica Soto-Perez Award', ' JSP_Award.html'],
			['Outstanding Staff','staff_award.html'],
			['Outstanding Senator', 'senator_award.html'],
			['Graduate Leader', 'graduate_award.html'],
	],
	
];

