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:"Der Dritte Weg", url:"/dritterweg.php", target:"" }, {code:"Die ARK", url:"/ark.php", target:"" , sub:[ {style:SUB_STYLE}, ] }, {code:"ARR-Gesetz", url:"/535.php", target:"" }, {code:"DiVO und TV-L", url:"/454.php", target:"" }, {code:"AVR-Bayern", url:"/avr-bayern.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Häufige Fragen", url:"/422.php", target:"" } ] }, {code:"Mitglieder", url:"/Mitglieder.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Stellvertretende Mitglieder", url:"/Stellvertreter.php", target:"" , sub:[ {style:SUB_STYLE}, ] } ] }, {code:"Beschlüsse", url:"/402.php", target:"" }, {code:"Presse", url:"/Presse.php", target:"" , sub:[ {style:SUB_STYLE}, {code:"Kontakt", url:"/388.php", target:"" }, {code:"Presseverteiler", url:"/398.php", target:"" } ] }, {code:"Termine", url:"/Termine.php", target:"" }, {code:"Links", url:"/Links.php", target:"" } ];