var sectionArray = new Array();

//Main Sections
sectionArray[0] = [
{name:"Flight Information", id:"flight", link:"/flightinfo/eng/chkfltarr.html", target:"_top", 
subSection:[
	{name:"Real Time Flight Information", id:"real", link:"/flightinfo/eng/chkfltarr.html", target:"_top"}
	
]},

//transport
{name:"Transport", id:"transport", link:"transport/index.html", target:"_top", 
subSection:[
	{name:"To & From Airport", id:"to-from", link:"transport/to-from-airport/index.html", target:"_top"}
	
]},


//shopping
{name:"Shopping, Dining & Entertainment", id:"shopping", link:"shopping/index.html", target:"_top", 
subSection:[
	{name:"Shopping", id:"insideshopping", link:"shopping/insideshopping/all/shopping.html", target:"_top"}
	
]},

//business
{name:"Our Business", id:"business", link:"business/index.html", target:"_top", 
subSection:[
	{name:"The Airport", id:"airport", link:"business/about-the-airport/welcome.html", target:"_top"}
	
		
]},


//Media Centre
{name:"Media Centre", id:"media", link:"media/index.html", target:"_top", 
subSection:[
	{name:"Press Releases", id:"press-releases", link:"media/press-releases/index.html", target:"_top"}
	
]},

//Contact Us
{name:"Contact Us", id:"contact", link:"contact/index.html", target:"_top", 
subSection:[
	
	{name:"Suggestions & Comments", id:"suggestions", link:"contact/suggestions.html", target:"_top"}
]}
];

