/* Tigra Menu items structure */
var DIVS_MENU_ITEMS = [
	['About Denver', '/surgery/generalinfo/denver.php'],
	['About the Institution', '/surgery/generalinfo/institution.php'],
	['About the Department', '/surgery/generalinfo/'],
	['Department Leader', '/surgery/generalinfo/chair.php'],
	['Housestaff Information', 'http://www.uchsc.edu/gme/index.htm'],
	['Residencies', '', {'bw':160},
		['General Surgery', '/surgery/education/residency/general.php'],
		['Urology', '/surgery/divisions/urology/education/'],
		['Thoracic Surgery', null],
		['Plastic Surgery', null],
		['Pediatric Surgery', null],
		['Trauma & Acute Care Surgery/Surgical Critical Care Fellowship', '/surgery/education/residency/criticalcarefellowship.php']
	]
];