function pokaz_duze(theURL)
{
	w = 640;
	h = 480;
	winName = 'Galeria e-pszczoly.com';
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+''
pop = window.open(theURL,winName,settings);
pop.document.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />');
pop.document.write('<title>Galeria e-pszczoly.com</title><body bgcolor="white" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">');
pop.document.write('<div align=center><a href="javascript:window.close();"><img src="img/galeria/DSC0'+theURL+'.jpg" alt="kliknij, aby zamknąć okno" title="kliknij, aby zamknąć okno" border="0"></a></div>');
pop.document.write('</body>');
}