function ausgeben(){

temp1 = parseInt(0)
if	(document.form.checkbox1.checked)
	{temp1 = parseInt(document.form.checkbox1.value)}
	
temp1txt = ''
if	(document.form.checkbox1.checked)
	{temp1txt = document.form.checkbox1.id + " " + temp1 + "\n"}
		
temp2 = parseInt(0)
if	(document.form.checkbox2.checked)
	{temp2 = parseInt(document.form.checkbox2.value)}
	
temp2txt = ''
if	(document.form.checkbox2.checked)
	{temp2txt = document.form.checkbox2.id + " " + temp2 + "\n"}

temp3 = parseInt(0)
if	(document.form.checkbox3.checked)
	{temp3 = parseInt(document.form.checkbox3.value)}
	
temp3txt = ''
if	(document.form.checkbox3.checked)
	{temp3txt = document.form.checkbox3.id + " " + temp3 + "\n"}

temp4 = parseInt(0)
if	(document.form.checkbox4.checked)
	{temp4 = parseInt(document.form.checkbox4.value)}
	
temp4txt = ''
if	(document.form.checkbox4.checked)
	{temp4txt = document.form.checkbox4.id + " " + temp4 + "\n"}

temp5 = parseInt(0)
if	(document.form.checkbox5.checked)
	{temp5 = parseInt(document.form.checkbox5.value)}
	
temp5txt = ''
if	(document.form.checkbox5.checked)
	{temp5txt = document.form.checkbox5.id + " " + temp5 + "\n"}

temp6 = parseInt(0)
if	(document.form.checkbox6.checked)
	{temp6 = parseInt(document.form.checkbox6.value)}
	
temp6txt = ''
if	(document.form.checkbox6.checked)
	{temp6txt = document.form.checkbox6.id + " " + temp6 + "\n"}


temp7 = parseInt(0)
if	(document.form.checkbox7.checked)
	{temp7 = parseInt(document.form.checkbox7.value)}
	
temp7txt = ''
if	(document.form.checkbox7.checked)
	{temp7txt = document.form.checkbox7.id + " " + temp7 + "\n"}

temp8 = parseInt(0)
if	(document.form.checkbox8.checked)
	{temp8 = parseInt(document.form.checkbox8.value)}
	
temp8txt = ''
if	(document.form.checkbox8.checked)
	{temp8txt = document.form.checkbox8.id + " " + temp8 + "\n"}

temp9 = parseInt(0)
if	(document.form.checkbox9.checked)
	{temp9 = parseInt(document.form.checkbox9.value)}
	
temp9txt = ''
if	(document.form.checkbox9.checked)
	{temp9txt = document.form.checkbox9.id + " " + temp9 + "\n"}

temp10 = parseInt(0)
if	(document.form.checkbox10.checked)
	{temp10 = parseInt(document.form.checkbox10.value)}
	
temp10txt = ''
if	(document.form.checkbox10.checked)
	{temp10txt = document.form.checkbox10.id + " " + temp10 + "\n"}

temp11 = parseInt(0)
if	(document.form.checkbox11.checked)
	{temp11 = parseInt(document.form.checkbox11.value)}
	
temp11txt = ''
if	(document.form.checkbox11.checked)
	{temp11txt = document.form.checkbox11.id + " " + temp11 + "\n"}

temp12 = parseInt(0)
if	(document.form.checkbox12.checked)
	{temp12 = parseInt(document.form.checkbox12.value)}
	
temp12txt = ''
if	(document.form.checkbox12.checked)
	{temp12txt = document.form.checkbox12.id + " " + temp12 + "\n"}

temp13 = parseInt(0)
if	(document.form.checkbox13.checked)
	{temp13 = parseInt(document.form.checkbox13.value)}
	
temp13txt = ''
if	(document.form.checkbox13.checked)
	{temp13txt = document.form.checkbox13.id + " " + temp13 + "\n"}

temp14 = parseInt(0)
if	(document.form.checkbox14.checked)
	{temp14 = parseInt(document.form.checkbox13.value)}
	
temp14txt = ''
if	(document.form.checkbox14.checked)
	{temp14txt = document.form.checkbox14.id + " " + temp14 + "\n"}

temp15 = parseInt(0)
if	(document.form.checkbox15.checked)
	{temp15 = parseInt(document.form.checkbox15.value)}
	
temp15txt = ''
if	(document.form.checkbox15.checked)
	{temp15txt = document.form.checkbox15.id + " " + temp15 + "\n"}

temp16 = parseInt(0)
if	(document.form.checkbox16.checked)
	{temp16 = parseInt(document.form.checkbox16.value)}
	
temp16txt = ''
if	(document.form.checkbox16.checked)
	{temp16txt = document.form.checkbox16.id + " " + temp16 + "\n"}

temp17 = parseInt(0)
if	(document.form.checkbox17.checked)
	{temp17 = parseInt(document.form.checkbox17.value)}
	
temp17txt = ''
if	(document.form.checkbox17.checked)
	{temp17txt = document.form.checkbox17.id + " " + temp17 + "\n"}


temptext2 = temp1txt + temp2txt + temp3txt + temp4txt + temp5txt + temp6txt + temp7txt + temp8txt + temp9txt + temp10txt + temp11txt + temp12txt + temp13txt + temp14txt + temp15txt + temp16txt + temp17txt;

temptext = temp1txt + temp2txt + temp3txt + temp4txt + temp5txt + temp6txt + temp7txt + temp8txt + temp9txt + temp10txt + temp11txt + temp12txt + temp13txt + temp14txt + temp15txt + temp16txt + temp17txt;

tempall = temp1+temp2+temp3+temp4+temp5+temp6+temp7+temp8+temp9+temp10+temp11+temp12+temp13+temp14+temp15+temp16+temp17;


document.form1.ausgabefeld.value = temptext;
document.form1.preisbrutto.value = tempall;


  return
}

