
function showA(dtype){
	document.getElementById('Ausgabenliste').style.display = dtype;	
	}