function ZmenaClassID(ID, styl)
 {
  Obj = document.getElementById(ID);
  Obj.className=styl;
 }
