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:"Veranstaltungen", url:"/286.php", target:"" }, {code:"Angebote", url:"/294.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Für alle", url:"/302.php", target:"" }, {code:"Für Kinder", url:"/303.php", target:"" }, {code:"Für Jugendliche", url:"/304.php", target:"" }, {code:"Für Frauen", url:"/305.php", target:"" }, {code:"Für Männer", url:"/306.php", target:"" }, {code:"Für Senioren", url:"/307.php", target:"" } ] }, {code:"Informationen", url:"/310.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Taufe", url:"/321.php", target:"" }, {code:"Konfirmation", url:"/313.php", target:"" }, {code:"Trauung", url:"/316.php", target:"" }, {code:"Beerdigung", url:"/318.php", target:"" } ] }, {code:"Nachrichten", url:"/266.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Bayerisches Sonntagsblatt", url:"/268.php", target:"" }, {code:"idea-Nachrichtenportal", url:"http://www.idea.de/", target:"_blank" }, {code:"Pro-Medienmagazin", url:"http://www.pro-medienmagazin.de/", target:"_blank" }, {code:"epd-Pressedienst", url:"http://www.epd.de/", target:"_blank" }, {code:"Jesus.de", url:"http://www.jesus.de", target:"_blank" }, {code:"Chrismon-Magazin", url:"http://www.chrismon.de", target:"_blank" } ] } ];