<!--
//***** browseChecker for CSS *****
if (navigator.appVersion.indexOf('Mac',0) != -1) {
	if( navigator.userAgent.indexOf("Gecko") != -1 ){
		document.write('<link rel="stylesheet" type="text/css" href="comhtm_ja/catmacie.css">\n');
	}else if( navigator.appName.indexOf("Microsoft Internet Explorer",0) != -1 ){
			document.write('<link rel="stylesheet" type="text/css" href="comhtm_ja/catmacie.css">\n');
	}else{
			document.write('<link rel="stylesheet" type="text/css" href="comhtm_ja/catmacnn.css">\n');
	}
} else if (navigator.appVersion.indexOf('Win',0) != -1) {
	if( navigator.userAgent.indexOf("Gecko") != -1 ){
		document.write('<link rel="stylesheet" type="text/css" href="comhtm_ja/catwinie.css">\n');
	}else if( navigator.appName.indexOf("Microsoft Internet Explorer",0) != -1 ){
		document.write('<link rel="stylesheet" type="text/css" href="comhtm_ja/catwinie.css">\n');
	}else{
		document.write('<link rel="stylesheet" type="text/css" href="comhtm_ja/catwinnn.css">\n');
	}
}


//***** RollOver Images *****
if (document.images) {
		hnv001on = new Image();   hnv001on.src = "images_ja/hnv001_hi.gif";
		hnv002on = new Image();   hnv002on.src = "images_ja/hnv002_hi.gif";
		hnv003on = new Image();   hnv003on.src = "images_ja/hnv003_hi.gif";
		step001on = new Image();   step001on.src = "images_ja/step001_hi.gif";
		step002on = new Image();   step002on.src = "images_ja/step002_hi.gif";
		step003on = new Image();   step003on.src = "images_ja/step003_hi.gif";

		btn001on = new Image();   btn001on.src = "images_ja/btn001_hi.gif";
		btn002on = new Image();   btn002on.src = "images_ja/btn002_hi.gif";
		btn003on = new Image();   btn003on.src = "images_ja/btn003_hi.gif";
		btn004on = new Image();   btn004on.src = "images_ja/btn004_hi.gif";
		btn005on = new Image();   btn005on.src = "images_ja/btn005_hi.gif";
		btn006on = new Image();   btn006on.src = "images_ja/btn006_hi.gif";

		btn_enon = new Image();   btn_enon.src = "images_ja/btn_en_hi.gif";
		btn_zhon = new Image();   btn_zhon.src = "images_ja/btn_zh_hi.gif";

		btnzoom_on = new Image();   btnzoom_on.src = "images_ja/btnzoom_hi.gif";
		help_on = new Image();   help_on.src = "images_ja/hnv001_hi.gif";

		btn_printon = new Image();   btn_printon.src = "images_ja/btn_print_hi.gif";


		hnv001off = new Image();   hnv001off.src = "images_ja/hnv001_lo.gif";
		hnv002off = new Image();   hnv002off.src = "images_ja/hnv002_lo.gif";
		hnv003off = new Image();   hnv003off.src = "images_ja/hnv003_lo.gif";
		step001off = new Image();   step001off.src = "images_ja/step001_lo.gif";
		step002off = new Image();   step002off.src = "images_ja/step002_lo.gif";
		step003off = new Image();   step003off.src = "images_ja/step003_lo.gif";

		btn001off = new Image();   btn001off.src = "images_ja/btn001_lo.gif";
		btn002off = new Image();   btn002off.src = "images_ja/btn002_lo.gif";
		btn003off = new Image();   btn003off.src = "images_ja/btn003_lo.gif";
		btn004off = new Image();   btn004off.src = "images_ja/btn004_lo.gif";
		btn005off = new Image();   btn005off.src = "images_ja/btn005_lo.gif";
		btn006off = new Image();   btn006off.src = "images_ja/btn006_lo.gif";

		btn_enoff = new Image();   btn_enoff.src = "images_ja/btn_en_lo.gif";
		btn_zhoff = new Image();   btn_zhoff.src = "images_ja/btn_zh_lo.gif";

		btnzoom_off = new Image();   btnzoom_off.src = "images_ja/btnzoom_lo.gif";
		help_off = new Image();   help_off.src = "images_ja/hnv001_lo.gif";

		btn_printoff = new Image();   btn_printoff.src = "images_ja/btn_print.gif";
}

function imgOn(imgName) {
		if (document.images) {
				document[imgName].src = eval(imgName + "on.src");
		}
}

function imgOff(imgName) {
		if (document.images) {
				document[imgName].src = eval(imgName + "off.src");
		}
}

function imgOn2(imgName) {
		if (document.images) {
				document[imgName].src = eval("btnzoom_on.src");
		}
}

function imgOff2(imgName) {
		if (document.images) {
				document[imgName].src = eval("btnzoom_off.src");
		}
}

function helpOn(imgName) {
		if (document.images) {
				document[imgName].src = eval("help_on.src");
		}
}

function helpOff(imgName) {
		if (document.images) {
				document[imgName].src = eval("help_off.src");
		}
}




//***** PopupWindow *****
var popWin;
var helpWin;
function winOpen(url, name, style){
//	popWin=open("","newWin","width=600,height=600,toolbar=yes,status=no,resizable=yes,menubar=no,scrollbars=yes");
	popWin=open(url, name, style);
	popWin.focus();
}
function winHelp(){
	helpWin=open("","helpWin","width=600,height=600,toolbar=no,status=no,resizable=yes,menubar=no,scrollbars=yes");
	helpWin.focus();
}
//-->

<!--
//***** for NN4 Resize_Reload *****
reloadCnt = 0;
function MyReload(){
	if(document.layers) {
		var appVer = navigator.appVersion;
		reloadCnt ++;
		if( appVer.indexOf("Macintosh") != -1	||
			appVer.indexOf("4.0") == -1			||
			( appVer.indexOf("4.0") != -1 && reloadCnt > 2 )
		) {
			reloadCnt = 0;
			location.reload();
		}
	}
}
//-->

