// Functie voor snelzoeken
function removeStartText(obj) 
{
	if (obj.value != ""){
		obj.value = "";
	}
}




