/*
  --- 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;Event Highlights', 'http://www.cuhk.edu.hk/whoctr/wcst2008/highlights.html', null,
		['&nbsp;&nbsp;Event Report', 'http://www.cuhk.edu.hk/whoctr/wcst2008/highlights.html'],
		['&nbsp;&nbsp;Event Photos', 'http://www.cuhk.edu.hk/whoctr/wcst2008/high_photo.html'],
	],
	['&nbsp;&nbsp;Welcome Message','http://www.cuhk.edu.hk/whoctr/wcst2008/index.html'],
	['&nbsp;&nbsp;Background','http://www.cuhk.edu.hk/whoctr/wcst2008/background.html'],
	['&nbsp;&nbsp;Organizers','http://www.cuhk.edu.hk/whoctr/wcst2008/organ.html'],
	['&nbsp;&nbsp;Faculty','http://www.cuhk.edu.hk/whoctr/wcst2008/organcom.html'],
	['&nbsp;&nbsp;Programme', 'http://www.cuhk.edu.hk/whoctr/wcst2008/program.html', null,
		['&nbsp;&nbsp;Featuring Program', 'http://www.cuhk.edu.hk/whoctr/wcst2008/program.html'],
		['&nbsp;&nbsp;Scientific Program', 'http://www.cuhk.edu.hk/whoctr/wcst2008/sciprogram.html'],
	],
	['&nbsp;&nbsp;Free Paper', 'http://www.cuhk.edu.hk/whoctr/wcst2008/abstracts.html'],
	['&nbsp;&nbsp;Accreditation','http://www.cuhk.edu.hk/whoctr/wcst2008/accred.html'],
	['&nbsp;&nbsp;Exhibitors & Sponsors','http://www.cuhk.edu.hk/whoctr/wcst2008/exspor.html'],
	['&nbsp;&nbsp;Venue','http://www.cuhk.edu.hk/whoctr/wcst2008/venue.html'],
	['&nbsp;&nbsp;Event Floor Plan','http://www.cuhk.edu.hk/whoctr/wcst2008/floor.html'],
	['&nbsp;&nbsp;Registration', 'http://dl.ort.cuhk.edu.hk/wcst2008/Modules/register/regtest.aspx', null,
		['&nbsp;&nbsp;Register Now', 'http://dl.ort.cuhk.edu.hk/wcst2008/Modules/register/regtest.aspx'],
		['&nbsp;&nbsp;View My Registration', 'http://dl.ort.cuhk.edu.hk/wcst2008/Modules/register/SearchReg.aspx'],
		['&nbsp;&nbsp;Search My Reg. ID.', 'http://dl.ort.cuhk.edu.hk/wcst2008/Modules/register/SearchID.aspx'],
	],
	['&nbsp;&nbsp;Accomodation','http://www.cuhk.edu.hk/whoctr/wcst2008/accomd.html'],
	['&nbsp;&nbsp;Transportation','http://www.cuhk.edu.hk/whoctr/wcst2008/transport.html'],
	['&nbsp;&nbsp;Tour','http://www.cuhk.edu.hk/whoctr/wcst2008/tour.html'],
	['&nbsp;&nbsp;Useful Links','http://www.cuhk.edu.hk/whoctr/wcst2008/links.html'],
	['&nbsp;&nbsp;Enquiry','http://www.cuhk.edu.hk/whoctr/wcst2008/enquiry.html'],
];