// 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 = [

	['MASTECH HOME ','default.htm'],
		
		['CONFERENCE INFO', null, null,
		['MASTECH 2011', 'Mastech_2011.html'],
		['GALLERY 2008', 'Pre_show.html'],
		['WHY ATTEND', 'Why_Attend.html'],
		['WHO SHOULD ATTEND', 'Who_Should.html'],
		['EXHIBITOR AREA', 'ExhibitorsArea.html'],
		['PROGRAM SCHEDULE', 'Programme.html'],
		['CONFERENCE DAY ONE','Day_One.html'],
		['CONFERENCE DAY TWO', 'Day_Two.html'],			
	],
		['ADVISORY BOARD','Advisory_board.htm'],
		
		['SPEAKERS INFO', null, null,
		['SPEAKERS LIST', 'Key_speakers.htm'],
		['SPEAKER INQUIRY', 'speakers_reg.htm'],
		['CALL FOR PAPERS','Call_papers.htm'],
	],
		

	['SPONSORS INFO ',null, null,
		['SPONSORS', 'Sponsors.html'],
		['MEDIA PARTNERS', 'Media_Partners.html'],
		['SPONSOR INQUIRY', 'Sponsors_reg.html'],
		
	],

	['DELEGATE INFO', null, null,
		['DELEGATE LIST 2008', 'Delegate_List.html'],
		['DELEGATE INQUIRY', 'Delegate.html'],
		['ACCOMMODATION', 'accomodation.html'],
	],
	
	['ORGANIZER', null, null,
		['CONTACT US', 'Venue.html'],
		['EXPO CENTRE SHARJAH', 'http://www.expo-centre.ae/en/', {'tw':'_blank'}],
		['EXPO GALLERY', 'http://www.expo-centre.ae/en/gallery_view.asp', {'tw':'_blank'}],
		['MAP', 'http://www.expo-centre.ae/en/page.asp?pagecatid=7&pagescatid=25', {'tw':'_blank'}],
		['SHARJAH', 'http://www.expo-centre.ae/en/page.asp?pagecatid=6&pagescatid=19', {'tw':'_blank'}],
	],


];
