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:"Gemeindeteam", url:"/gemeindeteam.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Pfarrer", url:"/pfarrer.php", target:"" }, {code:"Religionspädagogin", url:"/religionspaedagogin.php", target:"" }, {code:"Kirchenmusikerin", url:"/kirchenmusikerin.php", target:"" }, {code:"Sekretärinnen", url:"/sekretaerinnen.php", target:"" }, {code:"Kirchenvorstand", url:"/kirchenvorstand.php", target:"" }, {code:"Mesner", url:"/mesner.php", target:"" }, {code:"Hausmeister", url:"/hausmeister.php", target:"" }, {code:"Reinigung", url:"/reinigung.php", target:"" }, {code:"Webmaster", url:"/webmaster.php", target:"" } ] }, {code:"Gemeindeleben", url:"/Gemeindeleben.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Kinder", url:"/kinder.php", target:"" }, {code:"Geselliges", url:"/geselliges.php", target:"" }, {code:"Senioren", url:"/senioren.php", target:"" }, {code:"Bibelkreis", url:"/bibelkreis.php", target:"" }, {code:"Taizé", url:"/taize.php", target:"" }, {code:"Freizeiten", url:"/freizeiten.php", target:"" }, {code:"Musik", url:"/musik.php", target:"" }, {code:"Yoga u. Qi-Gong", url:"/yoga.php", target:"" }, {code:"Geistliche Begleitung", url:"/geistlichebegleitung.php", target:"" }, {code:"Diakonie", url:"/diakonie.php", target:"" }, {code:"Gastgemeinden", url:"/gastgemeinden.php", target:"" } ] }, {code:"Unsere Kirchen", url:"/unserekirchen.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Hoffnungskirche", url:"/Hoffnungskirche.php", target:"" }, {code:"Michaelskirche", url:"/Michaelskirche.php", target:"" } ] }, {code:"Taufe, Hochzeit", url:"/taufe_hochzeit.php", target:"" }, {code:"Beerdigung", url:"/beerdigung.php", target:"" }, {code:"Konfirmation", url:"/konfirmation.php", target:"" }, {code:"Jugendarbeit", url:"/jugendarbeit.php", target:"" }, {code:"h@llelu.ja", url:"/h@lleluja.php", target:"" }, {code:"El Salvador", url:"/elsalvador.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Bilder", url:"/bilder.php", target:"" }, {code:"Patenschaften", url:"/Patenschaften.php", target:"" } ] }, {code:"Kircheneintritt", url:"/kircheneintritt.php", target:"" }, {code:"Kindergarten", url:"/kindergarten.php", target:"" }, {code:"Veranstaltungen", url:"/veranstaltungen.php", target:"" }, {code:"Blog", url:"/blog.php", target:"" }, {code:"Links", url:"/links.php", target:"" } ];