<!--
//showSWF('images/introduction1.0.1.swf',940,240,'images/noflash.jpg');
function showSWFFooter(path,width,height,substitute_image){
	var mime = "application/x-shockwave-flash";
	var n = navigator;
	var d = document;
	if (n.userAgent.indexOf('Mobile') == -1){
		var hash = new Date();
		var time = hash.getTime();
		path = path + "?timer=" + time;
		d.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="'+width+'" height="'+height+'">');
		d.write('<param name="movie" value="'+path+'"></param>');
		d.write('<param name="quality" value="high"></param>');
		d.write('<param name="wmode" value="transparent"></param>');
		d.write('<embed src="'+path+'" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'">');
		d.write('</embed>');
		d.write('</object>');
	}
	else {
		d.write('<img src="'+substitute_image+'" width="920" height="75" border="0" usemap="#footer_Map">');
		d.write('<map name="footer_Map">');
		d.write('<area shape="rect" alt="" coords="22,55,104,75" href="http://www.tomorrowland.jp/en/" title="English Site">');
		d.write('<area shape="rect" alt="" coords="826,31,908,54" href="http://www.tomorrowland.jp/onlinestore/" title="Online Store">');
		d.write('<area shape="rect" alt="" coords="687,31,825,54" href="http://www.tomorrowland.jp/mailnews/" title="Mail News&Mobile Site">');
		d.write('<area shape="rect" alt="" coords="584,30,686,54" href="http://www.tomorrowland.jp/members/" title="Members Card">');
		d.write('<area shape="rect" alt="" coords="510,31,583,54" href="http://www.tomorrowland.jp/company/recruit/" title="Recruit">');
		d.write('<area shape="rect" alt="" coords="406,31,509,54" href="http://www.tomorrowland.jp/company/" title="Company Profile">');
		d.write('<area shape="rect" alt="" coords="311,31,405,54" href="http://www.tomorrowland.jp/information/" title="重要なお知らせ">');
		d.write('<area shape="rect" alt="" coords="163,31,310,54" href="http://www.tomorrowland.jp/special/" title="Special Contents Archive">');
		d.write('<area shape="rect" alt="" coords="12,31,162,54" href="http://www.tomorrowland.jp/home.php" title="TOMORROWLAND CO.,LTD HOME">');
		d.write('<area shape="rect" alt="" coords="791,0,893,30" href="http://www.tomorrowland.jp/cafe/" title="Cafe">');
		d.write('<area shape="rect" alt="" coords="666,0,790,30" href="http://www.edition-jp.com/" title="Edition">');
		d.write('<area shape="rect" alt="" coords="509,0,665,30" href="http://www.galerievie.jp/" title="GALERIE VIE">');
		d.write('<area shape="rect" alt="" coords="373,0,509,30" href="http://www.despres.jp/" title="DES PRES">');
		d.write('<area shape="rect" alt="" coords="216,0,373,30" href="http://www.landoftomorrow.jp/" title="LAND OF TOMORROW">');
		d.write('<area shape="rect" alt="" coords="22,0,216,30" href="http://www.tomorrowland.jp/tomorrowland/" title="TOMORROWLANDS">');
		d.write('</map>');
	}
}
//-->
