function fs(fname)
{
	sw=screen.width;
	sh=screen.height;
	window.open('photo.php?fname='+fname,'nahled','width=200,height=200,top='+(sh/2-100)+',left='+(sw/2-100));
}
