<!--
//ParkMap ChangeImg
function fsSetParkmapImg(){
	var xDate = new Date();
	var xHour = xDate.getHours();
	var xTgImg = "parkMapD";
	
	if (xHour>=6 && xHour<18){
		var xTgImg = "parkMapD";
	}else{
		var xTgImg = "parkMapN";
	}
	document.write('<p id="' + xTgImg + '">');
}

function fsHeaderNavi(){
	document.write('<div id="tdcLinkH">');
	document.write('<p class="textLink">');
	document.write('<a href="http://www.tokyo-dome.co.jp/traffic/index.htm" target="_blank">交通案内</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/areamap/" target="_blank">シティマップ</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/schedule/" target="_blank">シティスケジュール</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/faq/" target="_blank">Q&amp;A</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/service/index.htm" target="_blank">サービスガイド</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/sitemap/" target="_blank">サイトマップ</a>');
	document.write('</p>');
	document.write('<a href="http://www.tokyo-dome.co.jp/" target="_blank"><img src="/images/navi/logo_tdc.gif" alt="TokyoDomeCity" id="tdcH" /></a>');
	document.write('</div>');
	
	document.write('<div id="hNaviContainer">');
	document.write('<div id="hNavi">');
	document.write('<img src="/images/navi/header_text.gif" alt="ラクーア。それは、不思議な水が作り出した今までにない全く新しい世界。" id="hTxt" /><br />');
	document.write('<a href="/"><img src="/images/navi/logo.jpg" alt="LaQua" id="logo" /></a>');
	document.write('<ul>');
	document.write('<li id="hnaviNews"><a href="/news"><img src="/images/navi/hnavi_news.jpg" alt="LaQuaNews" /></a></li>');
	document.write('<li id="hnaviSpa"><a href="/spa_s/index.html"><img src="/images/navi/hnavi_spa.jpg" alt="Spa" /></a></li>');
	document.write('<li id="hnaviShop"><a href="/shop/topics"><img src="/images/navi/hnavi_shop.jpg" alt="Shop" /></a></li>');
	document.write('<li id="hnaviRest"><a href="/restaurant/topics"><img src="/images/navi/hnavi_rest.jpg" alt="Restaurant" /></a></li>');
	document.write('<li id="hnaviAttra"><a href="/attraction/topics"><img src="/images/navi/hnavi_attra.jpg" alt="Attraction" /></a></li>');
	document.write('<li id="hnaviSecret"><a href="/room/myroom.html"><img src="/images/navi/hnavi_secret.jpg" alt="ラクーアちゃんの部屋" /></a></li>');
	document.write('</ul>');
	document.write('</div>');
	
	fsSetParkmapImg();
	
	document.write('<a href="/map/index.html"><img src="/images/spacer.gif" width="95" height="29" alt="ParkMap" /></a>');
	document.write('</p>');
	document.write('</div>');
}
		
//Footer Navigation
function fsFooterNavi(){
	document.write('<div id="tdcLinkF">');
	document.write('<p id="link">');
	document.write('<a href="http://www.tokyo-dome.co.jp/" target="_blank"><img src="/images/navi/f_link01.gif" width="231" height="41" alt="TokyoDomeCity" /></a>');
	document.write('<a href="http://www.tokyo-dome.jp/" target="_blank"><img src="/images/navi/f_link02.gif" width="77" height="18" alt="企業情報" /></a>');
	document.write('<a href="http://www.tokyo-dome.co.jp/privacy/" target="_blank"><img src="/images/navi/f_link03.gif" width="121" height="18" alt="個人情報について" /></a>');
	document.write('<a href="http://www.tokyo-dome.co.jp/kiyaku/" target="_blank"><img src="/images/navi/f_link04.gif" width="110" height="18" alt="サイト利用規約" /></a>');
	document.write('</p>');
	document.write('<p id="copy"><img src="/images/navi/f_link05.gif" width="327" height="34" alt="Copyright(c)株式会社東京ドーム All right reserved." id="fCopy" /></p>');
	document.write('</div>');
	
	//becon start
	document.write("<!-- START Nielsen//NetRatings SiteCensus V5.2 -->\n");
	document.write("<script type='text/javascript'>\n");
	document.write("var _rsCI='laqua';\n");
	document.write("var _rsCG='0';\n");
	document.write("var _rsDN='//secure-jp.imrworldwide.com/';\n");
	document.write("var _rsIP=1;\n");
	document.write("</script>\n");
	document.write("<script type='text/javascript' src='//secure-jp.imrworldwide.com/v52.js'></script>\n");
	document.write("<!-- END Nielsen//NetRatings SiteCensus V5.2 -->\n");

	//becon end
}

//Top Header
function fsTopHeader(){
	document.write('<div id="tdcLinkH">');
	document.write('<p class="textLink">');
	document.write('<a href="http://www.tokyo-dome.co.jp/traffic/index.htm" target="_blank">交通案内</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/areamap/" target="_blank">シティマップ</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/schedule/" target="_blank">シティスケジュール</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/faq/" target="_blank">Q&amp;A</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/service/index.htm" target="_blank">サービスガイド</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/sitemap/" target="_blank">サイトマップ</a>');
	document.write('</p>');
	document.write('<a href="http://www.tokyo-dome.co.jp/" target="_blank"><img src="/images/navi/logo_tdc.gif" alt="TokyoDomeCity" id="tdcH" /></a>');
	document.write('</div>');
	document.write('<div id="topH">');
	document.write('<div id="logo">');
	document.write('<img src="/images/top/logo.gif" width="223" height="76" alt="" class="logo" /><br />');
	document.write('<img src="/images/top/tagline.gif" width="324" height="10" alt="" />');
	document.write('</div>');

	fsSetParkmapImg();
	
	document.write('<a href="/map/index.html"><img src="/images/spacer.gif" width="80" height="60" alt="ParkMap" id="linkMap" /></a>');
	document.write('<a href="/map/index.html?skip_label=spa"><img src="/images/spacer.gif" width="75" height="20" alt="Spa" id="linkSpa" /></a>');
	document.write('<a href="/map/index.html?skip_label=shop"><img src="/images/spacer.gif" width="90" height="20" alt="Shopping" id="linkShop" /></a>');
	document.write('<a href="/map/index.html?skip_label=shop"><img src="/images/spacer.gif" width="90" height="20" alt="Restaurant" id="linkRest" /></a>');
	document.write('<a href="/map/index.html?skip_label=attraction"><img src="/images/spacer.gif" width="90" height="20" alt="Attraction" id="linkAttra" /></a>');
	document.write('</p>');
	document.write('</div>');
}


//Top Flash Header
function fsTopFlaHeader(){
	document.write('<div id="tdcLinkH">');
	document.write('<p class="textLink">');
	document.write('<a href="http://www.tokyo-dome.co.jp/traffic/index.htm" target="_blank">交通案内</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/areamap/" target="_blank">シティマップ</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/schedule/" target="_blank">シティスケジュール</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/faq/" target="_blank">Q&amp;A</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/service/index.htm" target="_blank">サービスガイド</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/sitemap/" target="_blank">サイトマップ</a>');
	document.write('</p>');
	document.write('<a href="http://www.tokyo-dome.co.jp/" target="_blank"><img src="/images/navi/logo_tdc.gif" alt="TokyoDomeCity" id="tdcH" /></a>');
	document.write('</div>');
}

//Top HeaderNavi
function fsTopHeaderNavi(){
	document.write('<div id="topNaviContainer">');
	document.write('<ul id="naviTop">');
	document.write('<li id="hnaviNews"><a href="/"><img src="/images/top/hnavi_news.jpg" alt="LaQuaNews" /></a></li>');
	document.write('<li id="hnaviSpa"><a href="/spa"><img src="/images/top/hnavi_spa.jpg" alt="Spa" /></a></li>');
	document.write('<li id="hnaviShop"><a href="/shop"><img src="/images/top/hnavi_shop.jpg" alt="Shop" /></a></li>');
	document.write('<li id="hnaviRest"><a href="/restaurant"><img src="/images/top/hnavi_rest.jpg" alt="Restaurant" /></a></li>');
	document.write('<li id="hnaviAttra"><a href="/attraction"><img src="/images/top/hnavi_attra.jpg" alt="Attraction" /></a></li>');
	document.write('<li id="hnaviSecret"><a href="/room/index.html"><img src="/images/top/hnavi_secret.jpg" alt="ラクーアちゃんの部屋" /></a></li>');
	document.write('</ul>');
	document.write('</div>');
}
-->
