/*
  --- menu items --- 
  MALT website menu structure as of 9/28/11
*/

var MENU_ITEMS = [

	['Home','default.html'],

	['What We Do', null, null,
		['Mission & History', 'mission.html'],
/*		['How We Preserve Land', null, null,
			['Conservation Easements', 'how_con.html'],
			['Public Projects', 'how_pub.html']
		], */
		['Accomplishments','accomplish.html']
	],

	['Our Latest News', 'news.html', {'tw' : '_self'}],	
	
/*	['Our Latest News', null, null,
		['Media Coverage for 2011', 'media.html'],  
	], */

	['Who We Are', null, null,
		['Board & Staff', 'bod.html'],
		['Affiliations', 'affiliations.html']
	],

	['Where We Work', null, null,
		['Service Area', 'service_area.html'],
		['Office Location', 'office.html']
	],

	['Events/Activities', null, null,
		['Calendar of Events', 'calendar.html'],
/*		['Easement Symposium', 'event20071206.html'], */
/*		['Luxury Train Trip Raffle', 'raffle.html'],  */
/*		['Armchair Adventure', 'armchair.html'],    */
/*		['2008 Preservation Party', 'preservation_party.html'], */
/*		['2008 Preservation Party', 'preservation_party.html', null, */
/*			['Auction Items', 'preservation_auction.html'], */
/*		],  */
		['A Night In The Park', 'night2012.html'], 
/*		['Conifer Tales & Trails', 'tales_home.html'],  */
/*		['Mexico Madness', 'mexico.html'],
		['Event Archives', 'event_archive.html'] */ 
	],

	['How To Help', null, null,
		['Ways To Help', 'howhelp.html'],
		['Donate Now!', 'donate.html'],
/*		['Member Specials', 'special20080930.html'],  */
/*		['Sponsorship', '#'],  */
		['Volunteer', 'vol_form.asp'],
/*		['Buy Raffle Ticket', 'raffle.html'],
		['Raffle', 'raffle.html'],
		['Shop MALT Products', 'shop.html'],
		['Join MALT', 'join.html'],
		['Partner with MALT', 'partner.html']
		['Become a Sponsor', 'sponsors2009.html']  */
	],

/*	['Photo Gallery', 'jgallery8.html'],  */
	['Photo Gallery', null, null,
		['Clear Creek Watershed Festival', 'ccwf2011.html'],
		['A Night In The Park 2011', 'nip2011.html'],
/*		['Board Recognition Dinner 2010', 'gallery201010.html'],
		['Major Donor Picnic 2010', 'donor201010.html']
		['Mexico Madness 2009', 'fadegalleryA.html'],
		['Major Donor Picnic 2008', 'jgallery8C.html'],
		['MALT Photo Gallery', 'jgallery8A.html'],
		['Armchair Adventure 2007', 'jgallery8B.html'] */

	],

	['Our Supporters', null, null,
		['Business Sponsors', 'sponsors.html'],
		['Become a Sponsor', 'becomesponsor.html'],
/*		['Donors', 'donors.html']		
		['Members', 'members.html'],  */
/*		['Partners', 'partners']  */
	],

	['Resources', null, null,
/*		['Links', 'links.html'], 
		['Conservation Resources', 'links_con.html'], */
		['Resources', 'links.html'], 
/*		['National Accreditation ', 'pdf/PublicNoticeLetterhead.pdf'] */
/*		['Privacy Policy', 'privacy.html']   */
	],

/*	['National Accreditation ', 'pdf/PublicNoticeLetterhead.pdf'],	 */
	['Accreditation', 'pdf/PublicNoticeLetterhead.pdf', {'tw' : '_blank'}],	
	


	
/*	['FAQ','faq.html'],

	['In The News', null, null,
		['Media Coverage for 2010', 'media.html'],
		['Spring 2008 Newsletter', 'pdf/2008SpringNEWSLETTER.pdf'],
		['Spring 2007 Newsletter', 'pdf/2007SpringNEWSLETTER.pdf'],
		['Fall 2006 Newsletter', 'pdf/2006FallNEWSLETTER.pdf']
		['Privacy Policy', 'privacy.html'] 
	],
  
	['Job Opening', null, null, 
		['Executive Director', 'pdf/director.pdf'], 
		['Equal Opportunity Policy', 'pdf/Equal.pdf'] 
	],  
  */

];


