function highlight(field)
{
  field.style.border="1px solid black";
}

function deHighlight(field)
{
  field.style.border="1px solid white";
}