function photoOpen()
{
	var lpoint, tpoint;
	lpoint = screen.width/2-250;
	tpoint = screen.height/2-300;
	window.open("","photo", "left="+lpoint+",top="+tpoint+",width=500,height=550,toolbar=0,menubar=0,status=0,resizeable=0,scrollbars=0");
}