/* --- menu items --- */
var MENU_ITEMS = [
	['I WEMBA Program Features', 'index.html',
		['Elementary Info in Brief', 'elementaryinfo.html'],
		['Course Structure', 'coursestructure.html'],
		['Tuition', 'tuition.html'],
		['Why WEMBA?', 'whywemba.html'],
	],
	['II WEMBA Application Process', 'index.html',
		['We Open a New Class', 'weopennewclass.html'],
		['Application Procedure', 'applicationprocedure.html'],
		['Admission Tests: Michigan test & GMAT', 'admissiontests.html'],
		['FAQ', 'faq.html'],
	],
	['III WEMBA People', 'index.html',
		['Professors & Lecturers', 'professors.html'],
		['Current Students', 'currentstudents.html'],
		['Alumni Students', 'alumnistudents.html'],
		['WEMBA Team', 'wembateam.html'],
		['Advisory Board', 'advisoryboard.html'],
		['Participants', 'participants.html'],				
	],
	['IV WEMBA Events', 'index.html',
		['Calendar of Events at WEMBA', 'calendarofevents.html'],
		['Extracurricular Activities: What`s the Purpose?', 'extracurricularactivities.html'],
		['Bratislava Case Challenge', 'bratislavacasechallenge.html'],
		['Graduation Ceremony', 'graduationceremony.html'],
		['Alumni Reunion', 'alumnireunion.html'],
		['MBA Information Day', 'mbafairs.html'],
		['From the History', 'fromthehistory.html'],
	],
	['WEMBA Contacts', 'index.html',
		['Send E-mail to WEMBA', 'mailto: MBA@MBA.Sk?subject=Website query'],
	],
	['WEMBA Forum Online', 'forum.asp',
	  	['Enter WEMBA Forum Online', 'forum.asp'],
	],
	['WebMaster', 'mailto: mba@mba.sk?subject=MBA website',
		['Send E-mail to WebMaster', 'mailto: mba@mba.sk?subject=MBA website'],
	],
];

