/* +++Mission Statement++++++++++++++++++++++++++++++++++++++++++++++
+
+ Since:2007-12-28
+ Update:200X-XX-XX
+
+ http://www.ms-inc.co.jp/
+ EditiorID:
+ EditiorID:
+
+ + use library:jquery-1.2.6.js,jquery.flash.js
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/*@cc_on var doc = document; eval('var document = doc');@*/

/* On Load Action ++++++++++++++++++++++++++++++++++++++++++ */

//flash load 
$(document).ready(function(){
	$('#flashArea').flash(
		{ src: 'img/swf/topflash.swf',
			width: 748,
			height: 263 },
		{ version: 8 }
	);
});



