function AddForm(form)
{
document.defter.yorum.value = document.defter.yorum.value + form
document.defter.yorum.focus();
}
