// 別ウィンドウで開いてフォーカスを当てる。
function jumpTo ( url ) {
	w = window.open ( url, "KANGESHIGE" );
	w.focus();
}
