function otworzokno(numer,wys,szer,nazwa) {
okno=window.open("","",'toolbar=no, menubar=no, personalbar=no, status=no, resizable=no,height='+wys+',width='+szer+',left=100,top=100');
okno.document.write("<html><head><META HTTP-EQUIV='Content-type' CONTENT='text/html; charset=iso-8859-2'><link rel='stylesheet' href='_c/style1.css' type='text/css'><title>" + nazwa + "</title></HEAD><body background='img/kolor.gif' ><center><table border=0 cellpadding=0 cellspacing=5 width=100% height=100%><tr><td valign=middle align=center>");
okno.document.write("<a href='javascript:window.close()'><img src=pliki/" + numer + " border=0></a><br><span style=font-size:11px;>" + nazwa + "</span></td></tr></table></center></body></html>");
}

function powieksz(numer,wys,szer) {
	okno=window.open("","",'toolbar=no, menubar=no, personalbar=no, status=no, resizable=no,height='+wys+',width='+szer+',left=50,top=50');
	okno.document.write("<html><head><META HTTP-EQUIV='Content-type' CONTENT='text/html; charset=iso-8859-2'><link rel='stylesheet' href='_c/style1.css' type='text/css'><title>Galeria</title></HEAD><body leftmargin=0 rightmargin=0 topmargin=0 marginwidth=0 marginheight=0><center><table border=0 cellpadding=0 cellspacing=0><tr><td valign=middle align=center>");
	okno.document.write("<a href='javascript:window.close()'><img src=galeria/" + numer + " border=0></a></td></tr></table></center></body></html>");
}

function podmien(numer, nazwa) 
{
   if(document.images)
   document[nazwa].src = img[numer].src; 
}
/*
function Show(id) {
   obj = document.getElementById(id);
   obj.style.display = "block";
}

function Hide(id) {
   obj = document.getElementById(id);
   obj.style.display = "none";
}

var w = null;
var licznik = setInterval ("move_buttony ()", 80);
var topp = 360;

function move_buttony () {

	if (w == null)
	{
		w = document.getElementById('buttons');
	}

	if (topp == -1000)
	{
		topp = 360;
	}
	topp = topp-2;
	w.style.top = topp;
}

*/
