// JavaScript Document

function checkspandoek(){
if (document.spandoeken.gebruik.value == "" || document.spandoeken.formaat.value == ""  || document.spandoeken.kwaliteit.value == "" || document.spandoeken.kleuren.value == "" || document.spandoeken.afwerking.value == "" || document.spandoeken.aantal.value == "" || document.spandoeken.naam.value == "" || document.spandoeken.adres.value == "" || document.spandoeken.postcode.value == "" || document.spandoeken.plaats.value == "" || document.spandoeken.telefoon.value == "" || document.spandoeken.fax.value == "" || document.spandoeken.email.value == "")
{
alert("Controleer uw gegevens");
return (false);
}
window.open ('bedankt.html','Bedankt','height=225,width=280,left=300,top=200,toolbar=no,menubar=no,scrollbars=no,resizable=no');
}
