function emoticon_onclick(f, num) {
  if (!f) f = document.emoticon_form;
	document.phone_ui.frm_send_sms.txt_contents.value = f.contents[num-1].value;
	document.phone_ui.char_count();
}

function search_submit()
{
	if(emoti_search.keyword.value == "")
	{
		alert("\n °Ë»öÇÒ ´Ü¾î¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä \n\n");
		emoti_search.keyword.focus();
		return false;
	}

}

