function GetValidVal(oObj,sData)
{
  if (sData.length > 0)
    oObj.value = sData;
}

