/*
  --- 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_Halls = [
		['Residence Halls', null, null,
			['View Halls', null, null,
			 	['Anderson', 'http://wsc.edu/residence_life/res_halls/view/anderson/'],
				['Berry', 'http://wsc.edu/residence_life/res_halls/view/berry/'],
				['Bowen', 'http://wsc.edu/residence_life/res_halls/view/bowen/'],
				['Morey', 'http://wsc.edu/residence_life/res_halls/view/morey/'],
				['Neihardt', 'http://wsc.edu/residence_life/res_halls/view/neihardt/'],
				['Pile', 'http://wsc.edu/residence_life/res_halls/view/pile/'],
				['Terrace', 'http://wsc.edu/residence_life/res_halls/view/terrace/'],
			],
			['Check Out Procedures', 'http://wsc.edu/residence_life/res_halls/check_out/'],
			['Contract Form', 'http://wsc.edu/residence_life/contracts/'],
			['Move-In Day', 'http://wsc.edu/residence_life/res_halls/move_in/'],
			['Refunds', 'http://www.wsc.edu/residence_life/contracts/refunds/'],
			['Regulations', 'http://wsc.edu/residence_life/res_halls/regulations/'],
			['Specifics', 'http://wsc.edu/residence_life/res_halls/specs/'],
			['Telephone Service', 'http://wsc.edu/residence_life/res_halls/telephone'],
		],
];

var MI_CPU = [
		['Computing Services', null, null,
			['General Information', 'http://www.wsc.edu/it/helpdesk/residence_halls/'],
			['Electronic Copyright Issues', 'http://www.wsc.edu/it/policies/electronic_copyright_issues/'],
		],
];

var MI_Dining = [
		['Dining Services', 'http://www.wsc.edu/residence_life/dining'],
];

var MI_Contracts = [
		['Contracts', 'http://www.wsc.edu/residence_life/contracts/'],
];

var MI_Staff = [
		['Staff', 'http://www.wsc.edu/residence_life/staff/'],
];
