function maakLeeg(item){
	item.value='';
}

function url(link){
	window.location.href=link;
}