function clear_textbox()
{
        if (document.sendsmnote.subject.value == "Enter Subject Here")
        document.sendsmnote.subject.value = "";
}

