	function switching(field,neu)
	{
		var e = document.getElementById(field); 
		e.value=neu;
		document.editPage.submit();
	}
