/* Fuellt das Value aus */

function newValue(func,art) {
	document.getElementById(art).value = func;	
}
