<!--
function pokaz(nazwa,x,y)
{
  win = window.open('','zdjecie','toolbar=0,location=0,status=0,resizable=0,scrollbars=0,width='+x+',height='+y);
  win.document.open();
  win.document.writeln('<html><head><title>www.podbukiem.sudety.agro.pl</title></head><body topmargin="0" leftmargin="0"><img src="'+nazwa+'"></body></html>');
  win.document.close();
}
//-->

