<!--
//showSWF('images/introduction1.0.1.swf',940,240,'images/noflash.jpg');
function showSWFFoot(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="1000" height="75" border="0" usemap="#foot_Map">');
		d.write('<map name="foot_Map">');
		d.write('<area shape="rect" alt="" coords="49,56,151,74" href="http://www.tomorrowland.jp/en/" title="English Site">');
		d.write('<area shape="rect" alt="" coords="862,30,948,55" href="http://www.tomorrowland.jp/onlinestore/" title="Online Store">');
		d.write('<area shape="rect" alt="" coords="722,30,861,55" href="http://www.tomorrowland.jp/mailnews/" title="Mail News&Mobile Site">');
		d.write('<area shape="rect" alt="" coords="621,30,721,55" href="http://www.tomorrowland.jp/members/" title="Members Card">');
		d.write('<area shape="rect" alt="" coords="550,30,620,55" href="http://www.tomorrowland.jp/company/recruit/" title="Recruit">');
		d.write('<area shape="rect" alt="" coords="444,30,549,55" href="http://www.tomorrowland.jp/company/" title="Company Profile">');
		d.write('<area shape="rect" alt="" coords="348,30,444,55" href="http://www.tomorrowland.jp/information/" title="重要なお知らせ">');
		d.write('<area shape="rect" alt="" coords="200,30,347,55" href="http://www.tomorrowland.jp/special/" title="Special Contents Archive">');
		d.write('<area shape="rect" alt="" coords="49,30,199,55" href="http://www.tomorrowland.jp/home.php" title="TOMORROWLAND CO.,LTD HOME">');
		d.write('<area shape="rect" alt="" coords="817,0,919,29" href="http://www.tomorrowland.jp/cafe/" title="Cafe">');
		d.write('<area shape="rect" alt="" coords="699,0,817,29" href="http://www.edition-jp.com/" title="Edition">');
		d.write('<area shape="rect" alt="" coords="544,0,698,29" href="http://www.galerievie.jp/" title="GALERIE VIE">');
		d.write('<area shape="rect" alt="" coords="411,0,544,29" href="http://www.despres.jp/" title="DES PRES">');
		d.write('<area shape="rect" alt="" coords="257,0,411,29" href="http://www.landoftomorrow.jp/" title="LAND OF TOMORROW">');
		d.write('<area shape="rect" alt="" coords="73,0,257,29" href="http://www.tomorrowland.jp/tomorrowland/" title="TOMORROWLANDS">');
		d.write('</map>');
	}
}
//-->
