function smiley(insert) {
  vzkaz = document.forms[0].elements['vzkaz'];
  vzkaz.value = vzkaz.value + ' ' + insert + ' ';
  vzkaz.focus();
}
