/**
* Pobiera obiekt z dokumentu na podstawie id
*/
function gEBI( objId ){

  return document.getElementById( objId );

} // end function getElById