/*
  --- 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 MENU_ITEMS = [
	['NAC', 'nac/', null,
		['INITIAL SETUP', 'nac/setup/index.htm'],
		['ONGOING PROTECTION', 'nac/nac_protect.htm'],
		['GAMING DEVICES', 'nac/nac_game.htm'],
	],
	['EMAIL ACCOUNT INFO', 'stu_email.htm', null,
		['INSTRUCTIONS FOR USE', 'stu_instruct.htm'],
		['PASSWORD INFO', 'stu_password.htm']
	],
	['COMPUTER LABS', 'stu_labs.htm', null,
		['PROVIDENCE', 'stu_labs_ri.htm'],
		['FLORIDA', 'stu_labs_fl.htm'],
		['DENVER', 'stu_labs_co.htm'],
		['CHARLOTTE', 'stu_labs_nc.htm']
	],
	['ON-CAMPUS NETWORK', 'stu_network.htm', null,
		['RES NET', 'stu_resnet.htm'],
		['WIRELESS ACCESS', 'stu_wireless.htm'],
		['NETWORK STORAGE', 'stu_storage.htm'],
		['TELECOMMUNICATIONS', 'stu_tele.htm'],
		['CABLE TV', 'stu_cable.htm']
	],
	['COMPUTER RESOURCES', 'stu_links.htm', null,],
	['FREQUENT QUESTIONS', 'stu_faqs.htm', null],
	['COMPUTER USE POLICY', 'policies.htm', null],
];
