// 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.html'],
	
	['ABOUT THE SHOW', null, null,
		['ABOUT THE SHOW','show_info.html'],
		['PREVIOUS SHOWS', 'pre_show.html'],
		['CONCURRENT EVENT ', 'similar_events.html'],
	],

	['EXHIBITOR INFO', null, null,
		['BOOK YOUR STAND', 'stand_booking.html'],
		['EXHIBITOR LIST', 'exhi_list2011.asp'],
		['FLOOR PLAN', 'PDF/Floorplan.pdf', {'tw':'_blank'}],
		['EXHIBITOR SERVICES', 'exhi_service.html'],
		['VISITOR PROFILE','visitor_profile.html'],		
		['ACCOMODATION', 'exhi_acco.html'],
	],

	['VISITOR INFO', null, null,
		['VENUE', 'venue.html'],
		['EXHIBITOR PROFILE','ehibitor_profile.html'],
		['ACCOMODATION', 'visitor_acco.html'],
	],

	['CONFERENCES','conferance.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'}],
		['EVENT CALENDAR', 'http://www.expo-centre.ae/en/eventcalendar.asp', {'tw':'_blank'}],
		['SUPPORTERS &PARTNERS', 'Supporters.html'],
		['MAP', 'http://www.expo-centre.ae/en/page.asp?pagecatid=7&pagescatid=25', {'tw':'_blank'}],
		['CONTACT US', 'Contactus.html'],
		['SHARJAH', 'http://www.expo-centre.ae/en/page.asp?pagecatid=6&pagescatid=19', {'tw':'_blank'}],
	],


];



 








	
		


 


		
		
		

