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:"St. Stephan ", url:"/st-stephan.php", target:"" }, {code:"Christuskirche", url:"/Christuskirche.php", target:"" }, {code:"St. Verena", url:"/st-verena.php", target:"" }, {code:"Versöhnerkirche", url:"/versoehnerkirche.php", target:"" }, {code:"St. Johannes", url:"/320.php", target:"" }, {code:"Evangelische Jugend", url:"/jugend.php", target:"" }, {code:"Kita St. Verena", url:"/347.php", target:"_blank" , sub:[ {style:SUB_STYLE}, {code:"Rückblick", url:"/349.php", target:"" }, {code:"Terminkalender", url:"/345.php", target:"" }, {code:"Schließtage", url:"/343.php", target:"" }, {code:"Pädagogische Konzeption", url:"/341.php", target:"" }, {code:"Anmeldeformular", url:"/344.php", target:"" }, {code:"Unsere Räumlichkeiten", url:"/346.php", target:"" } ] }, {code:"Kirchenmusik", url:"/musik.php", target:"" }, {code:"Veranstaltungen", url:"/286.php", target:"" } ];