//menu items
var MENU_ITEMS = [
  {pos:[19, 20], size:[25, 90], itemoff:[0, 89], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"White", bgOVER:"#007321", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
    {code:"Home", url:"index.php", target:"'_self'"},
    {code:"Über Uns", target:"'_self'", 
      sub:[
      {size:[25, 180], itemoff:[24, 0], leveloff:[26, 1], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#007321", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Unser Team", url:"index.php?id=team", target:"'_self'"},
        {code:"Unser Betrieb", url:"index.php?id=betrieb", target:"'_self'"},
        {code:"Naturparkgemeinde Gasen", url:"index.php?id=gasen", target:"_self"},
		{code:"Naturpark Almenland", url:"index.php?id=almenland", target:"'_self'"}
      ]},
    {code:"Freizeit", target:"'_self'", 
      sub:[
      {size:[25, 180], itemoff:[25, 0], leveloff:[26, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#007321", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Sommersport", url:"index.php?id=sommersport", target:"'_self'"},
        {code:"Wintersport", url:"index.php?id=wintersport", target:"'_self'"},
        {code:"Wellness", url:"index.php?id=wellness", target:"'_self'"},
		{code:"Ausflugsziele", url:"index.php?id=ausfluege", target:"'_self'"},
      ]},
    {code:"Hotel", target:"'_self'", 
      sub:[
      {size:[26, 180], itemoff:[25, 0], leveloff:[26, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#007321", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Unsere Zimmer", url:"index.php?id=zimmer", target:"'_self'"},
        {code:"Zimmerpreise", url:"index.php?id=preise", target:"'_self'"},
		{code:"Almo-Genusswirt", url:"index.php?id=genusswirt", target:"'_self'"},
        {code:"Urlaubspakete", url:"index.php?id=urlaubspakete", target:"'_self'"},
		{code:"Reisegruppen", url:"index.php?id=reisegruppen", target:"'_self'"},
        {code:"Online Zimmerbuchung", url:"index.php?id=buchung", target:"'_self'"}
      ]},
    {code:"Foto-Galerie", url:"index.php?id=fotos", target:"'_self'"},
    {code:"Kontakt", 
      sub:[
      {size:[26, 180], itemoff:[25, 0], leveloff:[26, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#007321", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Anfahrtplan", url:"index.php?id=anfahrt", target:"'_self'"},
        {code:"Online Zimmerbuchung", url:"index.php?id=buchung", target:"'_self'"},
        {code:"Link-Seite", url:"index.php?id=links", target:"'_self'"}
      ]},
    {code:"Gästebuch", url:"index.php?id=guestbook", target:"'_self'"}
];

