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="Liner Services"></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="Southeast Asia Service"></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="India Service"></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="Middle East Service"></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="East / South Africa Service"></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="Europe / Mediterranean Sea Service"></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="Australia / Bali-Hai Service"></a></td></tr></table><p class="mt20">This site utilizes interactive contents that requires the latest Adobe Flash Player Plugin for free.<br><a href="http://www.adobe.com/go/getflashplayer" target="_blank">Download Adobe Flash Player</a></p></div>';
    document.write(alternateContent);
  }
