// JavaScript Document

//　テーブルセルカラー変更
function tableBG(tdObject, status){
	var bgColor = status ? "#FFffcc" : "";
	tdObject.style.backgroundColor = bgColor;
}

//　携帯版サイト閲覧
function mobilewin(){window.open("i-mode.htm","mobile","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=170,height=300,left=0,top=0");
}

//　パノラマ画像ウィンドウ
function dmswin(url){
	subwin=window.open(url,"dms","toolbar=no,location=no,directories=no,scrollbars=yes,status=yes,menubar=yes,resizable=yes,width=560,height=450");
}

//　ルーム写真ウィンドウ
function roomwin(url){
	subwin=window.open(url,"room","toolbar=no,location=no,directories=no,scrollbars=yes,status=yes,menubar=yes,resizable=yes,width=560,height=480");
}

//　電話予約ウィンドウ
function phonewin(url){
	subwin=window.open(url,"room","toolbar=no,location=no,directories=no,scrollbars=yes,status=yes,menubar=yes,resizable=yes,width=560,height=500");
}

//　マップウィンドウ
function mapWin(url){
  subwin=window.open(url,"map","width=640,height=530,left=200,top=200")
}

//　食事ウィンドウ
function foodwin(){window.open("foods.htm","food","toolbar=no,location=no,directories=no,scrollbars=yes,status=yes,menubar=yes,resizable=yes,width=570,height=490");
}
