// columbus menu_items.js file

var MENU_ITEMS =[
	["attendees", null,
	 	["register now", "http://www.premiereshows.com/shows/ohio/c-registration-instructions.asp"],
		["attendance policy", "http://www.premiereshows.com/shows/ohio/c-attendance.asp"],
		["hotel & travel", "http://www.premiereshows.com/shows/ohio/c-hotel.asp"],
		//["continuing education classes", "c-registration.asp"],
		//["register for continuing education classes", "c-registration.asp"],
		["show brochure", "http://www.premiereshows.com/shows/ohio/c-brochure.asp"],
		["my account", "http://www.premiereshows.com/shows/ohio/ProductCart/pc/checkout.asp?cmode=1"],
		//["feedback", "c-feedback.asp"],
		//["tickets", "c-tickets.asp"],
		//["online brochure [PDF, 2Mb]", "pdf/COL06_ShowPreview_web.pdf"],
		//["frequently asked questions", "c-faqs.asp"],
		//["restaurants [PDF, 1Mb]", "pdf/COL06_restaurants.pdf"],		
		//["2006 exhibitor list", "c-exhibitorlisting.aspx?mid=2"]
],
	["exhibitors", null,
 	 	["exhibitor list", "http://www.premiereshows.com/shows/ohio/c-exhibitor_list.asp"],
		["contract & floorplan", "http://www.premiereshows.com/shows/ohio/c-exhibitor_floorplan_prospectus.asp"],
		["exhibitor manual", "http://www.premiereshows.com/shows/ohio/c-exhibitors_forms_10.asp"],		
		["hotel & travel", "http://www.premiereshows.com/shows/ohio/c-hotel.asp"],		
		["marketing & sponsorship", "http://www.premiereshows.com/shows/ohio/PDFs/sponsorship/BeautyClassicMkting.pdf"],	
		//["new exhibitor inquiry", "c-exhibitor.asp"],
		//["exhibitor forms (contract & floorplan)", "c-exhibitor-forms.asp"],
		//["online brochure [PDF, 2Mb]", "pdf/COL06_ShowPreview_web.pdf"],		
		//["restaurants [PDF, 1Mb]", "pdf/COL06_restaurants.pdf"],		
		//["2006 exhibitor list", "c-exhibitorlisting.aspx?mid=2"]
],
	["education & events", null,
 	 	//["center stage", "http://viewer.zmags.com/publication/c5c7f2b8#/c5c7f2b8/4"],
		["education", "http://www.premiereshows.com/shows/ohio/c-classroom_edu.asp"],
		["special events", "http://www.premiereshows.com/shows/ohio/c-special_events.asp"],
		//["workshops", "http://viewer.zmags.com/publication/c5c7f2b8#/c5c7f2b8/24"],
		//["workshops", "pdfs/COL08_Workshop page.pdf"],
		
		//["feedback", "c-feedback.asp"],
 		//["business forum", "c-classes.asp?ID=2&T=5"],
		//["hair education", "c-classes.asp?ID=2&T=1"],
		//["global texture", "c-classes.asp?ID=2&T=12"],
		//["barbershop highlights", "c-classes.asp?ID=2&T=13"],
		//["extensions & weaves", "c-classes.asp?ID=2&T=14"],	
		//["nail education", "c-classes.asp?ID=2&T=3"],		
		//["dayspa & esthetics", "c-classes.asp?ID=2&T=4"],
],
		
["media", null, 
		//["press releases", "pdfs/BIR07_PreShow_PressRelease_BIR07.pdf"],
		["media pass request", "http://www.premiereshows.com/shows/ohio/c-mediapassrequest.asp"],
	],			 
		["contact us", null, 
		["comments & feedback", "c-feedback.asp"],
		["general information & faq's", "c-faqs.asp"],
		["contact us", "http://www.beautyclassicshow.biz/ContactUs.asp"],
	],
	["home", null, 
		["beauty classic", "http://www.premiereshows.com/shows/ohio/c-main.asp"],
		["premiere show group", "http://www.premiereshows.com/index.html"]
	],
];	
