/* Tigra Menu items structure */
/* MENU_ITEMS sets the main-page menu*/
/* SUBDIR_MENU_ITEMS sets the subdirectory menu*/

var MENU_ITEMS = [
	['Executive Council', 'execcouncil.html'],
	['Representative Assembly', 'ra/index.html', null,
		['Class Representatives', 'ra/classreps.html'],
		['Dorm/House Representatives', 'ra/housereps.html'],
		['Officers', 'ra/officers.html']
	],
	['Committees', 'committees/index.html', null,
		['Student Committees', 'committees/student.html'],
		['Student/Faculty Committees', 'committees/student-faculty.html'],
		['Advisory Committees', 'committees/advisory.html'],
		['<i>Ad Hoc</i> Committees', 'committees/adhoc.html']
	],
	['Class Co-Presidents', 'classcopres.html'],
	['Constitution and Bylaws', 'structure/index.html', null,
		['Constitution', 'structure/constitution.html'],
		['Bylaws', 'structure/bylaws.html'],
		['Robert\'s Rules of Order', 'http://www.rulesonline.com/'],
		['Elections & Judiciary Committee Guidelines', 'structure/guidelines-ejc.pdf'],
		['Student Committee on Committee Guidelines', 'structure/guidelines-scoc.pdf'],
		['Budget Committee Guidelines', 'structure/guidelines-budget.pdf'],
		['Parking Committee Guidelines', 'structure/guidelines-parking.pdf']
	],
	['Legislation', 'legislation/index.html'],
	['Minutes', 'minutes/index.html'],
	['About the BCSG', 'about.html']
];



var SUBDIR_MENU_ITEMS = [
	['Executive Council', '../execcouncil.html'],
	['Representative Assembly', '../ra/index.html', null,
		['Class Representatives', '../ra/classreps.html'],
		['Dorm/House Representatives', '../ra/housereps.html'],
		['Officers', '../ra/officers.html']
	],
	['Committees', '../committees/index.html', null,
		['Student Committees', '../committees/student.html'],
		['Student/Faculty Committees', '../committees/student-faculty.html'],
		['Advisory Committees', '../committees/advisory.html'],
		['<i>Ad Hoc</i> Committees', '../committees/adhoc.html']
	],
	['Class Co-Presidents', '../classcopres.html'],
	['Constitution and Bylaws', '../structure/index.html', null,
		['Constitution', '../structure/constitution.html'],
		['Bylaws', '../structure/bylaws.html'],
		['Robert\'s Rules of Order', 'http://www.rulesonline.com/'],
		['Elections & Judiciary Committee Guidelines', '../structure/guidelines-ejc.pdf'],
		['Student Committee on Committee Guidelines', '../structure/guidelines-scoc.pdf'],
		['Budget Committee Guidelines', '../structure/guidelines-budget.pdf'],
		['Parking Committee Guidelines', '../structure/guidelines-parking.pdf']
	],
	['Legislation', '../legislation/index.html'],
	['Minutes', '../minutes/index.html'],
	['About the BCSG', '../about.html']
];
