/*
  --- 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 = [
	['Courses', 'course.html'

	],
	['Teachers', 'teacher.html'

	],
	['Cultural Events', null, null,
		['Lectures', 'cul_lecture.html'],
		['Performances', 'cul_perform.html'],
		['Art Exhibitions', 'cul_art.html'],
		['Cinema', 'cul_cinema.html'],
		['Others', 'cul_other.html'],

	],
	['Online Learning', null, null,
		['Tourist Video', 'tour.html'],
		['Spanish Drama Video', 'drama.html'],
		['Hispanic Culture', 'culture.html'],
		['Credits', 'credits.html'],
	],
	['Student Activities',  'active.html', {'tt' : 'Student Activities.'},
		['Student Internship', 'intern.html'],
		['Student Exchange Program', 'exchange.html'],

	],
	['Useful Web Links', 'web.html'

	],
	['Reference Materials', 'reference.html'

	],

];

