<!--
//showSWF('images/introduction1.0.1.swf',940,240,'images/noflash.jpg');
function showSWFhead(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="window"></param>');
		d.write('<embed src="'+path+'" wmode="window" 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('<table width=800 height=112 border=0 cellpadding=0 cellspacing=0>');
		d.write('<tr>');
		d.write('<td colspan="7"><img src="/head_daitai/images/head_01.gif" width="700" height="12" border=0></td>');
		d.write('<td><a href="http://www.tomorrowland.jp/en/"><img src="/head_daitai/images/head_02.gif" width="100" height="12" border=0></a></td>');
		d.write('</tr>');
		d.write('<tr>');
		d.write('<td rowspan="2"><a href="http://www.tomorrowland.jp/home.php"><img src="/head_daitai/images/head_03.gif" width="284" height="58" border=0></a></td>');
		d.write('<td colspan="2"><a href="http://www.tomorrowland.jp/information/"><img src="/head_daitai/images/head_04.gif" width="175" height="28" border=0></a></td>');
		d.write('<td colspan="3"><a href="http://www.tomorrowland.jp/mailnews/"><img src="/head_daitai/images/head_05.gif" width="169" height="28" border=0></a></td>');
		d.write('<td colspan="2"><a href="http://www.tomorrowland.jp/special/"><img src="/head_daitai/images/head_06.gif" width="172" height="28" border=0></a></td>');
		d.write('</tr>');
		d.write('<tr>');
		d.write('<td><a href="http://www.tomorrowland.jp/store/all/"><img src="/head_daitai/images/head_07.gif" width="104" height="30" border=0></a></td>');
		d.write('<td colspan="2"><a href="http://www.tomorrowland.jp/company/"><img src="/head_daitai/images/head_08.gif" width="104" height="30" border=0></a></td>');
		d.write('<td><a href="http://www.tomorrowland.jp/company/recruit/"><img src="/head_daitai/images/head_09.gif" width="103" height="30" border=0></a></td>');
		d.write('<td colspan="2"><a href="http://www.tomorrowland.jp/members/"><img src="/head_daitai/images/head_10.gif" width="105" height="30" border=0></a></td>');
		d.write('<td><a href="http://www.tomorrowland.jp/onlinestore/"><img src="/head_daitai/images/head_11.gif" width="100" height="30" border=0></a></td>');
		d.write('</tr>');
		d.write('<tr>');
		d.write('<td colspan="8"><img src="/head_daitai/images/head_12.gif" width="800" height="41" border=0></td>');
		d.write('</tr>');
		d.write('<tr>');
		d.write('<td><img src="/head_daitai/images/spacer.gif" width="284" height="1" border=0></td>');
		d.write('<td><img src="/head_daitai/images/spacer.gif" width="104" height="1" border=0></td>');
		d.write('<td><img src="/head_daitai/images/spacer.gif" width="71" height="1" border=0></td>');
		d.write('<td><img src="/head_daitai/images/spacer.gif" width="33" height="1" border=0></td>');
		d.write('<td><img src="/head_daitai/images/spacer.gif" width="103" height="1" border=0></td>');
		d.write('<td><img src="/head_daitai/images/spacer.gif" width="33" height="1" border=0></td>');
		d.write('<td><img src="/head_daitai/images/spacer.gif" width="72" height="1" border=0></td>');
		d.write('<td><img src="/head_daitai/images/spacer.gif" width="100" height="1" border=0></td>');
		d.write('</tr>');
		d.write('</table>');
	}
}
//-->