<!--
var f1=0;
var f2=0;
var f3=0;
function seikai() {
	if (f1==0||f2==0||f3==0){
		window.alert("すべての問題に回答してください。");
		return false;
	}
	if(f1==1 && f2==1 && f3==1){location.href="ans/kekka111.html"}
	if(f1==1 && f2==2 && f3==1){location.href="ans/kekka121.html"}
	if(f1==1 && f2==2 && f3==2){location.href="ans/kekka122.html"}
	if(f1==1 && f2==1 && f3==2){location.href="ans/kekka112.html"}

	if(f1==2 && f2==1 && f3==1){location.href="ans/kekka211.html"}
	if(f1==2 && f2==2 && f3==1){location.href="ans/kekka221.html"}
	if(f1==2 && f2==2 && f3==2){location.href="ans/kekka222.html"}
	if(f1==2 && f2==1 && f3==2){location.href="ans/kekka212.html"}

}
//-->
