
<!--
function clearText(thefield){
	if (thefield.defaultValue==thefield.value)
	thefield.value = "";

	if (thefield.defaultValue==thefield.value)
	thefield.style.color = "#A4B5C4";
	else
	thefield.style.color = "#000000";
} 
//-->
