
menuStack.push(new Menu(false, "homeMenu", "HOME", "index.html"))
genMenu(menuStack[0])

menuStack.push(new Menu(false, "aboutMenu", "ABOUT", "about.html"))
genMenu(menuStack[1])

menuStack.push(new Menu(false, "servicesMenu", "SERVICES", "services.html"))
//menuAdd("SERVICES", "services.html")
menuAdd("OVERVIEW", "services.html")
menuAdd("HOLIDAY PROGRAM", "servicesholiday.html")
menuAdd("MOBILE WORKSHOPS", "services.html"); menuPush()
	menuAdd("WORKSHOPS FOR CHILDREN", "servicesschools.html")
	menuAdd("TOPICS", "topics.html")
	menuAdd("PROFESSIONAL DEVELOPMENT", "servicespd.html")
	menuAdd("FAMILY NIGHTS", "servicesfamily.html")
	menuAdd("GIFTED PROGRAM", "servicesgifted.html"); menuPop()
genMenu(menuStack[2])

menuStack.push(new Menu(false, "pricingMenu", "PRICING", "pricing.html"))
genMenu(menuStack[3])

menuStack.push(new Menu(false, "contactMenu", "CONTACT", "contact.html"))
genMenu(menuStack[4])

menuStack.push(new Menu(false, "furtherInfoMenu", "FURTHER INFO", "furtherinfo.html"))
menuAdd("HOLIDAY PROGRAM", "furtherinfoholiday.html");
menuAdd("MOBILE WORKSHOPS", "furtherinfovisit.html");
menuAdd("BUSINESS OPPORTUNITIES", "furtherinfobusiness.html");
genMenu(menuStack[5])


