function otworz(what)
{
  window.open(what); 
}
