function zdjecie(src) {
	window.open("zdjecie.php?p="+src,'','width=700, height=525, top=10, left=10, resizable=yes, scrollbars=no, toolbars=no, status=yes');
}

function over(t, f)
{
  t.src = 'template/gfx/over/'+f;
}

function out(t, f)
{
  t.src = 'template/gfx/normal/'+f;
}

function kolory(id)
{
  e = document.getElementById("kolor"+id);
  if(e.style.display == 'none')
    e.style.display = '';
  else
    e.style.display = 'none';
}