function switchGallery(val)
{
  var act = parseInt(document.getElementById("galact").value);
  if ((act == 1) && (val < 0)) return false;
  var m = parseInt(document.getElementById("maxgal").value);
  if ((act == m) && (val > 0)) return false;
  var s = act + val;
  document.getElementById("gal"+act).style.display = 'none';
  document.getElementById("gal"+s).style.display = '';
  document.getElementById("galact").value = s;
  return false;
}

licz=0;

function windowPhoto(nazwa, xx, yy, desc) 
{
config='left=10,top=10,height='+yy+',width='+xx+',innerheight='+yy+',innerwidth='+xx+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
kitekSC='okno' + licz;
stadion=window.open('',kitekSC,config)
stadion.document.write('<HTML><HEAD>');
stadion.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
stadion.document.write('<TITLE>Image</title>');

stadion.document.write('<script language="javascript">');
stadion.document.write('setTimeout(');
stadion.document.write('"self.close()');
stadion.document.write(';",70000)');
stadion.document.write('</');
stadion.document.write('script>');
stadion.document.write('</HEAD>');
stadion.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
stadion.document.write('<DIV align=center><a href=# onclick="javascript:self.close();"><img src=galerie/'+nazwa+' border=0></A>');
if ((desc != '') && (desc != 'NULL') && desc.length > 0)
{
  stadion.document.write('<DIV style="background-color: #FFFFFF; position: absolute; bottom: 0px; left: 0px; width: '+xx+'px; font-family: Tahoma; font-size: 12px; opacity: 0.7; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); padding-top: 5px; padding-bottom: 5px"><DIV><b>'+desc+'</b></DIV></DIV>');
}
stadion.document.write('</DIV>');
stadion.document.write('</body></html>');
stadion.focus();
licz+=1;
}

function ShowImage(nazwa, xx, yy) 
{
config='left=10,top=10,height='+yy+',width='+xx+',innerheight='+yy+',innerwidth='+xx+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
kitekSC='okno' + licz;
stadion=window.open('',kitekSC,config)
stadion.document.write('<HTML><HEAD>');
stadion.document.write('<TITLE>Image</title>');
stadion.document.write('<script language="javascript">');
stadion.document.write('setTimeout(');
stadion.document.write('"self.close()');
stadion.document.write(';",70000)');
stadion.document.write('</');
stadion.document.write('script>');
stadion.document.write('</HEAD>');
stadion.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
stadion.document.write('<a href=# onclick="javascript:self.close();"><img src='+nazwa+' border=0></A>');
stadion.document.write('</body></html>');
stadion.focus();
licz+=1;
return false;
}


function bookmark(address,sitename) {
  if (window.sidebar) {
    window.sidebar.addPanel(sitename, address,"");
  } else if( document.all ) {
    window.external.AddFavorite(address, sitename);
  } else if( window.opera && window.print ) {
    return true;
  }
}
