function tSelectAll(t)
{
    t.focus();
    t.select();
}
