function clearInput(obj) {
    obj.value="";
    obj.onclick="";
}
