//variables
var POS1 = "relative";
var CSS1 = {ON:'clsCMOn', OVER:'clsCMOver'};
//menu items
var MENU_ITEMS = [
  {pos:POS1, size:[22, 148], itemoff:[0, 147], leveloff:[0, 0], delay:1, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#FFFFFF", shadow:"#FFFFFF", bgON:"#DDDDDD", bgOVER:"#346453", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:CSS1}}, 
    {code:"HOME", url:"index.html", format:{size:[22, 37]}},
    {code:"ABOUT US", url:"aboutus.html", format:{size:[22, 57], itemoff:[0, 36]}},
    {code:"PRODUCT INFORMATION", url:"productinfo.html", format:{size:[22, 122], itemoff:[0, 56]}, 
      sub:[
      {size:[22, 80], itemoff:[0, 79], leveloff:[19, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"INSTALLATION", url:"installation.html"},
        {code:"LINEAR", url:"linear.html"},
        {code:"CIRCULAR", url:"circular.html"},
        {code:"CATTERIES", url:"catteries.html"},
        {code:"COMPONENTS", url:"care.html"}
      ]},
    {code:"RESEARCH & DEVELOPMENT", url:"research.html", format:{size:[22, 140], itemoff:[0, 121]}},
    {code:"ADDITIONAL PRODUCTS", format:{size:[22, 125], itemoff:[0, 139]}, 
      sub:[
      {size:[22, 80], itemoff:[0, 79], leveloff:[19, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"KENNELMAID", url:"kennelmaid.html"},
        {code:"BATHS + BEDS", url:"bedsbaths.html"},
        {code:"CONSULTANCY", url:"consultancy.html"}
      ]},
    {code:"CASE STUDY", url:"casestudies.html", format:{size:[22, 70], itemoff:[0, 124]}},
    {code:"CONTACT", url:"contact.html", format:{size:[22, 55], itemoff:[0, 69]}}
];