

var MENU_ITEMS = [
	['Calendar of Events', 'Calendar.html'],
	['Membership Information', 'http://www.oswa.org/Benefits.html', {'tw':'_blank'},
		['Membership Benefits', 'http://www.oswa.org/Benefits.html', {'tw':'_blank'}],
		['Membership Form', 'Application.html'], 
		['Financial Statements and Meeting Minutes', 'financial.html'],
		['Purchase Seedlings (PDF)', '2009-10Seedlingsale.pdf'],
		['College Scholarships (PDF)', 'CCFFA_Scholarship_Application.pdf', {'tw':'_blank'}],
		
	],
	['Newsletter Archives', null, null,
		['Forest Tree Leader', null, null,
		 	['Current Issue (PDF)', 'http://www.ccffa-oswa.org/FTL_articles/FTL-2010-05.pdf', {'tw':'_blank'}],
			['Archive', 'FTL_archive.html']
		],
		['Northwest Woodlands', 'nw_woodlands.html']
	],
	
	['Resources', null, null,	
		['Log Prices', 'resources.html'],
		['Web Links', 'links.html'],
		['Clackamas Co. Extension', 'http://extension.oregonstate.edu/clackamas/', {'tw':'_blank'}],
		['Hopkins Demonstration Forest', 'http://www.forestsforever-or.org/', {'tw':'_blank'}]
	],
	['Our Sponsors', 'Sponsors.html'],
	['Contact CCFFA', null, null,
		['Officers/Board of Directors', 'Contact.html']
		
	],
	['Subscribe to e-Newsletter', 'subscribe.html'],
	['Home Page', 'index.html']
];

