/*
  --- 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 = [
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOME','./index.htm'],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ABOUT US', './introduction.html', null,
		['&nbsp;&nbsp;Introduction', './introduction.html'],
		['&nbsp;&nbsp;Mission & Goals', './mission.html'],
		['&nbsp;&nbsp;Team Structure', './team_director.html', null,
			['&nbsp;&nbsp;Director & Affiliated Members', 'team_director.html'],
			['&nbsp;&nbsp;Clinical Service & Research Team', 'team_clinical_service.html'],
			['&nbsp;&nbsp;Basic Research Team', 'team_basic_research.html'],
			['&nbsp;&nbsp;Applied Research Team', 'team_applied_research.html'],
			['&nbsp;&nbsp;Educational Project Team', 'team_edu_team .html'],
			['&nbsp;&nbsp;Community Project Team', 'team_comm_team.html'],
			['&nbsp;&nbsp;Publication Project Team', 'team_pub_proj.html'],
			['&nbsp;&nbsp;International Project Team', 'team_intern_proj.html'],
			['&nbsp;&nbsp;CUHK Sports Medicine Teaching Clinic', 'team_cuhk_teach_clinic.html'],			
		],
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PROGRAMME', './new_event.html', null,
		['&nbsp;&nbsp;Upcoming Events', './new_event.html'],
		['&nbsp;&nbsp;Past Events', './past_event.html'],
		['&nbsp;&nbsp;Research Projects', './research.html'],
		['&nbsp;&nbsp;Community Projects', './community.html'],
		['&nbsp;&nbsp;Education', './education.html'],
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PUBLICATIONS', './textbook.html', null,
		['&nbsp;&nbsp;Textbooks', './textbook.html'],
		['&nbsp;&nbsp;Monographs', './monograph.html'],
		['&nbsp;&nbsp;Publication Preview', './pub_preview.html'],
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RELATED LINKS','./links.html'],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CONTACT US','./contacts.html'],
];