/* --- menu items --- */
var webPath = '#';

var MENU1_ITEMS = [

	[wrap(null, 'home'), 'index.htm', {'tt': '', 'sw':54, 'bw':150}],
	[wrap(null, 'patientcare'), '#', {'tt': '', 'sw':104, 'bw':200},
		   ['Schedule Care', 'webpages6.htm'],
		   ['Diseases and Disorders', 'webpages7.htm'],
		   ['Patient Forms', 'webpages10.htm'],
		   ['Gastrointestinal Procedures', 'webpages16.htm']
		   ],
	[wrap(null, 'resources'), 'webpages9.htm', {'tt': '', 'sw':93, 'bw':150}],
	/*[wrap(null, 'faqs'), 'webpages13.htm', {'tt': '', 'sw':51, 'bw':150}],*/
	[wrap(null, 'policies'), 'webpages14.htm', {'tt': '', 'sw':77, 'bw':160},
		   ['Payment and Insurance', 'webpages8.htm'],
		   ['Cancellation Policy', 'webpages17.htm'],
		   ['Privacy Policy', 'webpages5.htm'],
		   ['Medical Records', 'webpages19.htm']
		   ],
	[wrap(null, 'aboutus'), '#', {'tt': '', 'sw':84, 'bw':140},
		   ['Dr. Hasan', 'webpages12.htm'],
		   ['Our Staff', 'webpages15.htm'],
		   ['Office Hours', 'webpages18.htm']
		   ],
	[wrap(null, 'contactus'), 'webmail3.htm', {'tt': '', 'sw':93, 'bw':150}]

];


function wrap(text, imagename) {
	return ['<img src="menu/' + imagename + '.png">','<img src="menu/' + imagename + 'o.png" >','<img src="menu/' + imagename + 'o.png">']
}
