function loadSite() {
if (window.innerWidth>1020) {
document.getElementById('contener').style.width="1012px";
document.getElementById('infopanel').style.display="block";
} }

function pokazPrzelew() {
document.getElementById('danedo').style.display="table-cell";
document.getElementById('danedo').colSpan=2;
}
