function clearText(obj){
	if (obj.value == obj.defaultValue) obj.value = "";
}
