function Smile(what)
{
  document.postgb.msg.focus();
  document.postgb.msg.value=document.postgb.msg.value+what;
}