﻿<!--
var photo_status = "off";

function photo_gallery(){
  if(photo_status == "off")
  {
    document.getElementById("photo_img1").src = "images/main_photo_1_gal.jpg";
    document.getElementById("photo_img2").src = "images/main_photo_2_gal.jpg";
    photo_status = "on";
  }
  else
  {
    document.getElementById("photo_img1").src = "images/main_photo_1.jpg";
    document.getElementById("photo_img2").src = "images/main_photo_2.jpg";
    photo_status = "off";
  }
}

function photo_popup(){
  if(photo_status == "off")
  {
    document.getElementById("photo_img1").src = "images/main_photo_1_gal.jpg";
    document.getElementById("photo_img2").src = "images/main_photo_2_gal.jpg";
    photo_status = "on";
  }
  else
  {
    window.open("slideshow.html","present","width=560,height=600,scrollbars=yes");
  }
}

function popup(){
	window.open("guest.html","guest","width=500,height=650,scrollbars=yes");
}

function banner()
{
document.write('<a href="http://www.kasuikyo.com/~lang/ko/" target="_blank"><img src="../img/hotel/banner_kasuikyo.jpg" width="180" height="75" alt="加賀片山津温泉　佳水郷" /></a>');
document.write('<a href="http://www.tokyobay-makuhari.com/kr/index.html" target="_blank"><img src="../img/hotel/banner_makuhari.jpg" width="180" height="75" alt="アパホテル＆リゾート＜東京ベイ幕張＞" /></a>');
document.write('<a href="http://www.myoko-pv.com/~mlang/ko/" target="_blank"><img src="../img/hotel/banner_myokopv.jpg" width="180" height="75" alt="妙高パインバレー" /></a>');
document.write('<a href="http://www.apahotel.com/~lang_sapporo/ko/" target="_blank"><img src="../img/hotel/banner_resortsapporo.jpg" width="180" height="75" alt="アパホテル＆リゾート＜札幌＞" /></a>');
}
// -->