function image(what){
val="";
val = f1.tmsg.value;
if (what =="star1") {
retimage=":نجمة:";
} else if (what =="flower1") {
retimage=":وردة:";
} else if (what =="flower2") {
retimage=":زهرة:";
} else if (what =="flower3") {
retimage=":زهر:";
} else if (what =="heart1") {
retimage=":قلب:";
} else if (what =="bfly1") {
retimage=":فراشة:";
} else if (what =="laugh1") {
retimage=":ضحكة:";
} else if (what =="mad1") {
retimage=":غضب:";
} else if (what =="sad1") {
retimage=":(";
} else if (what =="roll1") {
retimage=":عجب:";
} else if (what =="smile1") {
retimage=":)";
} else if (what =="sun1") {
retimage=":شمس:";
} else if (what =="thumb1") {
retimage=":إبهام:";
} else if (what =="tulip1") {
retimage=":زنبقة:";
} else if (what =="tongue1") {
retimage=":p";
}
f1.tmsg.value = val + retimage ;
f1.tmsg.focus();
}
