function updateWarenkorb(anHashID){
	document.formula.updateHashID.value = anHashID;
	document.formula.updateAnzahl.value = document.getElementsByName("anz" + anHashID)[0].value;
	document.formula.formAction.value = "updateArt";
	document.formula.submit();
}
