/* Tigra Menu items structure */

var MENU_ITEMS = [

	

	[wr('spacer1'), null, {'sw':110}],

	[wr1('About'), 'http://www.naturecampfoundation.org/about.html', {'sw':129},

		['About the NCF', 'http://www.naturecampfoundation.org/about.html'],

		['NCF & NCI Boards', 'http://www.naturecampfoundation.org/board.html'],

		['Committees', 'http://www.naturecampfoundation.org/committees.html'],
		['History', 'http://www.naturecampfoundation.org/history.html']

	],

	[wr2('News'), 'http://www.naturecampfoundation.org/news/', {'sw':117},

		['Current News', 'http://www.naturecampfoundation.org/news/'],
		
		['Afterglow Newsletter', 'http://www.naturecampfoundation.org/afterglow.html'],
		
		['NCF in the Press', 'http://www.naturecampfoundation.org/press.html'],
		
		['Extras: Web-only', 'http://www.naturecampfoundation.org/extras.html','',
		
		['Remembrances of Nature Camp', 'http://www.naturecampfoundation.org/remembrances.html', {'sh':48}],
			['Photo Galleries', 'http://naturecampfoundation.org/news/?cat=6']
		
		]
		
	],

	[wr3('Calendar'), 'http://www.naturecampfoundation.org/calendar.html', {'sw':140},

		['Calendar', 'http://www.naturecampfoundation.org/calendar.html'],

		['Adult Session at Nature Camp', 'http://www.naturecampfoundation.org/adultSession.html', {'sh':48}],

		['Service Weekends at Nature Camp', 'http://www.naturecampfoundation.org/service.html', {'sh':48}],

		['Annual Meetings', 'http://www.naturecampfoundation.org/annual.html']

	],

	[wr4('Join'), 'http://www.naturecampfoundation.org/contacts/new_contact.php', {'sw':109},

		['Contact List Sign-up', 'http://www.naturecampfoundation.org/contacts/new_contact.php'],

		['Volunteer', 'http://www.naturecampfoundation.org/volunteer.html']

	],

	[wr5('Support'), 'http://www.naturecampfoundation.org/support.html', {'sw':137},

		['Ways to Support', 'http://www.naturecampfoundation.org/support.html'],
		
		['Donate', 'http://www.naturecampfoundation.org/donate.html'],
		['The Campaign for Nature Camp', 'http://www.naturecampfoundation.org/campaign.html', {'sh':48}],
		
		['Volunteer at Nature Camp', 'http://www.naturecampfoundation.org/volunteerCamp.html', {'sh':48}],

		['Volunteer for the NCF', 'http://www.naturecampfoundation.org/volunteer.html'],

		['Promote Nature Camp and the NCF', 'http://www.naturecampfoundation.org/promote.html', {'sh':48}]

	],

	[wr6('Contact'), 'http://www.naturecampfoundation.org/contact.html', {'sw':118},

	['Contact', 'http://www.naturecampfoundation.org/contact.html'],

	['Contact List Sign-up', 'http://www.naturecampfoundation.org/contacts/new_contact.php']

	],

	[wr7('Spacer2'),null, {'sw':108}]


];

function wr(spacer1) {

        return [

           '<img src="http://www.naturecampfoundation.org/images/navSpacer1.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navSpacer1.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navSpacer1.gif">'

        ];

}

function wr1(About) {

        return [

           '<img src="http://www.naturecampfoundation.org/images/navAbout.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navAboutOn.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navAboutOn.gif">'

        ];

}

function wr2(News) {

        return [

           '<img src="http://www.naturecampfoundation.org/images/navNews.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navNewsOn.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navNewsOn.gif">'

        ];

}

function wr3(Calendar) {

        return [

           '<img src="http://www.naturecampfoundation.org/images/navCalendar.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navCalendarOn.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navCalendarOn.gif">'

        ];

}

function wr4(Join) {

        return [

           '<img src="http://www.naturecampfoundation.org/images/navJoin.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navJoinOn.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navJoinOn.gif">'

        ];

}

function wr5(Support) {

        return [

           '<img src="http://www.naturecampfoundation.org/images/navSupport.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navSupportOn.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navSupportOn.gif">'

        ];

}

function wr6(Contact) {

        return [

           '<img src="http://www.naturecampfoundation.org/images/navContact.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navContactOn.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navContactOn.gif">'

        ];

}

function wr7(spacer2) {

        return [

           '<img src="http://www.naturecampfoundation.org/images/navSpacer2.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navSpacer2.gif">',

           '<img src="http://www.naturecampfoundation.org/images/navSpacer2.gif">'

        ];

}

