<!--
function PassCheck() {
	str = location.search.substring(6, 24);
	if (str != "18K7609A3B458C89AS") {
		document.write("<HTML>");
		document.write("</HTML>");
		ans = prompt("パスワードを入力してください。", "");
		if (ans != "jsge") {
			document.write("<HTML><BODY>");
			document.write("パスワードが違います。本ページはご覧頂けません。<BR>");
			document.write("パスワードを再入力する場合は、ブラウザの戻るボタンで１つ前の画面に戻ってください。");
			document.write("</BODY></HTML>");
		} else {
			location = location + "?DISP=18K7609A3B458C89AS";
		}
	}
}
// -->
