// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Home', 'index.html', {'tw' : '_parent'},
		['Greeting','index-greeting.html', {'tw' : '_parent'}],
	],
	['20th Anniversary', '20anniversary.html',{'tw' : '_parent'}],
	['Admissions & Degrees', null, null,
		['Admissions','index-admission.html', {'tw' : '_parent'}],
		['BSSc (AS)','index-bssc.html', {'tw' : '_parent'}],
		['BSSc (US)','index-urb.html', {'tw' : '_parent'}],
		['MArch','index-march.html', {'tw' : '_parent'}],
		['MSc','index-msc.html', {'tw' : '_parent'}],
		['MPhil + PhD','index-phd.html', {'tw' : '_parent'}],
		['Courses', null,null,
		['2011-12 Fall','index-course-design-fall.html', {'tw' : '_parent'}],
		['2011-12 Spring', 'index-course-design-Spring.html', {'tw' : '_parent'}],
		['2010-11 Summer', 'index-course-summer.html', {'tw' : '_parent'}],
		['Archive', 'http://php01.arch.cuhk.edu.hk/cmf/course/data/index2.php?resource=5', {'tw' : '_blank'}]
		]
	],
	['Design Studio', null, null,
		['BSSc (AS)', 'index-bsscstudio.html', {'tw' : '_parent'}],
		['MArch', 'index-MArchstudio.html', {'tw' : '_parent'}]
		
	],
	['Research', null, null,
		['Research Units', null, null,
			['Centre for Architectural Heritage Research','index-cah.html', {'tw' : '_parent'}],
			['Community Participation Unit','index-cp.html', {'tw' : '_parent'}],
			['Environmental + Sustainable Design Unit','index-esd.html', {'tw' : '_parent'}]
		],
		['External Grant Project', 'index-grant.html', {'tw' : '_parent'}],
		['Design Project', 'index-design.html', {'tw' : '_parent'}],
		['Research Interest', 'index-researchproject.html', {'tw' : '_parent'}],
	],
	['People', null, null,
			['Faculty','index-faculty.html', {'tw' : '_parent'}],
			['Staff','index-staff.html', {'tw' : '_parent'}],
			['Students', 'index-student.html',{'tw' : '_parent'}],
			['Alumni Association','index-alumni.html', {'tw' : '_parent'}],
			['Arch Society','index-society.html', {'tw' : '_parent'}]

	],
	['Resources',null, null,
			['Facilities','index-facilities.html', {'tw' : '_parent'}],
			['Scholarship','index-scholarships.html', {'tw' : '_parent'}],
			['Exchange Program','index-exchange.html', {'tw' : '_parent'}],
			['Publication', 'index-publication.html',{'tw' : '_parent'}],
			['Intranet Services', 'http://php01.arch.cuhk.edu.hk/intranet/selectResource.php',{'tw' : '_blank'}]
		
	],
	['Event',null, null,
			['Lecture', null,null,
				['Program', 'index-lectureprogram.html', {'tw' : '_parent'}],
				['Video', 'index-video.html', {'tw' : '_parent'}]
			],
			['Exhibition', 'index-exhibition.html',{'tw' : '_parent'}],
			['Research Seminar', 'index-researchseminar.html',{'tw' : '_parent'}],
			['Extra', 'index-extra.html',{'tw' : '_parent'}],
			['Field Trip','index-field.html', {'tw' : '_parent'}]
	],	
	['Student Work',null, null,
			['Student Project','index-studentproject.html', {'tw' : '_parent'}],
			['Thesis Project','index-thesisproject.html', {'tw' : '_parent'}],			
			['Built Project','index-builtproject.html', {'tw' : '_parent'}],
			['Awards', 'index-awards.html',{'tw' : '_parent'}],
			['Student Travel','index-studenttravel.html', {'tw' : '_parent'}]
	],
	['EAAC 2012 [NEW]', 'eaac2012.html',{'tw' : '_parent'}],
	['Contact',null, null,
			['Address & Numbers','index-address.html', {'tw' : '_parent'}],
			['Travel Direction','index-travel.html', {'tw' : '_parent'}],
			['Building Directory', 'index-building.html',{'tw' : '_parent'}]
	],
];
