
function SCR(nazwa,wymiar1,wymiar2)

{
	center1=screen.width/2 - wymiar1/2;
	center2=screen.height/2 - wymiar2/2;
	okno=window.open("", "", "height="+wymiar2+",width="+wymiar1+", left="+center1+",top="+center2);
	okno.document.open();
	okno.document.write
	(

	
"<html>\n<head>
<META HTTP-EQUIV="content-type" CONTENT="text/html; CHARSET=utf-8">
<META NAME="konwerter" CONTENT="Ogonki97 1.3">\n<title>Słupy ogłoszeniowe</title>\n</head>\n<body style=\"margin:0px\" bgcolor=white>\n<a href=javascript:window.close()><img src="+nazwa+" border=0 alt='Jeżeli chcesz zamknąć zdjęcie - KLIKNIJ!!!'></a>\n</body>\n</html>"
	
	);
	okno.document.close();
}
