<!--
function openWin2(){
	X=632;
	Y=620;
	WX=(screen.width-X)/2;
	WY=(screen.height-Y-30)/2;
	window.open("gbs_photo/index.html","index2","left="+WX+",top="+WY+",width="+X+",height="+Y+",resizable=no");
}
// -->
