
function  toSubmit( url )
{
	if( !document.form1.accept[0].checked ){
		alert( 'サービスのお申し込みには、上記利用規約をご確認のうえ「規約に同意します」を選択してください。' );
		return false;
	}
	window.open( url ,'blank');
}

function  toSubmit2( url )
{
	window.open("template_underconstruction2.html", "","width=600,height=350");
}
