function ClearForm()
{
document.f1.bedrijfsnaam.value = "";
document.f1.adres.value = "";
document.f1.postcode.value = "";
document.f1.woonplaats.value = "";
document.f1.telefoon.value = "";
document.f1.telefax.value = "";
document.f1.keyword.value = "";
}

