function OpenWindow(filename) {
	window.open('obrazek.aspx?i='+escape(filename), '_blank', 'resizable=1,status=1,scrollbars=1,width=630,height=490,left='+(screen.width/2-(Math.floor(630/2)))+',top='+(screen.height/2-(Math.floor(490/2))-30));
}
