// 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 = [

	['ABOUT THE SHOW', null, null,
		['THE MARKET', 'market.html'],
		['SHOW HISTORY', 'History.html'],
		['STEELFAB 2011 REPORT','pre_show.html'],
		['SF 2011 EXHIBITOR LIST', 'exhi_list2011.asp'],
		['SPECIAL FOCUS', null, null,
			['MATERIAL HANDLING','Mererial_Handling.html'],
			['MACHINE TOOLS ME ','Machine.html'],
			['PIPE & TUBE MACHINERY ','Pipe_ tube.html'],],
	],

	['EXHIBITOR INFO', null, null,
		['STAND COST', 'Stand_Costs.html'],
		['SF 2012 EXHIBITOR LIST', 'exhi_list2012.asp'],
		['FLOOR PLAN', 'PDF/SF_Floorplan.pdf', {'tw':'_blank'}],
		['BOOK YOUR STAND', 'stand_booking.html'],
		['STAND DESIGNS','stand_designs.html'],
		['EXHIBITOR SERVICES', 'exhi_service.html'],			
		['SHOW CATALOGUE','show_catalogue.html'],
		['ACCOMMODATION', 'exhi_acco.html'],
	],

	['VISITOR INFO', null, null,
		['REGISTER TO VISIT', 'Visitor_reg.html'],
		['SF 2012 EXHIBITOR LIST', 'exhi_list2012.asp'],
		['VENUE', 'venue.html'],
		['ACCOMMODATION', 'visitor_acco.html'],		
	],

	['CONFERENCES', null, null,
	 	['TECHNICAL SEMINARS', 'Technical_Seminars.html'],
		['CONF & WORKSHOP', 'Conference_Workshop.html'],
	],
	
	['EXHIBITOR AREA', null, null,
		['ESSENTIAL FORMS', 'EX_Area.html'],
		['PROMOTIONS', 'Promo.html'],
		['IN-VENUE BRANDING', 'Barnd.html'],
		['SHOW CATALOGUE', 'show_catalogue.html'],
	],

	['SHOW NEWS', null, null,
		['PRESS RELEASES', 'Press_Release.asp'],
		['PRESS REGISTRATION', 'Press_register.html'],
		['NEWS LINKS', 'News_links.html'],
		['IMAGES', 'Images.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'}],
	],


];



 








	
		


 


		
		
		

