/*
  --- 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 = [
	['&#8226; Home', '../index.htm', null,
		['Home', '../index.htm'],
		['Contact', '../Contact/feedback.htm'],
		['Disclaimer', '../general/disclaimer.htm'],
		['Privacy', '../general/privacy.htm'],
		['Site Map', '../general/map.htm']
	],
	['&#8226; About Us', '../About Us/index.htm', null,
		['History', '../About Us/history.htm'],
		['Who we are', '../About Us/who we are.htm'],
		['The Committee', '../About Us/committee.htm'],
		['Membership', '../Membership/membership.htm'],
		['Contact', '../Contact/feedback.htm']
	],
	['&#8226; Conferences', '../News/index.htm', null,
		['Conference 2003', '../News/conference2003.htm'],
		['2003 Book', '../News/2003book.htm'],
		['Conference 2005', '../News/conference2005.htm'],
		['Conference 2007', '../News/conference2007.htm'],
		['Conference 2009', '../News/conference2009.htm'],
		['2011 Gathering', '../News/conference2011.htm']
	],
	['&#8226; Forum', '../discussion/Blah.pl?', null,
		['Forum', '../discussion/Blah.pl?']
	],
	['&#8226; Membership', '../Membership/membership.htm', null,
		['Details', '../Membership/membership.htm'],
		['Enquiries', '../Contact/feedback.htm']
	],
	['&#8226; Links', '../Links/links.htm', null,
		['Links', '../Links/links.htm'],
		['Publications', '../Links/publications.htm'],
		['Bibliography', '../Links/bibliography.htm'],
		['Burke &amp; Wills Web', 'http://www.burkeandwills.net.au/index.htm']
	],
	['&#8226; Contact', '../Contact/index.htm', null,
		['Contact details', '../Contact/contact.htm'],
		['Contact email', '../Contact/feedback.htm']
	],
];