// JavaScript Document
			var Win = navigator.appVersion.indexOf('Win',0) != -1;
			var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
			if ( plugin ) {
				plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 5;
			}
			else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
			   && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
			document.write('<script language=VBScript\> \n');
			document.write('on error resume next \n');
			document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
			document.write("<\/script> \n");
				}
			if ( plugin ) {
				document.write('<table width="670" border="0" cellspacing="0" cellpadding="0">');
				document.write('<tr>');
				document.write('<td>');
				document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
				document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3,0,0,0" ');
				document.write(' ID=menu WIDTH=670 HEIGHT=179>');
				document.write(' <PARAM NAME=movie VALUE="navi.swf?nowCategory=home"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000>  ');
				document.write(' <EMBED src="navi.swf?nowCategory=home" loop=false quality=high bgcolor=#000000  ');
				document.write(' swLiveConnect=FALSE WIDTH=670 HEIGHT=179');
				document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
				document.write(' </EMBED>');
				document.write(' </OBJECT>');
				document.write('</td>');
				document.write('</tr>');
				document.write('</table>');
			}
			else 	if(!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
				document.write('<table width="670" border="0" cellspacing="0" cellpadding="0">');
				document.write('<tr>');
				document.write('<td>');
				document.write('<img src="common/image/noflash_ph.jpg" width="670" height="150" border="0" alt="Managing Business &amp; Computer"><br>');
				document.write('<a href="index.html"><img src="common/image/navi_1_on.gif" width="134" height="29" border="0" alt="HOME"></a>');
				document.write('<a href="plaza-i/index.html"><img src="common/image/navi_2.gif" width="134" height="29" border="0" alt="Plaza-iのご案内"></a>');
				document.write('<a href="profile/index.html"><img src="common/image/navi_3.gif" width="134" height="29" border="0" alt="会社案内"></a>');
				document.write('<a href="jobs/index.html"><img src="common/image/navi_4.gif" width="134" height="29" border="0" alt="採用情報"></a>');
				document.write('<a href="map/index.html"><img src="common/image/navi_5.gif" width="134" height="29" border="0" alt="SiteMap"></a>');
				document.write('</td>');
				document.write('</tr>');
				document.write('</table>');
			}
