/* Tigra Menu items structure */
var HRMENU_ITEMS = [
	['Home', 'index.shtml'],
	['Personnel Policies', 'policies.shtml'],
	['Code of Ethics', 'ethics.shtml'],
	['Job Openings', 'jobs.idc'],
	['Job Application', null, null,
		['General Employment', 'e-apply.pdf'],
		['Police Department', 'e-apply-pd.pdf']
	],
	['Insurance', null, null,
		['Contact Information', 'ins_contact.shtml'],
		['Schedule of Benefits', 'hrinsure.pdf']
	],
	['General Pension', 'pension.shtml'],
	['Links', 'links.shtml'],
	['Contact Us', 'contact_us.shtml'],
];