	var menu1=new Array()
	menu1[0]='<div id="conditionsHoverDiv" onMouseover="document.getElementById(\'conditionsHover\').src=\'images/conditions_on.gif\'" onMouseout="document.getElementById(\'conditionsHover\').src=\'images/conditions.gif\'"><br><a href="/urological-cancers.html">Urologic Cancers</a>'
	menu1[1]='<a href="kidney-stones.html">Kidney Stones</a>'
	menu1[2]='<a href="incontinence-overactive-bladder.html">Incontinence and<br>Overactive Bladder</a>'
	menu1[3]='<a href="urinary-tract-infections.html">Urinary Tract Infection</a>'
	menu1[4]='<a href="pediatric-urology.html">Pediatric Urology</a>'
	menu1[5]='<a href="vasectomy.html">Vasectomy</a>'
	menu1[6]='<a href="msh.html">Male Sexual Health</a>'
	menu1[7]='<a href="benign-prostatic-hyperplasia.html">BPH /<br>Benign Prostatic Hyperplasia</a><br></div>'
	
	//Contents for menu 2, and so on
	var menu2=new Array()
	menu2[0]='<div id="servicesHoverDiv" onMouseover="document.getElementById(\'servicesHover\').src=\'images/services_on.gif\'" onMouseout="document.getElementById(\'servicesHover\').src=\'images/services.gif\'"><br><a href="services.html">Doctors Park Surgery Center</a>'
	menu2[1]='<a href="services.html">Bend Urology Laboratory</a>'
	menu2[2]='<a href="services.html">CMG / Urodynamics Testing</a>'
	menu2[3]='<a href="services.html">Cystoscopy</a><br></div>'
	
	//Contents for menu 3, and so on
	var menu3=new Array()
	menu3[0]='<div id="aboutHoverDiv" onMouseover="document.getElementById(\'aboutHover\').src=\'images/about_on.gif\'" onMouseout="document.getElementById(\'aboutHover\').src=\'images/about.gif\'"><br><a href="about-us.html">A Few Words About Us</a>'
	menu3[1]='<a href="about-us.html">In the Community</a>'
	menu3[2]='<a href="about-us.html">Our Focus is on Your Health</a><br></div>'
	
	//Contents for menu 4, and so on
	var menu4=new Array()
	menu4[0]='<div id="staffHoverDiv" onMouseover="document.getElementById(\'staffHover\').src=\'images/staff_on.gif\'" onMouseout="document.getElementById(\'staffHover\').src=\'images/staff.gif\'"><br><a href="staff.html">Michel A. Boileau, MD FACS</a>'
	menu4[1]='<a href="staff.html?brian">Brian T. O\'Hollaren, MD</a>'
	menu4[2]='<a href="staff.html?jack">Jack A. Brewer, MD</a>'
	menu4[3]='<a href="staff.html?nora">Nora V. Takla, MD</a>'
	menu4[4]='<a href="staff.html?andrew">Andrew D. Neeb, MD</a>'
	menu4[5]='<a href="staff.html?meredith">Meredith R. Baker, MD</a><br><br>'
	menu4[6]='<a href="staff.html?william">William Corrigan, PA-C</a>'
	menu4[7]='<a href="staff.html?shelly">Shelly Fitts, PA-C</a>'
	menu4[8]='<a href="staff.html?sara">Sara Stafford, PA-C</a>'
	menu4[9]='<a href="staff.html?johanna">Johanna Godell, PA-C</a>'
	menu4[10]='<a href="staff.html?tim">Tim Krigbaum, PA-C</a><br></div>'
	
		
	//Contents for menu 5, and so on
	var menu5=new Array()
	menu5[0]='<div id="contactHoverDiv" onMouseover="document.getElementById(\'contactHover\').src=\'images/contact_on.gif\'" onMouseout="document.getElementById(\'contactHover\').src=\'images/contact.gif\'"><br><a href="contact.html">Locations</a>'
	menu5[1]='<a href="contact.html">Telephone Numbers</a>'
	menu5[2]='<a href="contact.html">Driving Directions</a>'
	menu5[3]='<a href="contact.html">Patient Information Forms</a>'
	menu5[4]='<a href="contact.html">Helpful Links</a><br></div>'
	
	var menu6=new Array()
	menu6[0]='<div id="homeHoverDiv" onMouseover="document.getElementById(\'homeHover\').src=\'images/index_06_on.jpg\'" onMouseout="document.getElementById(\'homeHover\').src=\'images/index_06.jpg\'"></div>'

	
	var menuwidth='116px' //default menu width
	var menubgcolor='#336699'  //menu bgcolor
	var disappeardelay=0  //menu disappear speed onMouseout (in miliseconds)
	var hidemenu_onclick="yes" //hide menu when user clicks within menu?

