var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {
    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="870" height="580"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="images/content_swf_01.swf"><param name="quality" value="high"><param name="bgcolor" value="#ffffff">'
    + '<embed src="images/content_swf_01.swf" quality="high" bgcolor="#ffffff" '
    + 'width="870" height="580" name="" align="top"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
    document.write(oeTags);
  } else {
    var alternateContent = '<table cellspacing="0" width="870"><tr><td><h1><img src="images/content_ttl_01.gif" width="870" height="140" alt="航路紹介"></h1></td></tr><tr><td class="bg-title"><img src="../common/images/sp.gif" width="1" height="45" alt=""></td></tr></table><div class="mlr30"><table cellspacing="0" width="810"><tr><td><a href="asia/index.html"><img src="images/content_btn_01.gif" width="130" height="60" alt="アジア航路"></a></td><td><img src="../common/images/sp.gif" width="6" height="1" alt=""></td><td><a href="india/index.html"><img src="images/content_btn_02.gif" width="130" height="60" alt="インド航路"></a></td><td><img src="../common/images/sp.gif" width="6" height="1" alt=""></td><td><a href="mideast/index.html"><img src="images/content_btn_03.gif" width="130" height="60" alt="中東航路"></a></td><td><img src="../common/images/sp.gif" width="6" height="1" alt=""></td><td><a href="africa/index.html"><img src="images/content_btn_04.gif" width="130" height="60" alt="アフリカ航路"></a></td><td><img src="../common/images/sp.gif" width="6" height="1" alt=""></td><td><a href="europe/index.html"><img src="images/content_btn_05.gif" width="130" height="60" alt="欧州航路"></a></td><td><img src="../common/images/sp.gif" width="6" height="1" alt=""></td><td><a href="australia/index.html"><img src="images/content_btn_06.gif" width="130" height="60" alt="大洋州航路"></a></td></tr></table><p class="mt20">このコンテンツをご覧になるには、Adobe Flash Player (プラグイン) の最新版が必要です。<a href="http://www.adobe.com/go/getflashplayer_jp" target="_blank">こちら</a>より最新をダウンロードしてください。<br>また、ブラウザの設定をJavaScriptが有効な状態にしてご覧ください。</p></div>';
    document.write(alternateContent);
  }
