﻿// --------------------------------------------------
// Header
// --------------------------------------------------
document.write('<div id="header">');

	// Logo
	// --------------------------------------------------
	document.write('<h1><a id="logo" href="../" title="Link to Home">HOTEL PACIFIC TOKYO</a></h1>');
	//document.write('<h2><a id="logo-meridien" href="../" title="Le MERIDIEN PACIFIC TOKYO">Le MERIDIEN PACIFIC TOKYO</a></h2>');

	// exNav
	// --------------------------------------------------
	document.write('<div id="exnav">');
		document.write('<ul>');
		// document.write('<li><a id="exnav01" href="https://asp.hotel-story.ne.jp/mail/00370/pacifictokyo/eng/" onclick="window.open(\'https://asp.hotel-story.ne.jp/mail/00370/pacifictokyo/eng/\',\'subwin\',\'width=620,height=750,scrollbars=1,resizable=1\'); return false;">Inquiry</a></li>');
		document.write('<li><a id="exnav01" href="../../zh-tw/">中国語(繁体字)</a></li>');
		document.write('<li><a id="exnav02" href="../../ko/">韓国語</a></li>');
		document.write('<li><a id="exnav03" href="../../eng/">英語</a></li>');
		document.write('<li><a id="exnav04" href="../../">日本語</a></li>');
		document.write('</ul>');
	document.write('</div>');

document.write('</div>');
