/*
  --- HORIZONTAL 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 = [
	['Main Menu', null, null,
		['Home', 'http://www.hrm.uab.edu/main/index.html' ],
		['HR Forms', 'http://www.hrm.uab.edu/main/forms/hr_forms.html' ],
		['Policies and Procedures Manual', 'http://www.hrm.uab.edu/main/policy_procedures'],
		['You and UAB Handbook', 'http://www.hrm.uab.edu/main/you_uab.html'],
		['UAB Faculty Handbook', 'http://main.uab.edu/Sites/provost/facultyresources/facultyhandbook/ "target=_blank"'],
	],
	['Departments', null, null,
		['Benefits', 'http://www.hrm.uab.edu/main/benefits/index.html'],
		['Child Development Center', 'http://www.hrm.uab.edu/main/uabcdc/index.html'],
		['Compensation', 'http://www.hrm.uab.edu/main/compensation/index.html'],
		['Employee Health', 'http://www.hrm.uab.edu/main/employee_health/index.html'],
		['Employment',  null, null,
			['Employment Home Page', 'http://www.hrm.uab.edu/main/employment/index.html'],
			['Temporary Employment', 'http://www.hrm.uab.edu/main/employment/temporary_employment.html'],
		],
		['Hospital HRM', 'http://www.uabhealth.org/18776/ "target=_blank"'],
		['Organizational Development',  null, null,
			['Training & Development', 'http://www.hrm.uab.edu/main/traindev/index.html'],
		],
		['Records Administration', 'http://www.hrm.uab.edu/main/records/index.html'],
		['Relations', 'http://www.hrm.uab.edu/main/relations/index.html'],
		['Technology & Data Services', 'http://www.hrm.uab.edu/main/technology_data_services/index.html'],
		['The Resource Center', 'http://www.hrm.uab.edu/main/resource_ctr'],
	],
	['HR Programs', null, null,
		['Affirmative Action/EEO', 'http://www.hrm.uab.edu/main/aa_eo/index.html'],
		['Displaced Employee Program', 'http://www.hrm.uab.edu/main/employment/displaced/index.html'],
		['Employee Of The Month', 'http://www.hrm.uab.edu/main/relations/eotm/index.html'],
		['On-The-Job-Injury/Illness', 'http://www.hrm.uab.edu/main/relations/oji/index.html'],
		['RAVE', 'http://www.hrm.uab.edu/main/relations/rave/index.html'],		
		['Dual Career Assistance Program', 'http://www.hrm.uab.edu/main/dca/about_dual_career.html'],
		['UAB Wellness', 'http://www.hrm.uab.edu/main/wellness/index.html'],
	
	],
	['UAB Home', 'http://www.uab.edu'
	],
	['BlazerNET', 'http://blazernet.uab.edu "target=_blank"'
	],
];

