function MyFace(Smile) {
myComment = document.myForm.comment.value;
document.myForm.comment.value = myComment + Smile;
}
