﻿function resetValue(txtBlock, txtLot, txtAddress, txtOwner) {
    //alert(txtLot);
    txtBlock.value = '';
    txtLot.value = '';
    txtAddress.value = '';
    txtOwner.value = '';
    return false;

}