function sa_jump(){
	res = confirm("機種情報はフィーバー創聖のアクエリオン特設サイトにて公開中です。\n「OK」ボタンを押すとフィーバー創聖のアクエリオンへジャンプします。");
	if(res == true){
		urWindow = open("http://gattai.jp/pc/index.html", "_blank");
	}
}
