// clear SMS check box
// clear SMS unsub box

function clear_mobile_op()
{
document.form.OPSMS_MASTER.checked = false;
document.form.OPSMS_UNSUB.checked = false;

}
