/*---------------------------------------------------------------
*「サブミットメソッド」
*　値を入力して、サブミットを行う。
*----------------------------------------------------------------
*引数　　:NextScr_ 次画面ID
*戻り値　:なし
*※アドレスバー表示（location=yes）方式
*--------------------------------------------------------------*/
function toSubmit()
{
		w =window.open("https://fb01.ib-channel.net/hokuriku/webfb/jsp/A5B050.jsp?initialize=true","App",
			"top=0,left=0,width=800,height=550,toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
}
