
function clearbox(thebox)
	{
  	thebox.value = "";
	}

