// JavaScript Document

<!--
		 if(document.images) {
    		pics = new Array();
    		pics[1] = new Image();
    		pics[1].src = "images/menu_pic/hov_home.jpg";
    		pics[2] = new Image();
    		pics[2].src = "images/menu_pic/hov_inquiry.jpg";
    		pics[3] = new Image();
    		pics[3].src = "images/menu_pic/hov_reservation.jpg";
    		pics[4] = new Image();
    		pics[4].src = "images/menu_pic/hov_picgall.jpg";
    		pics[5] = new Image();
    		pics[5].src = "images/menu_pic/hov_about_company.jpg";
    		pics[6] = new Image();
    		pics[6].src = "images/menu_pic/menu_main.jpg";
			
		}

		function changer(from,to) {
		    
    		if(document.images) {
    			document.images[from].src = pics[to].src;
						
    		}
		}
	
	
	
function change(id){ 
     ID = document.getElementById(id); 
     
     if(ID.style.display == "") 
          ID.style.display = "none"; 
     else 
          ID.style.display = ""; 
      }




var message = 'Please respect our Copyright.' + '\n' + '著作権保護のため無断コピーは禁止されています。' ;
function clickie() {
if (document.all) {
alert(message);
return false; } }
function clickns(e) {
if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2 || e.which==3) {
alert(message);
return false; } } }
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickns;
} else {
document.onmouseup=clickns;
document.oncontextmenu=clickie;
}


function getdata(){
     if(window.location.search){
          /* URLの「?」以降のパラメータを変数nに代入 */
          var n=window.location.search.substring(1,window.location.search.length);
          /* テキストボックスにパラメータを表示 */
          document.reservation.elements["getparam"].value=n;
        }
    }
    /* オンロード時に実行 */
   window.onload=getdata;

/*itinerary windows open function*/ 
function popmenu(urlis) { 

	window.open(urlis, "", "fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,directories=no,location=no,width=700,height=520,left=0,top=0");

}
/*link to parent window from itinerary window*/
function MM_callJS(jsStr) { //v2.0
	window.close()
  return eval(jsStr)
}
// -->
