function goSelect(daform) { with(daform) { window.location=options[selectedIndex].value; // jump to that option's value } } function init () { //zoeken naar alle input velden var aInputs = document.getElementsByTagName('input'); for (var i = 0; i < aInputs.length; i++) { if (aInputs[i].className.indexOf('switch') >= 0) { //jeej, dit inputveld heeft de class switch aInputs[i].onclick = function() { switch_b(this); } switch_b(aInputs[i]); } } } function switch_b (button) { oValue = document.getElementById(button.value); oValue.style.visibility = (button.checked) ? 'visible' : 'hidden'; if (!button.checked) { var aInputs = oValue.getElementsByTagName('input'); for (var i = 0; i < aInputs.length; i++) { if (aInputs[i].type == "text" || aInputs[i].type == "password") aInputs[i].value = ''; } } } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i