<!--
function soisis(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("./beautiful/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("./beautiful/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./beautiful/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function topfla(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("./okigaru.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("./okigaru.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./okigaru.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function term001(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function term002(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index2.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index2.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index2.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function term003(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index3.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index3.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index3.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function term004(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {

		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index4.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index4.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index4.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function term005(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index5.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index5.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index5.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function term006(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index6.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index6.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index6.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function term007(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index7.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index7.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index7.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function term008(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index8.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index8.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index8.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function term009(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index9.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index9.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index9.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->
<!--
function term010(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index10.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index10.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index10.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function term011(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index11.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index11.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index11.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->


<!--
function term012(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index12.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index12.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index12.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->


<!--
function term013(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index13.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index13.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index13.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->

<!--
function term014(W,H,C) {
	// 開きたいウィンドウの大きさをW,Hに、Cが1なら中央、0なら左上に配置
	if (C == 1) {
		scrW=screen.width;
		scrH=screen.height;
		
		openX = ((scrW/2) - (W/2));
		openY = ((scrH/2) - (H/2));
	} else {
		openX = 0;
		openY = 0;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("../term/term_subwins/index14.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/index14.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/index14.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
//-->


