function GetObj(obj)
{
  return ((document.getElementById) ? document.getElementById(obj) : eval("document.all[" + obj + "]"));
}
