var menuwidth='151px'; //default menu widthvar menubgcolor='632873';  //menu bgcolor var disappeardelay=150  //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? var menu474=new Array();menu474[0]='<a href="/aboutus/default.asp">About Us</a>';menu474[1]='<a href="/aboutus/locations.asp">Locations</a>';menu474[2]='<a href="/aboutus/newsletter.asp">Newsletter</a>';menu474[3]='<a href="/aboutus/ourproviders.asp">Our Providers</a>';menu474[4]='<a href="/aboutus/practicenews.asp">Practice News</a>';menu474[5]='<a href="/aboutus/privacypractices.asp">Privacy Practices</a>';var menu476=new Array();menu476[0]='<a href="/medicalinfo/immunizations.asp">Immunizations</a>';menu476[1]='<a href="/medicalinfo/isyourchildsick.asp">Is Your Child Sick?</a>';var menu489=new Array();menu489[0]='<a href="/medicalinfo/illnesssymptoms.asp">Illness & Symptoms</a>';menu489[1]='<a href="/medicalinfo/medicinedosages.asp">Medicine & Dosages</a>';menu489[2]='<a href="/medicalinfo/whatsgoingaround.asp">What&#039;s Going Around</a>';menu476[2]='<a href="/medicalinfo/medicallibrary.asp">Medical Library</a>';var menu490=new Array();menu490[0]='<a href="/medicalinfo/childbehavior.asp">Behavior</a>';menu490[1]='<a href="/medicalinfo/breastfeeding.asp">Breastfeeding</a>';menu490[2]='<a href="/medicalinfo/emergencies.asp">Emergencies</a>';menu490[3]='<a href="/medicalinfo/medicalconditions.asp">Medical Conditions</a>';menu490[4]='<a href="/medicalinfo/newborninformation.asp">Newborns</a>';menu490[5]='<a href="/medicalinfo/specialneeds.asp">Special Needs</a>';menu490[6]='<a href="/medicalinfo/teens.asp">Teens</a>';menu476[3]='<a href="/medicalinfo/parentingtips.asp">Parenting Tips</a>';var menu477=new Array();menu477[0]='<a href="/forms/medicalhistoryform.asp">Medical History Form</a>';menu477[1]='<a href="/forms/medicalrecords.asp">Medical Records</a>';menu477[2]='<a href="/forms/personalinformationforms.asp">Personal Info Form</a>';menu477[3]='<a href="/forms/prescriptionrefills.asp">Rx Refill Form</a>';menu477[4]='<a href="/forms/nonurgentappointmentrequestforms.asp">Appointment Form</a>';menu477[5]='<a href="/forms/referralforms.asp">Referral Form</a>';menu477[6]='<a href="/forms/immunizationforms.asp">Immunization Form</a>';var menu479=new Array();menu479[0]='<a href="/newpatients/aboutusredirect.asp">About Us</a>';menu479[1]='<a href="/newpatients/frequentlyaskedquestions.asp">FAQs</a>';menu479[2]='<a href="/newpatients/default.asp">Register</a>';var menu480=new Array();menu480[0]='<a href="/contactus/default.asp">Phone / Fax</a>';menu480[1]='<a href="/contactus/referralinformation.asp">Referrals</a>';menu480[2]='<a href="/contactus/rxrefill.asp">Rx Refill</a>';menu480[3]='<a href="/contactus/appointments.asp">Appointments</a>';/************************************************ AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)* This notice MUST stay intact for legal use* Visit http://www.dynamicdrive.com/ for full source code***********************************************//////No further editting neededvar ie4=document.allvar ns6=document.getElementById&&!document.allif (ie4||ns6)document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')function getposOffset(what, offsettype){var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;var parentEl=what.offsetParent;while (parentEl!=null){totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;parentEl=parentEl.offsetParent;}return totaloffset;}function showhide(obj, e, visible, hidden, menuwidth){if (ie4||ns6)dropmenuobj.style.left=dropmenuobj.style.top=-500if (menuwidth!=""){dropmenuobj.widthobj=dropmenuobj.styledropmenuobj.widthobj.width=menuwidth}if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")obj.visibility=visibleelse if (e.type=="click")obj.visibility=hidden}function iecompattest(){return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body}function clearbrowseredge(obj, whichedge){var edgeoffset=0if (whichedge=="rightedge"){var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15dropmenuobj.contentmeasure=dropmenuobj.offsetWidthif (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth}else{var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18dropmenuobj.contentmeasure=dropmenuobj.offsetHeightif (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight}return edgeoffset}function populatemenu(what){if (ie4||ns6)dropmenuobj.innerHTML=what.join("")}function dropdownmenu(obj, e, menucontents, menuwidth){	if (window.event) event.cancelBubble=true	else if (e.stopPropagation) e.stopPropagation()	clearhidemenu()	dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv	populatemenu(menucontents)	if (ie4||ns6)	{	showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)	dropmenuobj.x=getposOffset(obj, "left")	dropmenuobj.y=getposOffset(obj, "top")	dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"	dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"	}	return clickreturnvalue()}function dropdownmenuVertical(obj, e, menucontents, menuwidth, thiswidth, thisheight){	if (window.event) event.cancelBubble=true	else if (e.stopPropagation) e.stopPropagation()	clearhidemenu()	dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv	populatemenu(menucontents)	if (ie4||ns6)	{	showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)	dropmenuobj.x=getposOffset(obj, "left") + thiswidth	dropmenuobj.y=getposOffset(obj, "top")-thisheight	dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"	//dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"	dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+0+"px"	}	return clickreturnvalue()}function clickreturnvalue(){if (ie4||ns6) return falseelse return true}function contains_ns6(a, b) {while (b.parentNode)if ((b = b.parentNode) == a)return true;return false;}function dynamichide(e){if (ie4&&!dropmenuobj.contains(e.toElement))delayhidemenu()else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))delayhidemenu()}function hidemenu(e){if (typeof dropmenuobj!="undefined"){if (ie4||ns6)dropmenuobj.style.visibility="hidden"}}function delayhidemenu(){if (ie4||ns6)delayhide=setTimeout("hidemenu()",disappeardelay)}function clearhidemenu(){if (typeof delayhide!="undefined")clearTimeout(delayhide)}if (hidemenu_onclick=="yes")document.onclick=hidemenu
