function clearField(obj, std_text) {
	if ($(obj).val()==std_text) {
        	$(obj).val('');
	}
}
