var noweokno = null;

function openEdytor(plik,h,w)
{
  //if (w==null) w=990; if (h==null) h=750;
  //if (window.screen) { aw=window.screenLeft; ah=window.screenTop;} else { aw=640; ah=450; }
  //ustawienia= "left="+(aw+0)+",top="+(ah+0)+",width="+w+",height="+h+",toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes";
  ustawienia = "left=0, top=0, height="+screen.height+", width="+screen.width+", toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes";
  if (noweokno != null) noweokno.close();
  noweokno=window.open(plik,'edytor',ustawienia);
  noweokno.focus();
}


function pokazStrone(strona)
{
 f = document.getElementById("lista_form");			
 f.strona.value = strona;
 f.submit();
}				


