// Side Common Javascript
// Brochure
document.write('<div id="brochure">');
document.write('<div class="clearfix">');
document.write('<ul>');
document.write('<li><a class="arrow-pdf" href="http://www.garland-hotel.com/brochure.pdf" rel="external">Web-brochure (JP only)</a></li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');

// Introduction
document.write('<div id="introduction">');
document.write('<div class="clearfix">');
document.write('<p class="photo"><img src="../img/common/introduction.jpg" alt="Sapporo Garland Hotel" /></p>');
document.write('<h3>Sapporo Garland Hotel</h3>');
document.write('<p>Nishi-5-1 Minami-7, Chuo-ku, Sapporo, Hokkaido, Japan 064-0807</p>');
document.write('<p>TEL: 011-521-1521<br />International: 81-11-521-1521<br />FAX: 011-521-7521<br />International: 81-11-521-7521<br /></p>');
document.write('<p>Check-in: From 14:00<br />Last Checkout: 11:00</p>');
document.write('<h4>[Access]</h4>');
document.write('<ul>');
document.write('<li>Five minute walk from either Susukino [N 08] or Nakajima Koen [N 09] stations on the Sapporo Municipal Subway Nanboku Line [N].</li>');
document.write('<li>Eight minute walk from Hosui Susukino Station [H 09] on the Sapporo Municipal Subway Toho Line [H].</li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');

// Banner
document.write('<div class="banner">');
document.write('<h3>Introduction to the Group&rsquo;s Hotels</h3>');
document.write('<div class="clearfix">');
document.write('<ul>');
document.write('<li><a href="http://www.ginkoku.co.jp/" rel="external"><img src="../img/banner/ginzakokusai.gif" alt="Ginza International Hotel" /></a><strong>Ginza International Hotel</strong></li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');

