/* Tigra Menu items structure */
var MENU_ITEMS = [
	['<img src=/images/global/spacer.gif width=70 height=60 border=0>', '/_physicians/doctors.php', null,
		['Physicians', '/_physicians/doctors.php'],
		['Staff', '/_physicians/staff.php']
	],
	['<img src=/images/global/spacer.gif width=40 height=60 border=0>', '/_clinicalconditions/index.php', null],
	['<img src=/images/global/spacer.gif width=40 height=60 border=0>', '/_roboticsurgery/index.php', null,
		['Basics of Robotic Surgery', '/_roboticsurgery/robotic_surgery.php'],
		['Procedures Performed', '/_roboticsurgery/robotic_dvp.php'],
		['Patient Stories & Media', '/_roboticsurgery/robotic_stories.php'],
		['Watch Robotic Surgery', '/_roboticsurgery/robotic_video.php'],
		['Robotic Surgery Blog', '/RoboticSurgeryBlog/home.php']
	],
	['<img src=/images/global/spacer.gif width=40 height=60 border=0>', '/_clinicaltrials/clinicalTrials.php', null]
];

