<!--
function openWin001(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("./fujioil/book/book.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("./fujioil/book/book.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("./fujioil/book/book.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function openWin002(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("./book/book.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("./book/book.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("./book/book.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function openWin003(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("./duoflore/duoflore.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("./duoflore/duoflore.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=noresizable=yes,,width=" + 725+ ",height=" + 673+ ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./duoflore/duoflore.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,resizable=yes,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function openWin004(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("../book/book.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("../book/book.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("../book/book.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function owakare(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("./060912.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("./060912.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./060912.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function owakareorei(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(".//060922.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(".//060922.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open(".//060922.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function openWin014(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("../book/book.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("../book/book.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("../book/book.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function openWin015(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("./soyafarm.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("./soyafarm.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("./soyafarm.html","childwin","directories=no,menubar=no,location=no,scrollbars=no,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function newyear06(W,H,C) {
	// ニュースリリース日本語の新年の挨拶2006
	// 開きたいウィンドウの大きさを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("./060104.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("./060104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + 718+ ",height=" + 721 + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./060104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function newyear07(W,H,C) {
	// ニュースリリース日本語の新年の挨拶2007
	// 開きたいウィンドウの大きさを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("./070101.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./070101.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./070101.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->


<!--
function newyear08(W,H,C) {
	// ニュースリリース日本語の新年の挨拶2008
	// 開きたいウィンドウの大きさを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("./080107.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./080107.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./080107.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->


<!--
function newyear09(W,H,C) {
	// ニュースリリース日本語の新年の挨拶2009
	// 開きたいウィンドウの大きさを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("./090101.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./090101.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./090101.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->












<!--
function newyear06_e(W,H,C) {
	// ニュースリリース英語の新年の挨拶2006
	// 開きたいウィンドウの大きさを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("./060104.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("./060104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + 718+ ",height=" + 721 + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./060104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->


<!--
function newyear07_e(W,H,C) {
	// ニュースリリース英語の新年の挨拶2007
	// 開きたいウィンドウの大きさを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("./070105.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./070105.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./070105.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function newyear08_e(W,H,C) {
	// ニュースリリース英語の新年の挨拶2008
	// 開きたいウィンドウの大きさを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("./080107.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./080107.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./080107.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function openWinnentou10(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("./fujioil/news/100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./fujioil/news/100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./fujioil/news/100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function newyear10(W,H,C) {
	// ニュースリリース日本語の新年の挨拶2009
	// 開きたいウィンドウの大きさを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("./100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function openWinnentou10_e(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("./100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function newyear10_e(W,H,C) {
	// ニュースリリース英語の新年の挨拶2008
	// 開きたいウィンドウの大きさを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("./100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./100104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function news100722_img(W,H,C) {
	// 2010/7/22 インドネシアにおける合弁会社設立に関するお知らせ別ウィンドウ
	// 開きたいウィンドウの大きさを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("./100722-2.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./100722-2.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./100722-2.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function news100722_e_img(W,H,C) {
	// 2010/7/22 インドネシアにおける合弁会社設立に関するお知らせ別ウィンドウ
	// 開きたいウィンドウの大きさを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("../../fujioil/news/100722-2.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("../../fujioil/news/100722-2.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("../../fujioil/news/100722-2.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->



<!--
function openWinnentou11(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("./fujioil/news/110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./fujioil/news/110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./fujioil/news/110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function newyear11(W,H,C) {
	// ニュースリリース日本語の新年の挨拶2009
	// 開きたいウィンドウの大きさを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("./110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->




<!--
function openWinnentou11_e(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("./news/110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./news/110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./news/110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function newyear11_e(W,H,C) {
	// ニュースリリース日本語の新年の挨拶2009
	// 開きたいウィンドウの大きさを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("./110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./110104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->



<!--
function openWinnentou12(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("./fujioil/news/120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./fujioil/news/120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./fujioil/news/120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function newyear12(W,H,C) {
	// ニュースリリース日本語の新年の挨拶2009
	// 開きたいウィンドウの大きさを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("./120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->




<!--
function openWinnentou12_e(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("./news/120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./news/120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./news/120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function newyear12_e(W,H,C) {
	// ニュースリリース日本語の新年の挨拶2009
	// 開きたいウィンドウの大きさを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("./120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->


<!--
function openWinnentou12_c(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("./news/120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./news/120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./news/120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->

<!--
function newyear12_c(W,H,C) {
	// ニュースリリース日本語の新年の挨拶2009
	// 開きたいウィンドウの大きさを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("./120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY);
		} else{
			//Win IE用に調整
			childWin = window.open("./120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",left=" +  openX + ",top=" + openY );
		}
	} else {
	//Netscape用に調整
	childWin = window.open("./120104.html","childwin","directories=no,menubar=no,location=no,scrollbars=yes,status=no,width=" + W+ ",height=" + H + ",screenX=" +  openX + ",screenY=" + openY );
	}
}

//-->
