﻿var sectionArray = new Array();

//Main Sections
sectionArray[0] = [

{name:"Home", id:"home", link:"index.html", target:"_self"},

{name:"The Show", id:"show", link:"show/index.html", target:"_self", subSection:[
	{name:"The Music", id:"music", link:"show/music.html", target:"_self"},
	{name:"The Cast", id:"cast", link:"show/cast.html", target:"_self"},
//	{name:"Video", id:"acts", link:"show/acts.html", target:"_self"},
	{name:"The Theatre", id:"thetheatre", link:"show/thetheatre.html", target:"_self"},
	{name:"Picture Gallery", id:"gallery", link:"show/gallery.html", target:"_self"}
]},

{name:"Box Office", id:"box", link:"box/index.html", target:"_self", subSection:[
	{name:"Ticket Information", id:"info", link:"box/index.html", target:"_self"},
	{name:"View Theatre Plan", id:"theatre", link:"box/theatre.html", target:"_self"}
]},

{name:"News", id:"news", link:"news/index.html", target:"_self"},

{name:"Goodies", id:"goodies", link:"goodies/wallpaper.html", target:"_self", subSection:[
	{name:"Wallpaper", id:"wallpaper", link:"goodies/wallpaper.html", target:"_self"},
	{name:"Mailing List", id:"mailing", link:"http://www.globobalear.com/tourist.html", target:"_blank"},
	{name:"Competition", id:"competition", link:"goodies/competition.html", target:"_self"}
]}

];