/*
  --- 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 = [
	['Forum', null, null,
		['Next ANZCF', 'anzcf2006.html'],
		['ANZCF-16 Photos', 'photos.html'],
		['Call for papers', 'submit.html'],
		['Key Dates', 'key_dates.html'],
		['Invited / key speakers', 'key_speakers.html'],
		['Trade Display', 'trade_display.html'],
		["I'm interested", 'interested.html'],
		['History', 'history.html'],
	],
	['Program', null, null,
		['Abstract Titles', 'abstract.html'],
		['Program', null, null,
			['Pre-Forum - Sunday', 'pre_forum.html'],
			['Day One - Monday', 'program_1.html'],
			['Day Two - Tuesday', 'program_2.html'],
			['Day Three - Wednesday', 'program_3.html'],
			['Poster', 'poster.html'],			
		],
		['Participants List', 'list.html'],
		['At Forum', null, null,
			['For Presenters', 'presenters.html'],
			['For Participants', 'participants.html'],
		],
	],
	['Registration', null, null,
		['How to register', 'register.html'],
		['Fees', 'fees.html'],
		['Cancellation Policy', 'cancel.html'],
		['Social Program', null, null,
			['Conference Dinner', 'dinner.html'],
			['Monday Drinks', 'drinks.html'],
			['Full Day Trip', 'full-day_trip.html'],
			['Full Day Trip Maps', 'trip_maps.html'],
		],
	],
	['Venue', null, null,
		['How to get there', 'get_there.html'],
		['Cumberland Lorne Resort', 'cumberland.html'],
		['Other Accommodation', 'other_accom.html'],
	],
	['About Lorne', null, null,
		['Geelong-Otway tourism', 'tourism.html'],
		['Weather & Climate', 'weather.html'],
		['Lorne Maps', 'lorne_map.html'],
		['Lorne Restaurants', 'restaurants.html'],
		['Lorne Cafes', 'cafes.html'],
	],
	['Media', null, null,
		['Media Alert', 'media_alert.html'],
		['Media Releases', 'media_releases.html'],
		['Abstracts', 'handbook.html'],
		['Background', 'background.html'],
	],
];

