//menu items
var MENU_ITEMS = [
  {pos:[210, 145], size:[25, 88], itemoff:[0, 87], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"DodgerBlue", shadow:"Silver", bgON:"LightGoldenrodYellow", bgOVER:"Yellow", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
    {code:"HOME", url:"index.htm"},
    {code:"SERVICES", 
      sub:[
      {size:[25, 108], itemoff:[24, 0], leveloff:[32, 1], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:2, shadow:0, color:{border:"YellowGreen", shadow:"#DBD8D1", bgON:"PaleGreen", bgOVER:"AliceBlue", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Experienced Staff", url:"about.htm"},
        {code:"Our Services", url:"services.htm"},
        {code:"Hearing Aids", url:"aids.htm"}
      ]},
    {code:"INFORMATION", 
      sub:[
      {size:[25, 108], itemoff:[24, 0], leveloff:[31, 2], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:2, shadow:0, color:{border:"YellowGreen", shadow:"#DBD8D1", bgON:"PaleGreen", bgOVER:"AliceBlue", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"About Us", url:"about.htm"},
        {code:"Hearing Loss", url:"information.htm"},
        {code:"Quick Self Test", url:"selftest.htm"},
        {code:"General Info", url:"information.htm"}
      ]},
    {code:"LOCATIONS", url:"locations.htm"},
    {code:"CONTACT US", url:"contact.php"},
    {code:"LINKS", url:"links.htm"}
];
