/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', null, {'sw':150},
		['The Pew Whale Conservation Project', 'http://www.pewwhales.org/aboutwhaleconservationproject.html'],
		['The Pew Environment Group', 'http://www.pewwhales.org/aboutenvironmentgroup.html'],
		['Contact', 'http://www.pewwhales.org/contact.html']
	],
	['Symposia & Whales Commission', null, null,
		['Tokyo Symposium', 'http://www.pewwhales.org/tokyosymposium/index.html',
			['Chairman Summary', 'http://www.pewwhales.org/tokyosymposium/twschairmansummary.pdf'],
			['Agenda', 'http://www.pewwhales.org/tokyosymposium/agenda.html'],
			['Biographies', 'http://www.pewwhales.org/tokyosymposium/biographies.html'],
			['Resources', 'http://www.pewwhales.org/tokyosymposium/resources.html'],
			['Acknowledgements', 'http://www.pewwhales.org/tokyosymposium/acknowledgements.html'],
		],
		['NY Symposium', 'http://www.pewwhales.org/whalesymposium/index.php',
			['Agenda', 'http://www.pewwhales.org/whalesymposium/agenda.php'],
			['Mandate', 'http://www.pewwhales.org/whalesymposium/about.php'],
			['Chairman Summary', 'http://www.pewwhales.org/documents/chairssummaryfinal.pdf'],
			['Agenda', 'http://www.pewwhales.org/whalesymposium/agenda.php'],			
			['Biographies', 'http://www.pewwhales.org/whalesymposium/biographies.php'],
			['Resources', 'http://www.pewwhales.org/whalesymposium/resources.php'],
		],
		['Pew Whales Commission', 'http://www.pewwhales.org/pewwhalescommission/index.html',
			['Agenda', 'http://www.pewwhales.org/pewwhalescommission/agenda.html'],		 	
			['Mandate', 'http://www.pewwhales.org/pewwhalescommission/mandate.html'],		 	
			['Chairman Summary', 'http://www.pewwhales.org/pewwhalescommission/lisbonchairmansummary.html'],
			['Policy Guide - 12 Elements', 'http://www.pewwhales.org/pewwhalescommission/policy guide - twelve elements.html'],
			['Policy Guide - Additional Elements', 'http://www.pewwhales.org/pewwhalescommission/policy guide - additional elements.html'],			
			['Agenda', 'http://www.pewwhales.org/pewwhalescommission/agenda.html'],			
			['Biographies', 'http://www.pewwhales.org/pewwhalescommission/biographies.html'],
			['Resources', 'http://www.pewwhales.org/pewwhalescommission/resources.html'],
		 ]
	],
	['Meetings & Events', null, null,
		['IWC Meetings', null, null,
			['IWC 59', 'http://www.pewwhales.org/iwc-anchorage/index.php'],
			['IWC 60', 'http://www.pewwhales.org/iwc-chile/index.html'],
			['IWC 61', 'http://www.pewwhales.org/iwc-madeira/index.html'],
			['IWC 62', 'http://www.pewwhales.org/iwc-agadir/index.html']
		],
		['Other Meetings', null, null,
			['Ocean Life Symposium, 2009', 'http://www.pewwhales.org/dominicaworkshop/index.html'],
			['Auckland Ocean Voices, 2010', 'http://www.pewwhales.org/aucklandoceanvoices/index.html'],
			['Caribbean Marine Mammal Symposium, 2010', 'http://www.pewwhales.org/martinique/index.html'],
			['WCC 2008', 'http://www.pewwhales.org/wcc2008/index.html']
		]
	],
	['News', 'http://www.pewwhales.org/news.html'],
	['Resources', null]
];
