// columbus menu_items.js file

var MENU_ITEMS =[
	["attendees", null,
		["brochure request", "EA-brochure.asp"],
        ["registration", "../orl/o-registration1.aspx"],
		["show brochure [PDF]", "pdf/EstheticsAmerica_Preview.pdf"],
		["hotel & travel", "EA-travel.htm"],	 
		["feedback & comments", "ea-feedback.asp"]			
//		["tickets", "ea-tickets.asp"],
//		["attendance policy", "ea-attendance.asp"],
//		["frequently asked questions", "ae-faqs.asp"],
	],
	["exhibitors", null,
		["new exhibitor inquiry", "EA-contact.asp"],
		["exhibitor information [PDF]", "pdf/Premiere_DAYSPA_Conf06_Prospectus.pdf"],
		["hotel & travel", "EA-travel.htm"],
		["feedback & comments", "ea-feedback.asp"]			
	],
	["education", null,
		["show brochure [PDF]", "pdf/EstheticsAmerica_Preview.pdf"], 
//		["business forum", "c-classes.asp?ID=2&T=5"],
//		["hair education", "c-classes.asp?ID=2&T=1"],
//		["nail education", "c-classes.asp?ID=2&T=3"],
//		["dayspa & esthetics", "c-classes.asp?ID=2&T=4"],
//		["center stage", "c-classes.asp?ID=2&T=10"],
	],
	["main page", "http://premiereshows.com/shows/ea/EAintro.asp"],
	["back to intro page", "http://premiereshows.com/index.html"]
];	
