function getObj(objId){
  if(document.getElementById)
    return document.getElementById(objId);
  return document.all(objId);
}