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:"Unsere Gemeinde", url:"/354.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Geschichte", url:"/geschichte.php", target:"" }, {code:"Paul-Gerhardt-Kirche", url:"/paulgerhardtkirche.php", target:"" }, {code:"Dietrich-Bonhoeffer-Haus", url:"/dietrichbonhoefferhaus.php", target:"" } ] }, {code:"Gottesdienst", url:"/312.php", target:"" }, {code:"Veranstaltungen", url:"/veranstaltungen.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Ökumenischer Gesprächskreis", url:"/328.php", target:"" } ] }, {code:"Konfi-Seite", url:"/325.php", target:"" }, {code:"Kirchenvorstandswahl 2012", url:"/370.php", target:"" }, {code:"Gruppen und Kreise", url:"/316.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Kirchenchor", url:"/Kirchenchor.php", target:"" }, {code:"Posaunenchor", url:"/341.php", target:"" }, {code:"Seniorentanz", url:"/333.php", target:"" } ] }, {code:"Pfarramt", url:"/pfarramt.php", target:"" }, {code:"Bilder", url:"/318.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Sep. 09: Gemeinde Unterwegs", url:"/322.php", target:"" }, {code:"Juli 09: Besuch aus Übersee", url:"/320.php", target:"" } ] } ];