/*function zdjecie(nazwa, szer, wys)
  {
  nazwa = window.open('',nazwa,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=' + szer + ',height=' + wys);
  return true;
  }

/*function laduj_edytor(id_pola_txt)
  {
  document.all
  return true;
  }*/
  
function laduj_edytor(divLayer,whichLayer)
  {
  if (document.getElementById)
    {
    // this is the way the standards work
    var style2 = document.getElementById(divLayer).style;
    style2.display = style2.display? "":"block";
    //editor_generate(whichLayer);
    }
  else if (document.all)
    {
    // this is the way old msie versions work
    var style2 = document.all[divLayer].style;
    style2.display = style2.display? "":"block";
    //editor_generate(whichLayer);
    }
  else if (document.layers)
    {
    // this is the way nn4 works
    var style2 = document.layers[divLayer].style;
    style2.display = style2.display? "":"block";
    //editor_generate(whichLayer);
    }
}  


function laduj_int(divLayer,whichLayer)
  {
  if (document.getElementById)
    {
    // this is the way the standards work
    var style2 = document.getElementById(divLayer).style;
    style2.display = style2.display? "":"block";
   // editor_generate(whichLayer);
    }
  else if (document.all)
    {
    // this is the way old msie versions work
    var style2 = document.all[divLayer].style;
    style2.display = style2.display? "":"block";
   // editor_generate(whichLayer);
    }
  else if (document.layers)
    {
    // this is the way nn4 works
    var style2 = document.layers[divLayer].style;
    style2.display = style2.display? "":"block";
   // editor_generate(whichLayer);
    }
}  


function aktualizuj_element()
  {
  
  }
  

