function openWin_pop01(url, winName) {
	wx = 500;
	wy = 650;
	x = (screen.width - wx) / 2;
	y = (screen.height - wy) / 2 - 40;
	window.open(url,winName,"resizable=1,scrollbars=1,status=1,toolbar=no,left="+x+",top="+y+",width="+wx+",height="+wy);
}
