function highlightRegio(regioName){document.getElementById('regioDr').style.fontWeight='normal';document.getElementById('regioFr').style.fontWeight='normal';document.getElementById('regioGr').style.fontWeight='normal';document.getElementById('regioNb').style.fontWeight='normal';document.getElementById('regioOv').style.fontWeight='normal';document.getElementById('regioZl').style.fontWeight='normal';document.getElementById('regioFl').style.fontWeight='normal';document.getElementById('regioGl').style.fontWeight='normal';document.getElementById('regioLb').style.fontWeight='normal';document.getElementById('regioNh').style.fontWeight='normal';document.getElementById('regioUt').style.fontWeight='normal';document.getElementById('regioZh').style.fontWeight='normal';document.getElementById(regioName).style.fontWeight='normal'}
function switchPageList(){if(document.getElementById('showPages').style.visibility=='visible'){document.getElementById('showPages').style.visibility='hidden';document.getElementById('showBalk').style.visibility='visible'}else{document.getElementById('showPages').style.visibility='visible';document.getElementById('showBalk').style.visibility='hidden'}}
function bookmark(title,url){if(window.sidebar){window.sidebar.addPanel(title,url,'http:www.uw-adres.nl')}else if(window.opera&&window.print){var elem=document.createElement('a');elem.setAttribute('href',url);elem.setAttribute('title',title);elem.setAttribute('rel','sidebar');elem.click()}else if(document.all)window.external.AddFavorite(url,title)}