function setValue(inhalt) 
{
	document.getElementById("comment").value = document.getElementById("comment").value + inhalt + " ";
}
