
	app = navigator.appName.charAt(0);
	oss = navigator.platform.substring(0,3);
	ver = navigator.appVersion.charAt(0);

	function showLAYER(layName){
		var layObj = getLayOj(layName)
		if(document.layers)layObj.visibility = 'show'
		if(document.all)layObj.visibility = 'visible'
	}
	
	function hideLAYER(layName){
		var layObj = getLayOj(layName)
		if(document.layers)layObj.visibility = 'hide'
		if(document.all)layObj.visibility = 'hidden'
	}
	
	function getLayOj(layName){
		if(document.layers) return document.layers[layName]
		if(document.all)    return document.all(layName).style
	}

	function moveMenu(){
		if (document.all) {
			E1.style.pixelLeft = document.body.scrollLeft + document.body.clientWidth - 90;
			E1.style.pixelTop  = document.body.scrollTop  + document.body.clientHeight - 65;
		}
		else if (document.layers) {
			document.N1.left = window.pageXOffset + innerWidth - 85;
			document.N1.top  = window.pageYOffset + innerHeight - 60;
		}
		setTimeout("moveMenu()",100);
	}
	
	document.write('<STYLE TYPE="text/css">');

	if (oss == "Mac") {
		if (app == "N") {
			if (ver == 5) {
				document.write('.pt19 { font-size: 19pt; }');
				document.write('.pt16 { font-size: 14pt; }');
				document.write('.pt12 { font-size: 11pt; }');
				document.write('.pt9 { font-size: 9pt;  }');
				document.write('.pt8 { font-size: 8pt;  }');
				document.write('TD,TH { font-size: 11pt;  }');
				document.write('TD,TH { font-family: Osaka-等幅;  }');
				document.write('BODY { font-size: 11pt;  }');
				document.write('BODY { font-family: Osaka-等幅;  }');
			}
			else {
				document.write('.pt19 { font-size: 24pt; }');
				document.write('.pt16 { font-size: 18pt; }');
				document.write('.pt12 { font-size: 14pt; }');
				document.write('.pt9 { font-size: 12pt;  }');
				document.write('.pt8 { font-size: 10pt;  }');
				document.write('TD,TH { font-size: 14pt;  }');
				document.write('TD,TH { font-family: Osaka-等幅;  }');
				document.write('BODY { font-size: 14pt;  }');
				document.write('BODY { font-family: Osaka-等幅;  }');
			}
		}
		if (app == "M") {
			document.write('.pt19 { font-size: 19pt; }');
			document.write('.pt16 { font-size: 16pt; }');
			document.write('.pt12 { font-size: 12pt; }');
			document.write('.pt9 { font-size: 9pt;  }');
			document.write('.pt8 { font-size: 8pt;  }');
			document.write('TD,TH { font-size: 12pt;  }');
			document.write('TD,TH { font-family: Osaka-等幅;  }');			
			document.write('BODY { font-size: 12pt;  }');
			document.write('BODY { font-family: Osaka-等幅;  }');
		}
	}
	else if (oss == "Win") {
		document.write('.pt19 { font-size: 19pt; }');
		document.write('.pt16 { font-size: 14pt; }');
		document.write('.pt12 { font-size: 11pt; }');
		document.write('.pt9 { font-size: 9pt;  }');
		document.write('.pt8 { font-size: 8pt;  }');
		document.write('TD,TH { font-size: 11pt;  }');
		document.write('TD,TH { font-family: ＭＳ Ｐゴシック;  }');
		document.write('BODY { font-size: 11pt;  }');
		document.write('BODY { font-family: ＭＳ Ｐゴシック;  }');
		if (app == "M") {
			document.write('TD,TH { line-height:120%;  }');
		}
	}

	
	document.write('.abs { position:absolute; }');
	document.write('.posiss { position:absolute; Visibility:hidden; top:170; left:325;}');
	document.write('.posiss2 { position:absolute; Visibility:hidden; top:170; left:405;}');
	document.write('A { text-decoration:none }');
	document.write('A:hover { color: FFFFFF }');
	document.write('</STYLE>');


	var w = window;
	function openExpert(url) {
		if ((w == window) || w.closed) {
			w = open(url,"Expert","location=no,menubar=yes,resizable=no,status=no,toolbar=no,scrollbars=yes,left=10,top=10,width=700,height=400");
		}
		else { w.focus(); }
		//return(false);
	}
