var sectionArray = new Array();

//Main Sections
sectionArray[0] = [

{name:"Dining", id:"dining", link:"../index.html?section=dining", target:"_self"},

{name:"Shopping", id:"shopping", link:"../index.html?section=shopping", target:"_self"},

{name:"Fun", id:"fun", link:"../index.html?section=fun", target:"_self"},

{name:"Hotel", id:"hotel", link:"../index.html?section=hotel", target:"_self", subSection:[
	{name:"Rocks Hotel", id:"rocks", link:"rocks.html", target:"_self"},
	{name:"The Landmark Macau", id:"landmark", link:"landmark.html", target:"_self"}
]},

{name:"Convention", id:"convention", link:"meeting.html", target:"_self", subSection:[
	{name:"MICE", id:"photo_library", link:"meeting.html", target:"_self"},
	{name:"Incentive", id:"photo_library", link:"incentive.html", target:"_self"},
	{name:"Meeting & Conference", id:"photo_library", link:"conference.html", target:"_self"},
	{name:"Exhibition & Event", id:"photo_library", link:"exhibition.html", target:"_self"},
	{name:"Hotel", id:"photo_library", link:"../index.html?section=hotel", target:"_self"},
	{name:"Convention Fact Sheet", id:"photo_library", link:"factsheet.html", target:"_self"},
	{name:"Contact Us", id:"photo_library", link:"enquiry.html", target:"_self"}
]},

{name:"Activities", id:"activities", link:"wedding.html", target:"_self", subSection:[
	{name:"Wedding", id:"wedding", link:"wedding.html", target:"_self"},
	{name:"Birthday", id:"birthday", link:"birthday.html", target:"_self"},
	{name:"Graduation ", id:"graduation", link:"graduation.html", target:"_self"},
	{name:"Menus & Packages", id:"package", link:"package.jsp", target:"_self"},
	{name:"Outside Catering", id:"outside", link:"outside.html", target:"_self"},
	{name:"Roman Amphitheatre", id:"roman", link:"roman.html", target:"_self"},
	{name:"Street Performance", id:"street", link:"street.html", target:"_self"},
	{name:"Contact Us", id:"contact", link:"contact.html", target:"_self"}
]},

{name:"Gaming", id:"gaming", link:"../index.html?section=fun", target:"_self", subSection:[
	{name:"Babylon Casino", id:"fun", link:"../fun/babylon.html", target:"_self"},
	{name:"Flamingo Slot Club", id:"fun", link:"../fun/flamingo.html", target:"_self"}
]},

{name:"Planing Your Visit", id:"planvisit", link:"location_map.html", target:"_self", subSection:[
	{name:"Business Hours / Weather Arrangement", id:"opentime", link:"opentime.html", target:"_self"},
	{name:"Location Map", id:"location_map", link:"location_map.html", target:"_self"},
	{name:"Transportation", id:"trans_bus", link:"trans_bus.html", target:"_self", subSection:[
		{name:"Public Transport", id:"trans_public", link:"trans_public.html", target:"_self"},
		{name:"Shuttle Bus", id:"press_pr_1", link:"trans_bus.html", target:"_self"},
		{name:"Rental Services", id:"contact", link:"trans_rental.html", target:"_self"}
	]},
	{name:"Car Parking", id:"car_park", link:"car_park.html", target:"_self"}
]},

{name:"Other Services / Facilities", id:"other", link:"index.html", target:"_self"},
// {name:"Other Services / Facilities", id:"other", link:"index.html", target:"_self", subSection:[
	// {name:"Buggy", id:"buggy", link:"buggy.html", target:"_self"},
	// {name:"First Aid", id:"first_aid", link:"first_aid.html", target:"_self"},
	// {name:"Guest Services", id:"guest_services", link:"guest_services.html", target:"_self"},
	// {name:"Guest with Disabilities", id:"guest_with_disabilities", link:"guest_with_disabilities.html", target:"_self"},
	// {name:"Lost Property", id:"lost_property", link:"lost_property.html", target:"_self"},
	// {name:"Lost Parents", id:"lost_parents", link:"lost_parents.html", target:"_self"},
	// {name:"Push Car", id:"push_car", link:"push_car.html", target:"_self"}
// ]},

{name:"Interactive Zone", id:"interactive", link:"library.html", target:"_self", subSection:[
	{name:"Photo Library", id:"photo_library", link:"library.html", target:"_self"},
	{name:"Virtual Gallery", id:"virtual_gallery", link:"gallery.html", target:"_self"},
	{name:"Download Wallpaper", id:"download_wallpaper", link:"wallpaper.html", target:"_self"},
	{name:"Event Photo", id:"event_photo", link:"event.jsp", target:"_self"}
]},

{name:"About MFW", id:"about", link:"index.html", target:"_self", subSection:[
	{name:"Introduction", id:"introduction", link:"index.html", target:"_self"},
	{name:"Press Room", id:"press_room", link:"press_pr.jsp", target:"_self", subSection:[
		{name:"Press Releases", id:"press_pr", link:"press_pr.jsp", target:"_self"},
		{name:"In the News", id:"news", link:"news.jsp", target:"_self"},
		{name:"Photo Gallery", id:"index", link:"../interactive/library.html", target:"_self"},
		{name:"Media Registration", id:"reg", link:"reg.html", target:"_self"},
		{name:"Media Contact", id:"contact", link:"media_contact.html", target:"_self"}
	]},
	{name:"Career Opportunity", id:"career", link:"career.jsp", target:"_self"},
	{name:"Business Opportunity", id:"business_opportunity", link:"business.html", target:"_self"},
	{name:"Our Partners", id:"our_partners", link:"partners.html", target:"_self"},
	{name:"Contact Us", id:"contact_us", link:"contact.html", target:"_self"}
]},

{name:"Contact Us", id:"contact", link:"../about/contact.html", target:"_self"}

];
