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:"Konzerte", url:"/326.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Konzertkarten", url:"/404.php", target:"" }, {code:"Konzertprogramm Abo", url:"/478.php", target:"" }, {code:"Konzerteindrücke", url:"/438.php", target:"" , sub:[ {style:SUB_STYLE}, ] }, {code:"Archiv", url:"/480.php", target:"" , sub:[ {style:SUB_STYLE}, ] } ] }, {code:"Gottesdienste", url:"/339.php", target:"" , sub:[ {style:SUB_STYLE}, ] }, {code:"Presse/Medien", url:"/338.php", target:"" }, {code:"Chöre", url:"/449.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Großer Chor", url:"/342.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Stimmbildung", url:"/467.php", target:"" }, {code:"Probenplan", url:"/381.php", target:"" }, {code:"Chorzeitung", url:"/463.php", target:"" }, {code:"Bildergalerie", url:"/382.php", target:"" } ] }, {code:"Capellchor", url:"/456.php", target:"" }, {code:"Kleine Kantorei", url:"/459.php", target:"" }, {code:"Kinderchor", url:"/387.php", target:"" , sub:[ {style:SUB_STYLE}, ] } ] }, {code:"Il concerto piccolo", url:"/344.php", target:"" }, {code:"Dekanatskantor", url:"/374.php", target:"" , sub:[ {style:SUB_STYLE}, ] }, {code:"Orgeln", url:"/340.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Orgel", url:"/392.php", target:"" }, {code:"Truhenorgel", url:"/394.php", target:"" }, {code:"Geschenktipp", url:"/341.php", target:"" } ] }, {code:"Tonstudio", url:"/446.php", target:"" }, {code:"Förderkreis", url:"/345.php", target:"" }, {code:"Jahresprogramm-Abo", url:"/478.php", target:"" }, {code:"Weiterführende Links", url:"/402.php", target:"" } ];