/***********************************************************************************
Attin3
Copyright (C)2003-2007 SATT, Inc. All Rights Reserved.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE..  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

************************************************************************************
日本訳: （英文優先）

Attain3
Copyright (C)2003-2007 SATT, Inc. All Rights Reserved.

このライブラリはフリーソフトウェアです。あなたはこれを、フリーソフトウェ
ア財団によって発行されたGNU 劣等一般公衆利用許諾契約書(バージョン2.1 
か、希望によってはそれ以降のバージョンのうちどれか)の定める条件の下で
再頒布または改変することができます。

このライブラリは有用であることを願って頒布されますが、*全くの無保証* 
です。商業可能性の保証や特定の目的への適合性は、言外に示されたものも含
め全く存在しません。詳しくはGNU 劣等一般公衆利用許諾契約書をご覧くださ
い。

あなたはこのライブラリと共に、GNU 劣等一般公衆利用許諾契約書の複製物を
一部受け取ったはずです。もし受け取っていなければ、フリーソフトウェア財
団まで請求してください(宛先は the Free Software Foundation, Inc., 59
Temple Place, Suite 330, Boston, MA 02111-1307 USA)。

***********************************************************************************/

function embedmApiFrame(_flashVars){
document.write('<OBJECT id="FlashApi" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1" heigh="1" align="">')
 document.write('<param name=movie VALUE="FlashApi.swf">')
 document.write('<param name=quality VALUE=high>')
 document.write('<param name=loop VALUE=false>')
 document.write('<param name=menu VALUE=false>')
 document.write('<PARAM NAME=scale VALUE=noscale>')
 document.write('<PARAM NAME=salign VALUE=LT>') 
 document.write('<param name=bgcolor VALUE=#FFFFFF>')
 document.write('<param name=FlashVars value="' + _flashVars + '">')
 document.write('<EMBED src="FlashApi.swf" name="FlashApi" id="FlashApi" loop=false menu=false quality=high scale=noscale salign=LT bgcolor=#FFFFFF  width="1" heigh="1" swLiveConnect="true" align="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" FlashVars="'+_flashVars+'">')
 document.write('</EMBED>')
 document.write('</OBJECT>')
}

