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