BLANK_IMAGE = '/Layout/shim.gif'; var STYLE = { border:0, // item's border width, pixels; zero means "none" shadow:0, // item's shadow size, pixels; zero means "none" color:{ border:"", // color of the item border, if any shadow:"", // color of the item shadow, if any bgON:"", // background color for the items bgOVER:"" // background color for the item which is under mouse right now }, css:{ ON:"menuOff", // CSS class for items OVER:"menuOn" // CSS class for item which is under mouse } }; var SUB_STYLE = { border:0, // item's border width, pixels; zero means "none" shadow:0, // item's shadow size, pixels; zero means "none" color:{ border:"", // color of the item border, if any shadow:"", // color of the item shadow, if any bgON:"", // background color for the items bgOVER:"" // background color for the item which is under mouse right now }, css:{ ON:"submenuOff", // CSS class for items OVER:"submenuOn" // CSS class for item which is under mouse } }; var MENU_ITEMS = [ {pos:[4,150], itemoff:[26,0], leveloff:[10,155], style:STYLE, size:[26,188]}, {code:"Startseite", url:"/index.php", target:"" }, {code:"Rund ums Haus", url:"/306.php", target:"" }, {code:"Hier finden Sie uns", url:"/344.php", target:"" }, {code:"Freie Plätze", url:"/384.php", target:"" }, {code:"Hausbeschreibung", url:"/350.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Räume", url:"/350.php", target:"_blank" }, {code:"Team", url:"/305.php", target:"" }, {code:"Medien und Leihgeräte", url:"/309.php", target:"" }, {code:"Ihr leibliches Wohl", url:"/310.php", target:"" }, {code:"Bildergalerie", url:"/372.php", target:"" } ] }, {code:"Preise", url:"/Preise_Weihermuehle.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"2009", url:"/Preise_Weihermuehle.php", target:"_blank" } ] }, {code:"Formulare", url:"/337.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"zum Downloaden", url:"/378.php", target:"" } ] }, {code:"Gästebuch", url:"/363.php", target:"" } ];