function Smile(what)
{
  document.forms.formular.text.focus();
  document.forms.formular.text.value=document.forms.formular.text.value+what;
}