
var sectionArray = new Array();


//Other Sections
sectionArray[0] = [

{name:"Getting to Island East", id:"location", link:"introduction/transportation/map.htm?gosection=5T", target:"_self"},
{name:"Download", id:"download", link:"others/download.htm", target:"_self"},
{name:"Contact", id:"contact", link:"others/contact.htm", target:"_self"}

];


//Main Sections
sectionArray[1] = [

{name:"Our Vision", id:"our", link:"our/message.htm", target:"_self", subSection:[
	{name:"Message from the Vice - Chancellor", id:"message", link:"our/message.htm", target:"_self"},
	{name:"The New 3+3+4 Academic Structure", id:"academic", link:"our/academic.htm", target:"_self"},
	{name:"The Need for More Campus Space", id:"need", link:"our/need.htm", target:"_self"},
	{name:"What the Centennial Campus will bring to Hong Kong", id:"centennial", link:"our/centennial_university.htm", target:"_self", subSection:[
		{name:"Serving the Family", id:"university", link:"our/centennial_university.htm", target:"_self"},
		{name:"Serving the Community", id:"community", link:"our/centennial_community.htm", target:"_self"},
		{name:"Respect for Neighbours", id:"respect", link:"our/centennial_respect.htm", target:"_self"}
	]}
]},

{name:"Campus Planning", id:"planning", link:"planning/index.htm", target:"_self", subSection:[
	{name:"Four Planning Principles", id:"four", link:"planning/four.htm", target:"_self"},
	{name:"Green Policy", id:"green", link:"planning/green.htm", target:"_self"},
//	{name:"The Four Design Concepts", id:"concepts", link:"planning/concepts.htm", target:"_self"},
	{name:"Masterplan Selected", id:"masterplan", link:"planning/masterplan_8.htm", target:"_self", subSection:[
		{name:"Background", id:"masterplan_8", link:"planning/masterplan_8.htm", target:"_self"},
		{name:"The Campus Master Plan", id:"masterplan_1", link:"planning/masterplan_1.htm", target:"_self"},
		{name:"A Renewed and Strong Identity for HKU", id:"masterplan_2", link:"planning/masterplan_2.htm", target:"_self"},
		{name:"A Nurturing Learning Environment", id:"masterplan_3", link:"planning/masterplan_3.htm", target:"_self"},
		{name:"Respect for Heritage", id:"masterplan_4", link:"planning/masterplan_4.htm", target:"_self"},
		{name:"Strong on Sustainability", id:"masterplan_5", link:"planning/masterplan_5.htm", target:"_self"},
		{name:"Integrating with the Community", id:"masterplan_6", link:"planning/masterplan_6.htm", target:"_self"},
		{name:"Layout Plan of Centennial Campus", id:"masterplan_7", link:"planning/masterplan_7.htm", target:"_self"}
	]},
	{name:"Development Timeline", id:"development", link:"planning/development.htm", target:"_self"},
	{name:"Project Group", id:"project", link:"planning/project.htm", target:"_self"}
]}

];


//Home Happenings
sectionArray[2] = [

{name:"One Island East", id:"happen1", txt:"This latest office tower embodies Swire's continuing commitment to the development of the Island East.", link:"planning/project.htm", target:"_self"},
{name:"\"War and Peace\"", id:"happen2", txt:"An artistic photographic exposition by Pierre Lam.", link:"planning/project.htm", target:"_self"},
{name:"Free Parking", id:"happen3", txt:"Scoop up your free parking and dine in style.", link:"planning/project.htm", target:"_self"}

];
