/*
  --- 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 MI_About2 = [
		['About the Foundation', null, null,
			['Welcome', 'http://www.wsc.edu/foundation/about/welcome/'],
			['About the Foundation', 'http://www.wsc.edu/foundation/about/'],
			['Board of Trustees', 'http://www.wsc.edu/foundation/about/board/'],
			['Financial Information', null, null,
				 ['Audited Financial Statements', 'http://www.wsc.edu/foundation/about/financial_info/audit_fna_statements/'],
				 ['Asset Growth', 'http://www.wsc.edu/foundation/about/financial_info/asset_growth/'],
				 ['Endowment Growth', 'http://www.wsc.edu/foundation/about/financial_info/endowment_growth/'],
				 ['Investment Performance', 'http://www.wsc.edu/foundation/about/financial_info/investment_performance/'],
				 ['Asset Allocation', 'http://www.wsc.edu/foundation/about/financial_info/asset_allocation/'],
				 ['Endowment Spending Policy', 'http://www.wsc.edu/foundation/about/financial_info/endowment_spending_policy/'],
				 ['Financial Support of WSC', 'http://www.wsc.edu/foundation/about/financial_info/fin_support/'],
				 ['Giving by Source', 'http://www.wsc.edu/foundation/about/financial_info/giving_by_source/'],
				 ['Alumni Participation Rate', 'http://www.wsc.edu/foundation/about/financial_info/alumni_participation_rate/'],
			],
			['Endowments', 'http://www.wsc.edu/foundation/about/endowments/'],
			['News', 'http://www.wsc.edu/foundation/news/'],
			['Publications', 'http://www.wsc.edu/alumni/publications/'],
			['Staff', 'http://www.wsc.edu/foundation/about/staff/'],
		],
];

var MI_Gift2 = [
		['Making a Gift', null, null,
			['Giving Opportunities', 'http://www.wsc.edu/foundation/making_a_gift/giving_opps/'],
			['Ways to Give', 'http://www.wsc.edu/foundation/making_a_gift/ways_to_give/'],
			['Planned Giving', 'http://www.wsc.edu/foundation/making_a_gift/planned_giving/'],
			['Give Online', 'https://www.wsc.edu/foundation/making_a_gift/online_giving/'],
		],
];

var MI_Donor2 = [
		['Donor Recognition', null, null,
			['Donor Profiles', 'http://www.wsc.edu/foundation/donor_recognition/profiles/'],
			['Donor Societies', null, null,
				 ['Annual Giving', 'http://www.wsc.edu/foundation/donor_recognition/societies/annual_giving/'],
				 ['Cornerstone Society', 'http://www.wsc.edu/foundation/donor_recognition/societies/cornerstone_society/'],
				 ['Heritage Society', 'http://www.wsc.edu/foundation/donor_recognition/societies/heritage_society/'],
			],
		],
];