/* Tigra Menu items structure */
var TOP_MENU_ITEMS = [
	['Surgery Home', 'http://www.uchsc.edu/surgery/index.php', {'sw':120,'bw':120}],
	['General Info', '/surgery/generalinfo/', {'sw':120,'bw':170},
		['About the Department', '/surgery/generalinfo/'],
		['Message from the Chair', '/surgery/generalinfo/chair.php'],
		['Faculty', '/surgery/generalinfo/faculty.php']
	],
	['Divisions', null, {'sw':90,'bw':160},
		['GI, Tumor & Endocrine', '/surgery/divisions/gites/', {'bw':130,'bl':150,'bt':10},
			['GITES Home', '/surgery/divisions/gites/'],
			['Bariatrics', 'http://www.uch.edu/conditions/weight-metabolism/obesity/index.aspx'],
			['Breast Center', null],
			['Burn', '/surgery/divisions/gites/burn.php'],
			['Trauma - DHMC', '/surgery/divisions/gites/trauma/index.php'],
			['Endocrine', null],
			['Minimally Invasive Surgery Center', null],
			['Surgical Oncology', null]
		],
		['Cardiothoracic', '/surgery/divisions/ct/', {'bw':170,'bl':150,'bt':10},
			['CT Home', '/surgery/divisions/ct/'],
			['Cardiac', null],
			['Thoracic', null],
			['Heart Transplant', '/surgery/divisions/ct/heart.php'],
			['Lung Transplant', '/surgery/divisions/ct/lung.php'],
			['Pediatric Cardiothoracic Surgery', 'http://www.thechildrenshospital.org/conditions/heart/treatments/heart_surgery.aspx'],
			['Thoracic Residency', '/surgery/divisions/ct/education/'],
			['Research', '/surgery/divisions/ct/research/']
		],
		['Pediatric Surgery', '/surgery/divisions/peds/', {'bw':130,'bl':150,'bt':10},
		],
		['Plastic & Reconstructive', '/surgery/divisions/plastic/', {'bw':170,'bl':150,'bt':10},
			['P &amp; R Home', '/surgery/divisions/plastic/'],
			['General Reconstructive Surgery', null],
			['Cosmetic Surgery', null],
			['Joint Hand Program', null],
			['Pediatric Plastic Surgery', null],
			['Plastic Surgery Residency', null]
		],
		['Urology', '/surgery/divisions/urology/', {'bw':140,'bl':150,'bt':10},
			['Urology Home', '/surgery/divisions/urology/'],
			['Pediatric Urology', '/surgery/divisions/urology/clinicalservices/pediatric.php'],
			['Urology Residency', '/surgery/divisions/urology/education/'],
			['Urology Research', '/surgery/divisions/urology/about/research.php']
		],
		['Transplant - UCH', 'http://www.uch.edu/sotx/'],
		['Vascular', '/surgery/divisions/vascular/', {'bw':140,'bl':150,'bt':10},
			['Vascular Surgery', '/surgery/divisions/vascular/'],
			['Research', '/surgery/divisions/vascular/research/'],
			['Vascular Diagnostic Laboratory', '/surgery/divisions/vascular/research/vasclab.php'],
			['Podiatry', '/surgery/divisions/vascular/podiatry.php']
		],
		['Emergency Medicine', 'http://www.coloradoem.org', {'bw':80,'bl':150,'bt':10},
			['EM Home', 'http://www.coloradoem.org'],
			['Altitude Research Center', 'http://www.uchsc.edu/arc']
		]
	],
	['Education', null, {'sw':100,'bw':150},
		['Residencies', '/surgery/education/residency/', {'bw':180,'bl':140,'bt':10},
			['General Surgery', '/surgery/education/residency/general.php'],
			['Urology', '/surgery/divisions/urology/education/index.php'],
			['Thoracic Surgery', '/surgery/divisions/ct/education/index.php'],
			['Plastic Surgery', null],
			['Pediatric Surgery', '/surgery/divisions/peds/education/index.php'],
			['Trauma & Acute Care Surgery/Surgical Critical Care Fellowship', 			'/surgery/education/residency/criticalcarefellowship.php']
		],
		['Medical Students', '/surgery/education/medstudents/', {'bw':130,'bl':140,'bt':10},
			['IDPT 7050', '/surgery/education/medstudents/idpt7050.php'],
			['Senior Courses', '/surgery/education/medstudents/seniorcourses.php'],
			['Externs', '/surgery/education/medstudents/externs.php'],
			['Medical Student Surgical Society', 'http://www.uchsc.edu/surgicalsociety/'],
			['Careers in Surgery', '/surgery/education/medstudents/careers.php']
		],
		['Conferences', null, {'bw':130,'bl':140,'bt':10},
			['General Surgery Grand Rounds', '/surgery/education/grandrounds/grandrounds.php', {'bw':130,'bl':120,'bt':10},
				['Grand Rounds Schedule', '/surgery/education/grandrounds/schedule.pdf'],	
				['Previous Grand Rounds Debates', '/surgery/education/grandrounds/index.php']
			],
			
			['Abernathy Review', '/surgery/education/abernathy/abernathy.php']
		],
		['Continuing Medical Education', null, {'bw':140,'bl':140,'bt':10},
			['Cardiothoracic Transplantation:<br>An International Update', 			 'http://www.uchsc.edu/cme/anticipated.htm#FEB09'],
			['Controversies in Transplantation', 'http://www.uchsc.edu/cit/']
		],
	],
	['Research', null, {'sw':100,'bw':140},
		['Core Research', null, {'bw':120,'bl':-110,'bt':10},
			['Trauma Primes Center Grant', 'http://www.uchsc.edu/traumacenter/', {'bw':150,'bl':-140,'bt':10}],
			['Altitude Research Center', 'http://www.uchsc.edu/ccamp/'],
			['Urology', '/surgery/divisions/urology/about/research.php']
		],
		['Clinical Trials', null],
		['Outcomes Research', null]
	]
];