﻿


function ClearText(elm) {
    document.getElementById(elm).value = "";
}
