

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>\n<title>..::: www.komputerserwis.info.pl :::..</title>\n</head>\n<body style=\"margin:0px\" bgcolor=#ffffff>\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();

}


