﻿function selectText(eleId)
{
    document.getElementById(eleId).select();
}
