var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
	plugin = parseInt(plugin.description.match(/\d+\.\d+/)) >=6;
}
else if (navigator.userAgent && (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.6")))\n');
	document.write('<\/script> \n');
	}
if ( plugin ) {
	document.write('<object title="main-navi" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ');
	document.write('id=main width=597 height=90 tabindex="40">');
	document.write('<param name=movie VALUE="english/image/main.swf"> <param name=loop value=true><param name=menu value=false><param name=quality value=best><param name=bgcolor value=#ffffff>');
	document.write('<embed src="english/image/main.swf" loop=true menu=false quality=best bgcolor=#ffffff tabindex="40" ');
	document.write('swLiveConnect=FALSE width=597 height=90');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&P2_Language=English&Lang=English">');
	document.write('<\/embed>');
	document.write('<\/object>');
} else {
	document.write('<META HTTP-EQUIV="refresh" content="0;url=index2.htm">');
}


