function HideFlashPopup(){}function onclickNieuwsbrief(){var a=document.getElementById("nlemail").value;if(a!="voer uw e-mailadres in"){if(gNLUrl!=""){location.href=gNLUrl}else{location.href="/cgi/register.cgi?site="+gSite+";task=send;email="+encodeURIComponent(a)+";format=html"}}return false}function onkeyNieuwsbrief(a){return ifEnter(a,onclickNieuwsbrief)}function ifEnter(c,b){var a;if(window.event){a=window.event.keyCode}else{if(c){a=c.which}else{return true}}if(a==13){b();return false}return true}function ddGoTo(b){if(b.selectedIndex){if(inCMS()){parent.xcmsGoto(b.value)}else{var a=b.value;if(!/^(\/|\w+:)/.test(a)){a="/"+a}location.href=a}}};