function fAddieren()
{
	form=this.form1; // variiert bei browsern
	form.feldC.value=parseInt(form.feldA.value)+parseInt(form.feldB.value);
}
