function calculate(){
var totaal        = 0
var exbtw         = 0
var btw           = 0
var verzendkosten = 3
totaal = totaal + document.shop.C_RBC701.value * 15.00
totaal = totaal + document.shop.C_RBC703.value * 15.00
totaal = totaal + document.shop.C_RBC705.value * 15.00
totaal = totaal + document.shop.C_RBC707.value * 15.00
totaal = totaal + document.shop.C_RBC715.value * 15.00
totaal = totaal + document.shop.C_RBC719.value * 15.00
totaal = totaal + document.shop.C_RBC720.value * 15.00
totaal = totaal + document.shop.C_RBC721.value * 15.00
totaal = totaal + document.shop.C_RBC751.value * 25.00
totaal = totaal + document.shop.C_RBC253.value * 25.00
totaal = totaal + document.shop.C_RBC731.value * 15.00
totaal = totaal + document.shop.C_RBC261.value * 25.00
totaal = totaal + document.shop.C_R101.value * 12.50
totaal = totaal + document.shop.C_RBC101.value * 29.50
totaal = totaal + document.shop.C_R101CD.value * 19.50
totaal = totaal + document.shop.C_RBC004.value * 11.00
totaal = totaal + document.shop.C_RBC102.value * 29.50
totaal = totaal + document.shop.C_R102.value * 12.50
totaal = totaal + document.shop.C_R102CD.value * 19.50
totaal = totaal + document.shop.C_R103.value * 12.50
totaal = totaal + document.shop.C_R104.value * 12.50
totaal = totaal + document.shop.C_HKC.value * 14.00
totaal = totaal + document.shop.C_HKG.value * 14.00
totaal = totaal + document.shop.C_R155.value * 9.80
totaal = totaal + document.shop.C_R162.value * 8.70
totaal = totaal + document.shop.C_R140.value * 8.50
totaal = totaal + document.shop.C_R601.value * 5.70
totaal = totaal + document.shop.C_R620.value * 5.30
totaal = totaal + document.shop.C_R621.value * 6.60
totaal = totaal + document.shop.C_R163.value * 7.90
totaal = totaal + document.shop.C_R301.value * 12.00
totaal = totaal + document.shop.C_R302.value * 9.00
totaal = totaal + document.shop.C_R303.value * 12.00
totaal = totaal + document.shop.C_R304.value * 9.00
totaal = totaal + document.shop.C_R311.value * 9.00
totaal = totaal + document.shop.C_R325.value * 9.00
totaal = totaal + document.shop.C_R321.value * 9.00
totaal = totaal + document.shop.C_R322.value * 9.00
totaal = totaal + document.shop.C_R323.value * 9.00
totaal = totaal + document.shop.C_R330.value * 10.50
totaal = totaal + document.shop.C_M2013.value * 30.00
totaal = totaal + document.shop.C_R210A.value * 9.00
totaal = totaal + document.shop.C_R210B.value * 9.00
totaal = totaal + document.shop.C_R210CD.value * 4.50
totaal = totaal + document.shop.C_R211.value * 15.00
totaal = totaal + document.shop.C_R212.value * 9.00
totaal = totaal + document.shop.C_R301A.value * 12.00
totaal = totaal + document.shop.C_R303A.value * 12.00
totaal = totaal + document.shop.C_R215.value * 7.20
totaal = totaal + document.shop.C_R216A.value * 9.00
totaal = totaal + document.shop.C_R216B.value * 10.50
totaal = totaal + document.shop.C_R205.value * 10.50
totaal = totaal + document.shop.C_R251.value * 11.20
totaal = totaal + document.shop.C_R501.value * 10.50
totaal = totaal + document.shop.C_HK3.value * 15.50
totaal = totaal + document.shop.C_SBC001.value * 15.50
totaal = totaal + document.shop.C_SBC002.value * 15.50
totaal = totaal + document.shop.C_SBC003.value * 15.50
totaal = totaal + document.shop.C_SBC004.value * 15.50

  exbtw = eval(totaal) / (1 + (6/100))
  btw   = eval(totaal) - eval(exbtw)
  if (totaal != "0"){
 	totaal = totaal + verzendkosten
 }
 document.shop.Tebetalen.value     = totaal
 document.shop.exbtw.value         = exbtw
 document.shop.btw.value           = btw
 document.shop.verzendkosten.value = verzendkosten
}
