
function ClearArea(inputObj, ID) { 
    inputObj.value = "";
    document.getElementById(ID).value="0";
}

