// サブウィンドウを開く
function OpenWin(){
	window.open("pop.html","new","width=410,height=430,scrollbars=yes,toolbar=no,status=no,menubar=no");
}