// JavaScript Document
function leeren(text){
 if(text.defaultValue==text.value){ text.value=""; }
}
function P91Captcha(sid){
	var pas = new Image();
	var heuri = new Date();
	pas.src="captcha_form.php?x="+heuri.getTime()+sid;
	document.getElementById("P91Captcha").src=pas.src;
}