function menuRollover(id) { document.getElementById("link" + id).style.backgroundImage = 'url("/site/images/static/arrowdown.gif")'; document.getElementById("linktd" + id).style.backgroundColor = '#E4F3FE'; if (document.getElementById("table" + id)) { if (document.getElementById("table" + id).style.display == "block") document.getElementById("table" + id).style.display = "none"; else document.getElementById("table" + id).style.display = "block"; } } function popup(href, toolbar) { if (!toolbar) toolbar == '0'; window.open (href, 'mijnVenster','resizable=1,status=1,menubar=0,toolbar=' + toolbar + ',scrollbars=2, width=550 ,height=500'); } function popupbatch(href) { window.open (href, 'mijnVenster','resizable=1,status=1,menubar=1,scrollbars=2, width=340 ,height=145'); }