function clearText(thefield){
	if (thefield.defaultValue==thefield.value)
		thefield.value = ""
		if (thefield.name=="password")
		thefield.type = "password"
} 
