
function zmien_kolor(kolor, elem) {
  elem.style.background=kolor;
}

function Download(url) {
  var el = document.getElementById("download");
  if (el)
	   el.innerHTML ="<iframe src='"+url+"' width=0 height=0></iframe>";
}
