function setBox(box,theClass)
{
	box.value = "";
	box.className = theClass;
}