if(TransMenu.isSupported()){
var ms=new TransMenuSet(TransMenu.direction.down,1,0,TransMenu.reference.bottomLeft)
var menuHOME=document.getElementById("menuHOME")
var menu0=ms.addMenu(document.getElementById("menu0"))
menu0.addItem("Mental Health Services","mentalhealth.html")
menu0.addItem("Drug/Alcohol Treatment","drugalcohol.html")
menu0.addItem("David Romprey Oregon Warmline","")
menu0.addItem("Lakeview Heights S-RTF","")
menu0.addItem("Problem Gambling Services","gambling.html")
menu0.addItem("Developmental Disabilities","dd.html")
var menu1=ms.addMenu(document.getElementById("menu1"))
menu1.addItem("Education","")
menu1.addItem("Intake Paperwork","")
<!--menu1.addItem("CCS News","news.html")-->
var submenu10=menu1.addMenu(menu1.items[0])
submenu10.addItem("Drugs And Their Consequences<br><i>Coming soon</i>","")
submenu10.addItem("Common Mental Health Concerns<br><i>Now learn about ADHD</i>","edmh.html")
submenu10.addItem("When a Crisis Occurs","crisis.html")
var submenu11=menu1.addMenu(menu1.items[1])
submenu11.addItem("Mental Health Treatment Application","mhapp.html")
submenu11.addItem("Alcohol/Drug Treatment Application<br><i>Also for Dual Diagnosis (Combined) Treatment</i>","adapp.html")
var submenu120=menu0.addMenu(menu0.items[2])
submenu120.addItem("Warmline Home","warmline.html")
submenu120.addItem("Press Releases and News","warmline_press.html")
submenu120.addItem("Downloads and Data","warmline_downloads.html")
submenu120.addItem("Toolkit and Consultation","warmline_toolkit.html")
submenu120.addItem("Make a Donation","store.html")
var submenu130=menu0.addMenu(menu0.items[3])
submenu130.addItem("Lakeview Heights Home","lakeview.html")
submenu130.addItem("Equine Assisted Therapy","lvh_equine.html")
submenu130.addItem("Meet the Horses","lvh_horses.html")
submenu130.addItem("Support a Horse","store.html")
var menu2=ms.addMenu(document.getElementById("menu2"))
menu2.addItem("<i><u>These are off-site links</u></i>","")
menu2.addItem("Department of Human Services","http://www.oregon.gov/DHS")
menu2.addItem("Greater Oregon Behavioral Health (GOBHI)","http://www.gobhi.org")
menu2.addItem("Oregon Health Plan (OHP)","http://www.oregon.gov/DHS/healthplan")
menu2.addItem("Public Health","http://www.oregon.gov/DHS/ph")
menu2.addItem("Community Action Program&mdash;East Central Oregon","http://www.capeco-works.org")
menu2.addItem("Eastern Oregon Developmental Disability Resources","http://www.eoddr.com")
var menu3=ms.addMenu(document.getElementById("menu3"))
menu3.addItem("Office Locations / Contact Us","locations.html")
menu3.addItem("Our History","history.html")
menu3.addItem("Employment Opportunities","employment.html")
menu3.addItem("Privacy Practices","privacy.html")
menu3.addItem("Website and Technical Information","webinfo.html")
TransMenu.renderAll()}

