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