function footer(a)
{
	if(document.body.offsetHeight<document.documentElement.clientHeight)
	{
	    var i=document.documentElement.clientHeight-document.body.offsetHeight+a;
	    document.getElementById('stopka').style.height=i+'px';
	}
}

function powieksz(font)
{
    document.getElementById('strona').style.fontSize=font+'em';
    var a = document.getElementsByTagName('a');
}

function dodaj()
{
  var tytul = 'Dom Polski Wschodniej';
  var url = 'http://dpw.artneo.pl';
  if (window.sidebar) { window.sidebar.addPanel(tytul, url, ""); } // FF
  else if (window.external) { window.external.AddFavorite(url, tytul); } // IE
  else if (window.opera && window.print) {
     var a = document.createElement('a');
     a.setAttribute('href', url);
     a.setAttribute('title', tytul);
     a.setAttribute('rel','sidebar');
     a.click();
  }
}

function printing()
	{
		window.print()
	}

