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:"Ansprechpartnerinnen", url:"/289.php", target:"" }, {code:"Verwaltungsstelle", url:"/323.php", target:"" }, {code:"Gesamtkirchengemeinde", url:"/325.php", target:"" }, {code:"Aufgabengebiete", url:"/321.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Buchhaltung", url:"/327.php", target:"" }, {code:"Personalwesen", url:"/330.php", target:"" }, {code:"Meldewesen", url:"/332.php", target:"" }, {code:"Kindergartenverwaltung", url:"/338.php", target:"" }, {code:"Bauverwaltung", url:"/350.php", target:"" }, {code:"Versicherungswesen", url:"/352.php", target:"" }, {code:"Dorfhelferinnenstation", url:"/354.php", target:"" }, {code:"EDV - und Internet", url:"/356.php", target:"" }, {code:"Immobilienprojekt", url:"/358.php", target:"" }, {code:"Sonstige Aufgabenbereiche", url:"/335.php", target:"" } ] }, {code:"Kindertagesstätten", url:"http://www.e-kirche.de/kindergaerten-kga-ku", target:"_blank" , sub:[ {style:SUB_STYLE}, {code:"Verwaltung Kindergärten", url:"/338.php", target:"" } ] }, {code:"Gremium", url:"/GKV.php", target:"" }, {code:"Mitarbeitervertretung", url:"/365.php", target:"_blank" }, {code:"kirchliche Links", url:"/343.php", target:"" }, {code:"Lageplan", url:"/345.php", target:"" } ];