function Einfuegen(funktion)
{
	document.formular.text.value+=funktion+" ";
	document.formular.text.focus();
}
