// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [

	['HOME PAGE', 'default.htm'],
	
	['ABOUT THE SHOW', null, null,
		['MARKET REPORT','show_info.html'],
		['PREVIOUS SHOWS', 'pre_show.html'],
		['SHOW FACTS', 'showfact.html'],
	],

	['EXHIBITOR INFO', null, null,
		['BOOK YOUR STAND', 'stand_booking.html'],
		['DOWNLOAD BROCHURE', 'PDF/BROCHURE.pdf', {'tw':'_blank'}],
		['APPLICATION FORM', 'PDF/Application_RAMADAN.doc', {'tw':'_blank'}],
		['VISA APPLICATION', 'PDF/VISA_FORM.doc', {'tw':'_blank'}],
		['FLOOR PLAN', 'PDF/Floorplan.pdf', {'tw':'_blank'}],
		['EXHIBITOR SERVICES', 'exhi_service.html'],
		['EXHIBITOR PROFILE','visitor_profile.html'],		
		['ACCOMODATION', 'exhi_acco.html'],
	],

	['VISITOR INFO', null, null,
		['SHOW FACTS', 'showfact.html'],
		['BOOK YOUR STAND', 'stand_booking.html'],
		['VENUE', 'venue.html'],
		['LOCATION MAP', 'http://www.expo-centre.ae/en/locationmap.asp', {'tw':'_blank'}],
		['PRODUCT PROFILE','ehibitor_profile.html'],
		['ACCOMODATION', 'visitor_acco.html'],
	],

	['SHOW NEWS', null, null,
		['PRESS RELEASES', 'Press_Release.asp'],
		['PRESS E-REGISTRATION', 'Press_register.html'],

	],
	
	['ORGANIZER', null, null,
		['EXPO CENTRE SHARJAH', 'http://www.expo-centre.ae/en/', {'tw':'_blank'}],
		['SUPPORTERS &PARTNERS', 'Supporters.html'],
		['CONTACT US', 'Contactus.html'],
		['SHARJAH', 'http://www.expo-centre.ae/en/page.asp?pagecatid=6&pagescatid=19', {'tw':'_blank'}],
	],


];



 








	
		


 


		
		
		

