//Contents for menu 1 var menu1=new Array() menu1[0]='About LA Health Action' menu1[1]='About LA Health Collaborative' menu1[2]='About LA Access' //Contents for menu 2, and so on var menu2=new Array() menu2[0]='Search the Library' n = 1; menu2[n++]='Health Insurance and Coverage Programs' menu2[n++]='Health Care Delivery Systems' menu2[n++]='Health Care Financing' menu2[n++]='Health Status and Issues' menu2[n++]='Governance' var menu3=new Array() menu3[0]='Search Featured Issues' //added 2/4/07 menu3[1]='State Budget' menu3[2]='Health Care Reform and Expansion' i = 3; menu3[i++]='Medicaid Citizenship Documentation Requirement' menu3[i++]='Martin Luther King, Jr.-Harbor Hospital' menu3[i++]='Hospital Financing Waiver' menu3[i++]='Medi-Cal Redesign' menu3[i++]='L.A. County DHS Governance' menu3[i++]='Nursing Workforce Shortage' menu3[i++]='Homelessness and Health Care' menu3[i++]='Children\'s Health and Coverage' var menu4=new Array() k = 0; menu4[k++]='LA Health Collaborative General Committee' menu4[k++]='Leadership Team' menu4[k++]='Governance Committee' menu4[k++]='Data Committee' menu4[k++]='Geographic Focus Committee' menu4[k++]='Steering Committee on the Future of King/Drew Medical Center' menu4[k++]='Nursing Workforce Shortage Committee' menu4[k++]='Nursing and Allied Health Career Ladders Subcommittee' menu4[k++]='Health-e-LA' var menu5=new Array() menu5[0]='L.A. Health Policy and Planning Organizations Directory' menu5[1]='Advocacy and Policy-related Web Sites' menu5[2]='Consumer-oriented Web Sites' menu5[3]='Government Agency Web Sites' menu5[4]='Public Health Research Tools' var menuwidth='200px' //default menu width var menubgcolor='#EAEEFA' //menu bgcolor var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('
') 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 topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset 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){ //move up? edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight if ((dropmenuobj.y-topedge)