function confirmDeleteItem(amt, str) {
	return confirm(amt + ' x "' + str + '"\n\n aus dem Warenkorb nehmen?');
}