//variables
var STYLE1 = {border:1, shadow:2, color:{border:"#FF8000", shadow:"#DBD8D1", bgON:"#FFDBB8", bgOVER:"#FFC68C", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}};
//menu items
var MENU_ITEMS = [
  {pos:[12, 280], size:[25, 125], itemoff:[24, 0], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:STYLE1}, 
    {code:"Home", url:"index.html", 
      sub:[
      {size:[25, 80], itemoff:[21, 0], leveloff:[11, 110], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#FF8000", shadow:"#DBD8D1", bgON:"#FFDBB8", bgOVER:"#FFC68C", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Nederlands", url:"index.html"},
        {code:"English", url:"en/index.html"}
      ]},
    {code:"Homeopathie", url:"homeopathie.html"},
    {code:"Orthomoleculaire therapie", format:{size:[40, 125]}, 
      sub:[
      {size:[25, 80], itemoff:[21, 0], leveloff:[11, 110], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#FF8000", shadow:"#DBD8D1", bgON:"#FFDBB8", bgOVER:"#FFC68C", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Uitleg", url:"UitlegOrthomoleculair.html"},
        {code:"Therapie", url:"therapie.html", 
          sub:[
          {size:[25, 116], itemoff:[21, 0], leveloff:[9, 60], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#FF8000", shadow:"#DBD8D1", bgON:"#FFDBB8", bgOVER:"#FFC68C", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
            {code:"Overzicht", url:"therapie.html"},
            {code:"Cholesterol", url:"chlorestorol.html"},
            {code:"Ziekte van Behcet", url:"behcet.html"},
            {code:"Multiple Sclerose", url:"multiplesclerosis.html"},
            {code:"Vitamine B3", url:"VitamineB3.html"},
            {code:"Vitamine C", url:"VitamineC.html"},
            {code:"Vitamine D3", url:"VitamineD3.html"}
          ]},
        {code:"Artikelen", url:"artikelen.html", 
          sub:[
          {size:[25, 166], itemoff:[24, 0], leveloff:[10, 60], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#FF8000", shadow:"#DBD8D1", bgON:"#FFDBB8", bgOVER:"#FFC68C", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
            {code:"Overzicht", url:"artikelen.html"},
            {code:"Medische misleidingen", url:"Begeerte.html"},
            {code:"Onwetenschappelijk", url:"onwetenschappelijk.html"},
            {code:"De gevaren van medicijnen", url:"gevaargeneesmiddelen.html"},
            {code:"Melk", url:"melk.html"},
            {code:"Borstvoeding", url:"borstvoeding.html"},
            {code:"De Aesculaap", url:"Aesculaap.html"}
          ]}
      ]},
    {code:"Over J. Beunk", url:"carriere.html", format:{itemoff:[39, 0]}},
    {code:"Contact", url:"contact.html"}
];


