/*
  --- 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_Cost = [
		['Cost', null, null,
			['Tuition &amp; Fees', 'http://www.wsc.edu/financial_services/cost/tuition_fees/'],
			['Cost Calculator', 'http://www.wsc.edu/financial_services/cost/calculator/'],
			['Typical Student Costs', 'http://www.wsc.edu/financial_services/cost/typical/'],
			['Online Student Costs', 'http://www.wsc.edu/financial_services/cost/online/'],
			['Extended &amp; Off-Site Student Costs', 'http://www.wsc.edu/financial_services/cost/extended/'],
			['Room &amp; Meal Plans', 'http://www.wsc.edu/financial_services/cost/room_meal/'],
			['Miscellaneous Costs', 'http://www.wsc.edu/financial_services/cost/misc/'],
			['Contacts', 'http://www.wsc.edu/financial_services/contact/'],
		],
];

var MI_Finaid = [
		['Financial Aid', null, null,
			['How to apply', 'http://www.wsc.edu/financial_services/financial_aid/how_to_apply/'],
			['Grants', 'http://www.wsc.edu/financial_services/financial_aid/grants/'],
			['TEACH Grant', 'http://www.wsc.edu/financial_services/financial_aid/teach_grant/'],
			['Satisfactory Academic Progress', 'http://www.wsc.edu/financial_services/financial_aid/sap/'],
			['Scholarships', 'http://www.wsc.edu/financial_services/financial_aid/scholarships/'],
		 	['Work Study', 'http://www.wsc.edu/financial_services/financial_aid/workstudy/'],
			['Loans', 'http://www.wsc.edu/financial_services/financial_aid/loans/'],
			['Graduate Students', 'http://www.wsc.edu/financial_services/financial_aid/graduate/'],
			['FAQs', 'http://www.wsc.edu/financial_services/financial_aid/faqs/'],
			['Contact', 'http://www.wsc.edu/financial_services/contact/'],
			['Summer', 'http://www.wsc.edu/financial_services/financial_aid/summer/'],
		],
];

var MI_Student_Work = [
		['Student Employment', null, null,
			['Checklist', 'http://www.wsc.edu/financial_services/student_employment/checklist/'],
			['Workstudy', 'http://www.wsc.edu/financial_services/financial_aid/workstudy/'],
			['Other Campus Employment', 'http://www.wsc.edu/hr/'],
			['FAQs', 'http://www.wsc.edu/financial_services/student_employment/faqs/'],
			['Contact', 'http://www.wsc.edu/financial_services/contact/'],
		],
];

var MI_Paying_Bills = [
		['Paying Your Bills', null, null,
			['Checklist', 'http://www.wsc.edu/financial_services/paying_bills/checklist/'],
			['Making Payments<img src="/images_mk/arrows/arrow_yellow.gif" border="0" style="margin:2px 0px 0px 62px">', null, null,
				['Statement of Account', 'https://ecampus.wsc.edu/wildcatsonline/student_info/'],
				['Due Dates', 'http://www.wsc.edu/financial_services/dates/index.php#pb'],
				['How do I make a payment?', 'http://www.wsc.edu/financial_services/paying_bills/making_payments/how_to/'],
				['Payment Plan Schedule', 'http://www.wsc.edu/financial_services/paying_bills/making_payments/schedule/'],
				['Payment Policy', 'http://www.wsc.edu/financial_services/paying_bills/payment_policy/'],
			],
			['Dates to Know', 'http://www.wsc.edu/financial_services/dates/index.php#pb'],
			['Billing Statement', 'https://ecampus.wsc.edu/wildcatsonline/student_info/'],
			['Nelnet (Facts) Payment Plan', 'https://www.factstuition.com/ecashier/Index?OpenForm&query=waynestate'],
			['e-Cashier', 'https://www.factstuition.com/ecashier/Index?OpenForm&query=waynestate'],
			['Forms', 'http://www.wsc.edu/financial_services/paying_bills/forms/'],
			['Payment Policy', 'http://www.wsc.edu/financial_services/paying_bills/payment_policy/'],
			['Withdrawal Policy', 'http://www.wsc.edu/financial_services/paying_bills/withdrawal/'],
			['FAQs', 'http://www.wsc.edu/financial_services/paying_bills/faqs/'],
			['Contact', 'http://www.wsc.edu/financial_services/contact/'],
		],
];

var MI_FAQs = [
			['FAQs', null, null,
			 	['Student Employment', 'http://www.wsc.edu/financial_services/student_employment/faqs/'],
				['Financial Aid', 'http://www.wsc.edu/financial_services/financial_aid/faqs/'],
				['Paying Your Bills & Other', 'http://www.wsc.edu/financial_services/paying_bills/faqs/'],
			 ],
];

var MI_Dates = [
			['Dates to Know', 'http://www.wsc.edu/financial_services/dates/', null, ],
];

var MI_Forms = [
			['Forms', null, null,
			 	['Student Employment', 'http://www.wsc.edu/financial_services/student_employment/forms/'],
				['Paying Your Bills & Other', 'http://www.wsc.edu/financial_services/paying_bills/forms/'],
			 ],
];

var MI_Glossary = [
			['Glossary of Terms', 'http://www.wsc.edu/financial_services/glossary/', null, ],
];

var MI_Contact = [
			['Contact Information', 'http://www.wsc.edu/financial_services/contact/', null,],
];
