//menu items
var RelLeft = document.getElementById("tab1").offsetLeft;
var RelTop = document.getElementById("tab1").offsetTop+document.getElementById("tab1").offsetHeight+3;
var MENU_ITEMS = [
  {pos: [RelLeft,RelTop], size:[25, 128], itemoff:[0, 127], leveloff:[0, 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:"Products & Services", 
      sub:[
      {size:[25, 223], itemoff:[24, 0], leveloff:[24, 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:"Tool Design & Manufacture", url:"presstools.php?title=Tool Design And Manufacture"},
        {code:"Tool Express Repair & Modification", url:"toolrepair.php?title=Tool Express Repair And Modification"},
        {code:"Tryout Facilities", url:"tryout.php?title=Tool Tryout Facilities"},
        {code:"Short Run Press Facilities", url:"shortrunpress.php?title=Short Run Press Tool Facilities"},
        {code:"Production Machinery", url:"productionmachinery.php?title=Production Machinery"},
        {code:"Prototype Parts Production", url:"prototype.php?title=Prototype Parts Production"},
        {code:"CMM Inspection Services", url:"cmminspection.php?title=CMM Tool Inspection Services"},
        {code:"Reverse Engineering", url:"reverseengineering.php?title=Reverse Engineering"},
        {code:"CNC Machining/Milling", url:"cncmachining.php?title=CNC Machining/Milling"},
        {code:"Industries We Supply To", 
          sub:[
          {size:[22, 150], itemoff:[21, 0], leveloff:[0, 148], 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:"Automotive Industry", url:"automotive.php?title=Automotive Industry"},
            {code:"Electronics Industry", url:"electronics.php?title=Electronics Industry"},
            {code:"Building Industry",url:"building.php?title=Building Industry"},
            {code:"Service Industry", url:"service.php?title=Service Industry"},
            {code:"Other Industries", url:"others.php?title=Other Industries"}
          ]}
      ]},

    {code:"About Us", 
      sub:[
      {size:[22, 136], itemoff:[21, 0], leveloff:[24, 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:"Our History", url:"history.php"},
        {code:"Our Commitment", url:"commitment.php"},
        {code:"Meet The Staff", url:"thestaff.php"},
        {code:"Contact Us", url:"contact.php"}
      ]}
];