function clearText(field) 
{
if (field.value != "") {
	field.value = "";
	}
}
