function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
 plugin = parseInt(plugin.description.split(' ')[2]) >= 8;
}
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.7")))\n');
 document.write('<\/SCRIPT\> \n');
}
if ( plugin ) {
 document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="950" height="629" id="index" align="middle">'); 
 document.write('<param name="allowScriptAccess" value="sameDomain" />');
 document.write('<param name="allowFullScreen" value="false" />');
 document.write('<param name="movie" value="swf/index.swf" />');
 document.write('<param name="quality" value="high" />');
 document.write('<param name="wmode" value="transparent">');
 document.write('<param name="bgcolor" value="#ffffff" />');
 document.write('<embed src="swf/index.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="950" height="629" name="index" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
 document.write('</object>');
}
else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
 with(document){
 write('<img src="img/y-train_non_flash950.jpg" alt="Y列車で行こう！　このサイトをご覧いただくには、Adobe社のプラグインソフト『Flash Player』の最新バージョンが必要です。お持ちでない方はダウンロード（無料）してご利用ください。" width="950" height="629" border="0" usemap="#Map3" />');
 }
}
