
var sectionArray = new Array();


//Other Sections
sectionArray[0] = [

{name:"Home", id:"home", link:"home.aspx?visLang=1", target:"_self"}

];


//Main Sections
sectionArray[1] = [

{name:"Location", id:"location", link:"swf/lang1/location.htm", target:"_self"},

{name:"Cinema", id:"cinema", link:"swf/lang1/feature.htm", target:"_self", subSection:[
	{name:"Feature", id:"feature", link:"swf/lang1/feature.htm", target:"_self"},
	{name:"Movie", id:"movie", link:"index.aspx?visLang=1", target:"_self"},
	{name:"Ticket Promotion", id:"ticket", link:"swf/lang1/price.htm", target:"_self"}
]},

{name:"Cafe", id:"cafe", link:"swf/lang1/cafe.htm?level1=cafe", target:"_self"},

{name:"Restaurant", id:"restaurant", link:"swf/lang1/cafe.htm?level1=restaurant", target:"_self"},

{name:"Gallery", id:"gallery", link:"swf/lang1/cafe.htm?level1=gallery", target:"_self"},

{name:"Shop", id:"shop", link:"swf/lang1/cafe.htm?level1=shop", target:"_self"},

{name:"Interactive Zone", id:"interactive", link:"swf/lang1/cafe.htm?level1=interactive", target:"_self"},

{name:"The Citizen Grand", id:"citizen", link:"swf/lang1/members.htm", target:"_self", subSection:[
	{name:"What's News", id:"news", link:"swf/lang1/mem_whatsnew.htm", target:"_self"},
	{name:"Members Benefits", id:"members", link:"swf/lang1/members.htm", target:"_self"},
	{name:"Points Reward Schedule", id:"points", link:"swf/lang1/points.htm", target:"_self"},
	{name:"Login", id:"login", link:"mclMemLogin.aspx?visLang=1", target:"_self"}]}
,
{name:"What's On", id:"what", link:"swf/lang1/whatsnew.htm", target:"_self"}

];
