/** |READ ME| **********************************************************************************************************

"みんなでつくる EGG SEASON-3"

JavaScript File
トップページ制御用JS（jQuery）

Ver.201106

------------------------------------------------------------------------------------------------------------------------

このファイルは、『トップページ制御用JS』が記述されています。

01. 画面遷移

********************************************************************************************************** |READ ME| **/


/** |01. 画面遷移| >> ************************************************************************************* >> START **/


//メインフラッシュの挿入
function setMainSwf(){
$('div#flashContent').empty();
$('div#flashContent').append('<div class="altFlash"><h2 class="logoElena"><img src="img/logo_elena.gif" width="181" height="17" alt="Elena Lab." /></h2><div class="intro"><p class="txt">このページをご覧になるには最新のFlash Playerが必要です。<a href="http://get.adobe.com/jp/flashplayer/" target="_blank">こちら</a>から最新のFlash Playerをインストールした後、このページを再読み込みしてください。</p></div><h1><b>株式会社 ELENA Lab.</b>(株式会社エレナラボ)</h1><p class="adress">〒153-0064 東京都目黒区下目黒 2-23-15　下目黒ビル10F</p><div class="contact">TEL : 03-6303-9450<br />FAX : 03-6303-9451<br />e-mail : <a href="mailto:info@elenalab.com" >info@elenalab.com</a><br /></div><div class="map"><p class="imgMap"><a href="http://maps.google.co.jp/maps/ms?msid=217601040343227563308.0004a9fdd1d3c3ce28748&msa=0&ll=35.62993,139.710705&spn=0.001402,0.002728" target="_blank"><img src="img/img_map.gif" alt="GoogleMap"/></a></p><p class="btnGoogleMap"><a href="http://maps.google.co.jp/maps/ms?msid=217601040343227563308.0004a9fdd1d3c3ce28748&msa=0&ll=35.62993,139.710705&spn=0.001402,0.002728" target="_blank"><img src="img/btn_googlemap.gif" width="66" height="12" alt="GoogleMap"/></a></p></div><p class="copyright">Copyright (C)2005-2011 ELENA Lab. All Rights Reserved.</p></div>');
var flashvars = {};
var params = {play:"true", scale: "showAll", menu:"true", loop:"false", quality:"high", bgcolor:"#ffffff", allowScriptAccess:"always", allowFullScreen:"true", wmode:"transparent"};
var attributes = { id:"flashContent", name:"flashContent" };
swfobject.embedSWF("./swf/MainLoader.swf", "flashContent", "100%", "100%", "9.0.0", null, flashvars, params, attributes);
swffit.fit("flashContent", 1000,890);
}

setMainSwf();


/** |01. 画面遷移| << *************************************************************************************** << END **/







