/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Faculty', 'faculty.htm', {'tw':'_self','sw':100}],
	['Courses', 'courses.htm', {'tw':'_self','sw':94}],
	['Facility', 'facility.htm', {'tw':'_self','sw':94}],
	['Info/Application', 'app.htm', {'tw':'_self','sw':120}],
	['Store', 'http://www.rjstevensmusic.com', {'tw':'_blank','sw':82}]
];

