function popUpImage(what){
	typ = "width=150,height=150,scrollbars=no";
	dimensionApply = 'onLoad=" self.focus(); self.moveTo(20,20); resizeTo(document.images[\'show\'].width + 12, document.images[\'show\'].height + 31)";'

 ok = window.open("","view",typ);
 ok.document.open();
 ok.document.write('<html><title>:: Bitel</title><body topmargin="0" leftmargin="0" rightmargin="0" ');
 ok.document.write(dimensionApply + '">' + "\n");
 ok.document.write('<a href="javascript:self.close();">' + "\n" + '<img src="http://www.bitel-e.com.pl/gfx/' + what + '" border="0" name="show"></a>');
 ok.document.write("\n" + '</body></html>');
 ok.document.close();

}
