<!--
function openWincgi(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;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	//今回は同じ開き方に設定しているが、ステータスバーを表示したり、メニューバーを表示させたりすると、
	//IEとNNでは領域の扱いが異なるため、微調整が必要になるかもねん。
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("http://www.mca-osk.co.jp/~data/cgi-bin/peputideform/mail3/mail.cgi","childwin","directories=no,menubar=no,location=no,scrollbars=1,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("http://www.mca-osk.co.jp/~data/cgi-bin/peputideform/mail3/mail.cgi","childwin","directories=no,menubar=no,location=no,scrollbars=1,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("http://www.mca-osk.co.jp/~data/cgi-bin/peputideform/mail3/mail.cgi","childwin","directories=no,menubar=no,location=no,scrollbars=1,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}


function openWin2(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;
	}
	//以下、各ブラウザ用のウィンドウ起動、また、微調整出来るように分岐
	//今回は同じ開き方に設定しているが、ステータスバーを表示したり、メニューバーを表示させたりすると、
	//IEとNNでは領域の扱いが異なるため、微調整が必要になるかもねん。
	if (navigator.appName == "Microsoft Internet Explorer") {
		if (navigator.platform.substr(0,3) == "Mac") {
			//Mac IE用に調整
			childWin = window.open("http://www.mca-osk.co.jp/~data/cgi-bin/peputideform/mail1/mail.cgi","childwin","directories=no,menubar=no,location=no,scrollbars=1,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("http://www.mca-osk.co.jp/~data/cgi-bin/peputideform/mail1/mail.cgi","childwin","directories=no,menubar=no,location=no,scrollbars=1,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("http://www.mca-osk.co.jp/~data/cgi-bin/peputideform/mail1/mail.cgi","childwin","directories=no,menubar=no,location=no,scrollbars=1,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function openWin3(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/main1.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,resizable=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/main1.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=noresizable=no,,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/main1.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,resizable=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function openWin4(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/main5.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,resizable=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/main5.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=noresizable=no,,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/main5.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,resizable=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function openWin5(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/main2.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,resizable=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/main2.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=noresizable=no,,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/main2.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,resizable=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->


<!--
function openWin6(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("./auaru/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("./auaru/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./auaru/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,resizable=yes,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
	}
}

//-->


<!--
function openWin7(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/main14.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,resizable=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("../term/term_subwins/main14.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status,resizable=no,,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../term/term_subwins/main14.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,resizable=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->