//Contents for Contact var menuwidth='200px' //default menu width var menubgcolor='#EEE7DC' //menu bgcolor var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? //Contents for About the OCDC var menu1=new Array() menu1[0]='About the OCDC' menu1[1]='Annual Reports for OCDC' menu1[2]='How to Contact OCDC' menu1[3]='Privacy Policy' menu1[4]='Site Map' //Contents for For the Public var menu2=new Array() menu2[0]='General Information' menu2[1]='Filing a Complaint with OCDC' menu2[2]='Disciplinary Proceedings' menu2[3]='Avoiding Problems with Your Lawyer' menu2[4]='The Missouri Attorney Discipline Process' menu2[5]='Download Blank Complaint Form' menu2[6]='Download Fillable Complaint Form' //Contents for For Lawyers var menu3=new Array() menu3[0]='Avoiding Complaints (Practice Assistance)' menu3[1]='The Missouri Attorney Discipline Process' menu3[2]='Reporting Professional Misconduct' menu3[3]='Obtaining Disciplinary Certificates' menu3[4]='OCDC Articles' menu3[5]='MOLAP' menu3[6]='Download Blank Complaint Form' menu3[7]='Download Fillable Complaint Form' //Contents for For the Media var menu4=new Array() menu4[0]='General Information' menu4[1]='Rule 4 - Rules of Professional Conduct' menu4[2]='Rule 5 - Missouri Attorney Disciplinary Process ' menu4[3]='Public Discipline Imposed since January 1, 2006' menu4[4]='Complaints Against Judges' //Contents for News var menu5=new Array() menu5[0]='General Information' //Contents for Links var menu6=new Array() menu6[0]='Missouri Supreme Court' menu6[1]='Casenet' menu6[2]='Missouri Rules of Professional Conduct (Rule 4)' menu6[3]='Missouri Rules for Disciplinary Proceedings (Rule 5)' menu6[4]='Missouri Rules for Mandatory Continuing Legal Education' menu6[5]='Missouri Supreme Court Rules' menu6[6]='Committees' menu6[7]='The Missouri Bar' menu6[8]='Missouri Legal Ethics Counsel' menu6[9]='Missouri IOLTA' menu6[10]='Missouri Public Defender Office' menu6[11]='Missouri Attorney General' menu6[12]='Better Business Bureau' menu6[13]='ABA - Center for Professional Responsibility' menu6[14]='ABA - Standard for Imposing Lawyer Sanctions' menu6[15]='Contact List for States’ Attorney Discipline Agencies' menu6[16]='National Organization of Bar Counsel' /////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="-500px" 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)