//AC_RunActiveContent.jsの読み込み
//<SCRIPT type="text/javascript" src="AC_RunActiveContent.js"></SCRIPT>

//実際のFALAHの位置に設定
// <script language="JavaScript"type="text/javascript">AC_RunActiveContent([FILENAME]);</script>

function AC_RunActiveContent(file, w, h) {
  var html = '<embed src="' + file + '" quality="high" pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent" width="' + w + '" height="' + h + '"></embed>';

  document.write(html);
}