document.forms[0].gebruikerstotal.value = 0
document.forms[0].gebruikerstotalpro.value = 0
document.forms[0].total.value = 0
document.forms[0].btw.value = 0
document.forms[0].installprice.value = 0
document.forms[0].instructieprijs.value = 0

document.forms[0].importWizzardPrice.value = 0
document.forms[0].importWizzardPriceHidden.value = 0

document.forms[0].installatie1.value = 0
document.forms[0].instructie1.value = 0
document.forms[0].gebruik1.value = 0
document.forms[0].gebruik2.value = 0
document.forms[0].gebruik3.value = 0
document.forms[0].gebruik4.value = 0

document.forms[0].gebruikpro1.value = 0
document.forms[0].gebruikpro2.value = 0
document.forms[0].gebruikpro3.value = 0
document.forms[0].gebruikpro4.value = 0

function blaai()

{

document.forms[0].btw.value = eval(document.forms[0].total.value) * 19 / 100;
document.forms[0].totaal.value = eval(document.forms[0].total.value) + eval(document.forms[0].btw.value);
document.forms[0].btw1.value = document.forms[0].btw.value  
document.forms[0].total1.value = document.forms[0].total.value 
document.forms[0].totaal1.value = document.forms[0].totaal.value 
document.forms[0].gebruikerstotal1.value = document.forms[0].gebruikerstotal.value
document.forms[0].gebruikerstotalpro1.value = document.forms[0].gebruikerstotalpro.value
document.forms[0].installprice1.value = document.forms[0].installprice.value
document.forms[0].instructieprijs1.value = document.forms[0].instructie.value
document.forms[0].importWizzardPriceHidden.value = document.forms[0].importWizzardPrice.value

}
