function ClearForm()
{
document.f2.adres.value = "";
document.f2.postcode.value = "";
document.f2.plaats.value = "";
document.f2.telefoon.value = "";
document.f2.telefax.value = "";
document.f2.keyword.value = "";
document.f2.ftskeyword.value = "";
}

