function highlight(field)
{
    field.focus();
    field.select();
    return true;
}
