﻿Form = {
    removeText: function (obj, text) {
        if (obj.value == text)
            obj.value = '';
    }
}
