function emoticon(emot) 
{
document.myform.tresc.value += emot;
}
