var sh=screen.height;
var sw=screen.width;

function fs(fname)
{
	window.open('http://www.firmakorbel.cz/photo.php?fname='+fname,'detail','top='+(sh/2-320)+',left='+(sw/2-320)+',width=640,height=640');
}
