var L_contentVersion = 8;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var L_PluginVersion = words[i]; 
	    }
	var L_FlashCanPlay = L_PluginVersion >= L_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); 
	document.write('on error resume next \n');
	document.write('L_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & L_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}
if ( L_FlashCanPlay ) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="565" height="170" id="top" align="middle">');
	document.write('<param name="allowScriptAccess" value="always">');
	document.write('<param name="movie" value="/supportdesk/top.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#ffffff">');
	document.write('<embed src="/supportdesk/top.swf" quality="high" bgcolor="#ffffff" width="565" height="170" name="top" align="middle"  swLiveConnect="true" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('</embed>');
	document.write('</object>');
} else{
	document.write('<div id="no_flash">');
	document.write('<p style="text-align: center; font-size: 84%;">当コンテンツをご覧いただくためには、最新のAdobe Flash Playerが必要です。');
	document.write('	<br>下記のリンク先から最新のFlash Playerをダウンロードいただき、インストールした上でご覧下さい。</p>');
	document.write('<p style="margin-bottom: 15px; text-align: center; font-size: 84%;">');
	document.write('	<a href="http://www.adobe.com/go/getflashplayer_jp" target="_blank">');
	document.write('		<img style="border: medium none ; vertical-align: middle;" src="/supportdesk/images/get_adobe_flash_player.gif" alt="Get Adobe Flash Player" height="33" width="112"></a>');
	document.write('	<a href="http://www.adobe.com/go/getflashplayer_jp">Adobe Flash Playerダウンロードページ&gt;&gt;</a>');
	document.write('</p>');
	document.write('<ul>');
	document.write('	<li>');
	document.write('		<p style="font-size: 84%;">');
	document.write('			<a href="/supportdesk/trial/trial_version.html">');
	document.write('			<img src="/supportdesk/images/bullet01.gif" border="1" alt="" valign="top" />');
	document.write('				「SupportDesk-Web」の使い方がまだよく分からない、というお客様に向けて、機能をよりよくご理解いただくために体験版をご用意しました。');
	document.write('				<br clear="left" />');
	document.write('		</a></p>');
	document.write('	</li>');
	document.write('	<li>');
	document.write('		<p style="font-size: 84%;">');
	document.write('			<a href="/supportdesk/introduce/">');
	document.write('			<img src="/supportdesk/images/bullet02.gif" border="1" alt="" valign="bottom"/>');
	document.write('				お客様ごとに専用のWebサイト「SupportDesk-Web（サポートデスク ウェブ）」で、きめ細かくシステム管理者様をサポートします。');
	document.write('				<br clear="left" />');
	document.write('			</a></p>');
	document.write('	</li>	');
	document.write('	<li>');
	document.write('		<p style="font-size: 84%;">');
	document.write('			<a href="/supportdesk/login/index.html">');
	document.write('			<img src="/supportdesk/images/bullet01.gif" border="1" alt="" />');
	document.write('				IDやパスワードが分からなくなってしまった方や、正しく入力してもログインできないという方のために、対応策とお問い合わせ窓口についてご説明いたします。');
	document.write('				<br clear="left" />');
	document.write('		</a></p>');
	document.write('	</li>');
	document.write('</ul>');
	document.write('</div>');
}