/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Conference', null, null,
		['Home', 'index.shtml'],
		['Key dates', 'key_dates.shtml'],
		['Keynote speakers', 'key_speakers.shtml'],
		['Our sponsors', 'sponsors.shtml'], 
		['Info for sponsors', 'sponsorship.shtml'],
/*		['Info for media', 'info_media.shtml'], */
	],
	['Program', null, null,
		['Abstract Guidelines', 'abstracts.shtml'],
		['Program >', null, null,
			['Oral and Poster Programs', 'program_1.shtml'],
/*			['Social Information', 'program_2.shtml'], */

		], 
		['Extended Abstract', 'abstracts.shtml'],
/*		['Participants', 'participants.shtml'], */
/*		['Info for presenters >', null, null,
			['Presenter guidelines', 'presenter_guidelines.shtml'],
			['Equipment provided', 'equipment.shtml'],
		], */
/*		['Green guidelines >', null, null,
			['Organisation & Planning', 'green_guidelines.shtml'],
			['Registration', 'green_registration.shtml'],
			['Program', 'green_program.shtml'],
			['Site Systems', 'green_site.shtml'],
			['Food Systems', 'green_food.shtml'],
		], */
	],
	['Registration', null, null,
		['How to register', 'register.shtml'],
		['Register Now', 'http://www.amos.org.au/conference08'],
		['Fees and Payments', 'fees.shtml'],
/*		['Claim for travel support', 'travel_support.shtml'], */
	], 
	['Venue', null, null,
		['Melb. Exhibition Centre', 'http://www.mcec.com.au'],
		['How to get there', 'IMAGES/NEWLocMapCl.pdf'],
		['About Melbourne', 'about_melb.shtml'],
		['Accommodation', 'accommodation.shtml'],
/*		['Social Events >', null, null,
			['Conference Dinner', 'dinner.shtml'],
			['Drinks', 'drinks.shtml'],
			['Half-day Tour', 'tour.shtml'],
		], */
	],
	['About us', null, null,
		['Committees', 'committees.shtml'],
		['AMOS', 'http://www.amos.org.au/aboutus'],
		['AMS', 'http://www.ametsoc.org/aboutams/index.html'],
		['About Us', 'about_us.shtml'], 
	],
];
