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:"Die Regionalbischöfe", url:"/296.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Zu den Personen", url:"/296.php", target:"" }, {code:"Was ist ein Regionalbischof", url:"/298.php", target:"" }, {code:"Aufgaben ", url:"/300.php", target:"" } ] }, {code:"Das Büro", url:"/318.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Mitarbeitende", url:"/318.php", target:"" }, {code:"Öffnungszeiten und Kontakt", url:"/320.php", target:"" } ] }, {code:"Der Kirchenkreis", url:"/467.php", target:"" }, {code:"Aktuell", url:"/375.php", target:"" }, {code:"Termine", url:"/448.php", target:"" }, {code:"Pressemeldungen", url:"/315.php", target:"" }, {code:"Predigten", url:"/313.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Archiv", url:"/590.php", target:"" } ] }, {code:"Jahresempfang ", url:"/357.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Jahresempfang 2009", url:"/553.php", target:"" }, {code:"Jahresempfang 2007", url:"/425.php", target:"" }, {code:"Jahresempfang 2005", url:"/426.php", target:"" } ] }, {code:"Landessynodale", url:"/310.php", target:"" }, {code:"Mut zum Leben", url:"/304.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Stiftung "Mut zum Leben" ", url:"/304.php", target:"" }, {code:"Bilder zum Verkauf", url:"/308.php", target:"" }, {code:"Der Künstler E. Steinacker", url:"/306.php", target:"" } ] }, {code:"Links", url:"/441.php", target:"" } ];