var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

if (hasReqestedVersion) {  // if we've detected an acceptable version
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
    document.write('width="100%" height="100%"');
    document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">');
    document.write('<param name="movie" value="swf/closer.swf"><param name="quality" value="high"><param name="bgcolor" value="#000000"><param name="scale" value="noscale" /><param name="salign" value="T"><param name="menu" value="false">');
    document.write('<embed src="swf/closer.swf" quality="high" bgcolor="#000000" ');
    document.write('width="100%" height="800px" name="クローザー THE CLOSER - LaLa TV [ララ・ティービー]" aligh="middle"');
    document.write('play="true"');
    document.write('scale="exactfit"');
    document.write('salign="T"');
    document.write('loop="false"');
    document.write('quality="high"');
    document.write('allowScriptAccess="sameDomain"');
    document.write('type="application/x-shockwave-flash"');
    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer">');
    document.write('<\/embed>');
    document.write('<\/object>');

  } else {  // flash is too old or we can't detect the plugin
   document.write('<div id="plug-in">');
  	document.write('<a href="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&Lang=Japanese" target="_blank">');
  	document.write('<img src="img/clsr_top_noplugin.jpg" alt="このサイトをご覧いただくためには、Adobe Flash Player8以上が必要です。（無料）お持ちでない方は右のバナーよりダウンロードしてください。Copyright &copy; 2006 LaLa TV. All Right Reserved." width="650" height="510" border="0">');
  	document.write('</a>');
  	document.write('</div>');
  }
		
		
		
