BLANK_IMAGE = 'images/b.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:"#000000", // color of the item border, if any shadow:"#DBD8D1", // color of the item shadow, if any bgON:"#19519B", // background color for the items bgOVER:"#000064" // background color for the item which is under mouse right now }, css:{ ON:"clsCMOn", // CSS class for items OVER:"clsCMOver" // CSS class for item which is under mouse } }; var MENU_ITEMS = [ {pos:[5,-10], itemoff:[0,80], leveloff:[25,0], style:STYLE, size:[22,80]}, {code:"BPRA", sub:[ {itemoff:[21,0]}, {code:"Wie?", "url":"wie.php", "target":"contentframe"}, {code:"Wat?", "url":"wat.php", "target":"contentframe"} ] }, {code:"Nieuws", sub:[ {itemoff:[21,0]}, {code:"Politiek", "url":"nieuws.php", "target":"contentframe"}, {code:"Foto's", "url":"fotoos.php", "target":"contentframe"} ] } , {code:"Agenda", sub:[ {itemoff:[21,0]}, {code:"Politieke", "url":"agenda.php?catid=1", "target":"contentframe"}, {code:"BPRA", "url":"agenda.php?catid=2", "target":"contentframe"} ] }, {code:"Verhuur", sub:[ {itemoff:[21,0]}, {code:"Zaal verhuur", "url":"verhuur.php", "target":"contentframe"} ] }, {code:"Referenties", "url":"referenties.php", "target":"contentframe"}, {code:"Contact", sub:[ {itemoff:[21,0]}, {code:"Contact", "url":"contact.php", "target":"contentframe"}, {code:"Route", "url":"route.php", "target":"contentframe"} ] } ];