function doClear(theText,defaultValue) {
	if (theText.value == defaultValue) {
	theText.value = ""
	}
}



