/*
  --- 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 = [
	['Home', 'http://www.wildernessclassroom.com', null,
	    ['Contact Us', 'http://www.wildernessclassroom.com/home/contact_us/index.htm'],
		['Our Mission', 'http://www.wildernessclassroom.com/home/our_mission/index.htm'],
		['Partners', 'http://www.wildernessclassroom.com/home/partners/index.htm'],
		['Make a Contribution', 'http://www.wildernessclassroom.com/home/make_a_contribution/index.htm'],
		['Volunteer Opportunities', 'http://www.wildernessclassroom.com/home/volunteer_opertunities/index.htm']
	],
	['Project Peru 2', 'http://www.wildernessclassroom.com/peru2/index.html', null,
	    ['Expedition Updates', 'http://www.wildernessclassroom.com/peru2/index.html'],
		['Expedition Map', 'http://www.wildernessclassroom.com/peru2/big_map.html'],
		['About Project Peru', 'http://www.wildernessclassroom.com/peru2/2006/03/post/index.html'],
		['Meet the Team!', 'http://www.wildernessclassroom.com/peru2/2006/03/meet_the_team.html'],
		['Project Peru 1', 'http://www.wildernessclassroom.com/peru/index.html']
	],
	['Teacher Resources', 'http://www.wildernessclassroom.com/teacher_resources/index.html', null,
	    ['Sign Up!', 'http://www.wildernessclassroom.com/cgi-bin/lock/locked.cgi'],
		['Getting Started', 'http://www.wildernessclassroom.com/teacher_resources/getting_started/index.html'],
		['Lesson Plans', 'http://www.wildernessclassroom.com/teacher_resources/members/lesson_plans/index.html'],
		['Teacher Workshops', 'http://www.wildernessclassroom.com/teacher_resources/teacher_workshops/index.html'],
		['School Assemblies', 'http://www.wildernessclassroom.com/teacher_resources/school_assemblies/index.html'],
		['Chat Room', 'http://www.wildernessclassroom.com/members/chat.htm']
	],
	['Kid Zone', 'http://www.wildernessclassroom.com/students/index.html', null,
	    ['Boreal Forest Library', 'http://www.wildernessclassroom.com/students/archives/boreal_forest_library/index.html'],
		['Rain Forest Library', 'http://www.wildernessclassroom.com/students/archives/rain_forest_library/index.html'],
		['Project Peru Activities', 'http://www.travelinged.org/wc/start.html'],
		['Email an Expert!', 'http://www.wildernessclassroom.com/experts/index.html'],
		['Email the team!', 'http://www.wildernessclassroom.com/email/index.html']
	],
	['Archived Adventures', 'http://www.wildernessclassroom.com/archived_adventures/index.html', null,
	    ['Dogsledding in Manitoba', 'http://www.wildernessclassroom.com/www/learning/boreal_forest/basecamp/index.htm'],
		['Exploring Costa Rica', 'http://www.wildernessclassroom.com/www/costarica/basecamp.htm'],
		['Sking across Manitoba', 'http://www.wildernessclassroom.com/www/bimaadagaako/index.shtm'],
		['Following the Voyageurs', 'http://www.wildernessclassroom.com/www/jiime/week1.shtm'],
		['Canoeing the Mississippi', 'http://64.17.184.238/archived_adventures/2005/02/big_muddy_adven.html'],
		['Solo across the BWCAW', 'http://www.wildernessclassroom.com/www/bca/default.htm']
	],
];


