<!--
//showSWF('images/introduction1.0.1.swf',940,240,'images/noflash.jpg');
function showSWFHead2011aw(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="125" border="0" usemap="#head_Map">');
		d.write('<map name="head_Map">');
		d.write('<area shape="rect" title="ショップ検索" coords="670,104,778,125" href="http://www.tomorrowland.jp/store/all/index.php?area[]=1&area[]=2&area[]=3&area[]=4&area[]=5&area[]=6&area[]=7&area[]=8&shop[]=4" target="_blank">');
		d.write('<area shape="rect" title="おすすめ情報" coords="605,104,670,125" href="/space/">');
		d.write('<area shape="rect" title="愛着の一枚" coords="449,104,605,125" href="/loveforgv/">');
		d.write('<area shape="rect" title="おすすめアイテム" coords="316,104,449,125" href="/items/">');
		d.write('<area shape="rect" title="最新ニュース" coords="227,104,316,125" href="/news/">');
		d.write('<area shape="rect" title="GALERIE VIE TOP" coords="381,35,611,95" href="/">');
		d.write('</map>');
	}
}
//-->
