입력한 전화번호로 SMS를 발송한다.
function btn_sendsms_on_mouseup(objInst) { mobil_basic.sendsms("010-0000-0000", "연락 바랍니다."); }