/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php', null],
	['About Us', null, null,
		['Mission and Philosophy', 'whoweare.php', null],
		['History', 'history.php', null],
		['Leadership', null, null,
		     ['Meet Our Directors', 'leaderdirector.php', null],
			 ['Meet Our Board', 'leadership.php', null],
			 ['Meet Our Founder', 'founder.php', null]
		 ],
		['Career Page', 'employment.php', null],
		['Annual Report', 'images/CheyenneVillage_AnnualReport09.pdf', null],
		['News', null, null,
		    ['Summer 2010', 'images/Summer2010newsletter.pdf', {'tw' : '_blank'}],
		 	['Spring 2010', 'images/Spring10-newsletter.pdf', {'tw' : '_blank'}],
			['Fall 2009', 'images/Fall09-Newsletter.pdf', {'tw' : '_blank'}],
			['Summer 2009', 'images/Summer09newsletter.pdf', {'tw' : '_blank'}],
			['Spring 2009', 'images/Spring09newsletter.pdf', {'tw' : '_blank'}]
		],
	],
	['Our Services', null, null,
		['Services and Supports', 'supportedservices.php', null],
		['Success Stories', 'successstories.php', null]
	],
	['Other Links', null, null,
		['TRE', 'http://www.tre.org', null],
		['Pikes Peak United Way', 'http://www.ppunitedway.org', null],
		['The Arc', 'http://www.thearcppr.org', null],
		['Dream City 2020', 'http://www.dreamcity2020.com/', null],
		['Board of Directors login', 'http://www.cheyennevillage.org/login.php', null]
	],
	['For Supporters', null, null,
		['Vineyard in the Village', 'vineyardpage.php', null],
		['Donor Recognition', 'donorrecog.php', null],
		['Ways to Give', 'waystogive.php', null],
		['Audited Financial Statements', 'images/AuditReport2009.pdf', null]
	],
	['Contact Us', 'contactus.php', null]
]
