﻿/***********************************************************************************
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 embedMain(_flashVars){
	document.write('<object id="main" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="970" height="550" align="">');
	document.write('<param name=movie value="main.swf">');
	document.write('<param name=quality value=high>');
	document.write('<param name=bgcolor value=#FFFFFF>');
	document.write('<param name=loop value=false>');
	document.write('<param name=menu value=false>');
	document.write('<param name="allowScriptAccess" value="always">');
	document.write('<param name=FlashVars value="' + _flashVars + '">');
	document.write('<embed src="main.swf" id="main" name="main" loop="false" menu="false" quality="high" bgcolor="#FFFFFF" width="970" height="550" swLiveConnect="true" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="'+_flashVars+'">');
	document.write('</embed>');
	document.write('</object>');
}

