function powieksz(numerID,foto_width,foto_height)
{
	// var width=510;
	// var height=510;
	// var top=screen.availHeight/2 - height/2; // center
	// var left=screen.availWidth/2 - width/2; // center
	okno2=window.open("picture.php?dx=" + numerID,"stalowka","width=" + foto_width + " height=" + foto_height)
}