<!--
function openWinstory01(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("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_mori&furl=http://www2.sekisuihouse.co.jp/gm/story/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_mori&furl=http://www2.sekisuihouse.co.jp/gm/story/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_mori&furl=http://www2.sekisuihouse.co.jp/gm/story/index.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

<!--
function openWinstory02(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("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_ishi&furl=http://www2.sekisuihouse.co.jp/gm/story/index2.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_ishi&furl=http://www2.sekisuihouse.co.jp/gm/story/index2.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_ishi&furl=http://www2.sekisuihouse.co.jp/gm/story/index2.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

<!--
function openWinstory03(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("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_hikari&furl=http://www2.sekisuihouse.co.jp/gm/story/index3.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_hikari&furl=http://www2.sekisuihouse.co.jp/gm/story/index3.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_hikari&furl=http://www2.sekisuihouse.co.jp/gm/story/index3.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

<!--
function openWinstory04(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("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_kaze&furl=http://www2.sekisuihouse.co.jp/gm/story/index4.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_kaze&furl=http://www2.sekisuihouse.co.jp/gm/story/index4.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_kaze&furl=http://www2.sekisuihouse.co.jp/gm/story/index4.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

<!--
function openWinstory05(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("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_mizu&furl=http://www2.sekisuihouse.co.jp/gm/story/index5.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		} else{
			//Win IE用に調整
			childWin = window.open("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_mizu&furl=http://www2.sekisuihouse.co.jp/gm/story/index5.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("/cgi-bin/gm/gm/gmClick/click.cgi?fname=story_mizu&furl=http://www2.sekisuihouse.co.jp/gm/story/index5.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}
