// **********************************************************************************
//	top.html用 JavaScript
// **********************************************************************************
//************************************************
//	申請ボタンクリック
//************************************************
function clickSubmit(ps_html) {

	document.main.action = ps_html;
	document.main.method = "post" ;
	document.main.target = "_self" ;
	document.main.submit() ;

}

