function powieksz(name, width, height)
{
	width=width+0;
	height=height+0;

	x = "TITLEBAR=0,LOCATION=0,RESIZE=0, WIDTH="+width+", HEIGHT="+height;

	newwindow = window.open("","",x);
	newwindow.document.open();

	newwindow.document.write('<html><head><title>PKO TFI</title></head><body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF"><img src="'+name+'" alt="" width="'+width+'" height="'+height+'" border="0"></body></html>');
	newwindow.document.close();
}

function powieksz2(name, width, height)
{
	width=width+20;
	height=height+20;

	x = "scrollbars=yes,TITLEBAR=0,LOCATION=0,RESIZE=0, TOP=10, LEFT=10, WIDTH="+width+", HEIGHT="+height;

	newwindow = window.open("","",x);
	newwindow.document.open();

	newwindow.document.write('<html><head><title>PKO TFI</title></head><body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF"><img src="'+name+'" alt="" border="0"></body></html>');
	newwindow.document.close();
}
