function footer() {
  document.write(
    '<form name="wniosek" method="post" action="/zloz-wniosek"><input name="nr" type="hidden" value=""/></form>');
}

function zloz(id) {
    document.wniosek.nr.value = id;
    document.wniosek.submit();
}




