function ClearDefaultKey(obj) {
    obj.value = '';
};
