function clearValue(source, original) {
	if (original == source.value) {
		source.value = "";
		source.style.color = "black";
	}
}