
if (document.images) {

	kannaion  = new Image();
	kannaion.src  = "images/topmenu1_0.gif";
	kannaioff  = new Image();
	kannaioff.src  = "images/topmenu_0.gif";

	kotsuon  = new Image();
	kotsuon.src  = "images/topmenu1_1.gif";
	kotsuoff  = new Image();
	kotsuoff.src  = "images/topmenu_1.gif";

	haruon  = new Image();
	haruon.src  = "images/topmenu1_2.gif";
	haruoff  = new Image();
	haruoff.src  = "images/topmenu_2.gif";

	ryokinon  = new Image();
	ryokinon.src  = "images/topmenu1_3.gif";
	ryokinoff  = new Image();
	ryokinoff.src  = "images/topmenu_3.gif";

	kushituon  = new Image();
	kushituon.src  = "images/topmenu1_4.gif";
	kushituoff  = new Image();
	kushituoff.src  = "images/topmenu_4.gif";

	yoyakuon  = new Image();
	yoyakuon.src  = "images/topmenu1_5.gif";
	yoyakuoff  = new Image();
	yoyakuoff.src  = "images/topmenu_5.gif";

	tushinon  = new Image();
	tushinon.src  = "images/topmenu1_6.gif";
	tushinoff  = new Image();
	tushinoff.src  = "images/topmenu_6.gif";

	digicamon  = new Image();
	digicamon.src  = "images/topmenu2on_1.gif";
	digicamoff  = new Image();
	digicamoff.src  = "images/topmenu2_1.gif";

}
function imgOn(imgName) {
	if (document.images) {
		document[imgName].src = eval(imgName + "on.src");
	}
}
function imgOff(imgName) {
	if (document.images) {
		document[imgName].src = eval(imgName + "off.src");
	}
}

imgwin = '';
function _Oncall_jp_Img(img,w,h){
  //img:イメージファイル
  if (img != ''){		//イメージの存在チェック（存在する場合）
    image=new Image(); 	//イメージオブジェクト生成
    image.src=(img);
//    _Oncall_jp_ImgWin(img,image.width,image.height,0,0);
    _Oncall_jp_ImgWin(img,w,h,0,0);
  }
}
function _Oncall_jp_ImgWin(img,width,height,sb,rs){ 	//イメージの小窓表示
  //img:イメージファイル、width:ウィンドウ横幅(ピクセル)、height:ウィンドウ高さ(ピクセル)
  //sb:スクロールバー(0/1)、rs:リサイズ可否(0/1)
  if (img != ''){
    if(imgwin !=''){ imgwin.close(); }
    opt="width="+width+",height="+height+",scrollbars="+sb+",resizable="+rs;
    imgwin=window.open('','_blank',opt);
    imgwin.document.open();
    imgwin.document.writeln("<html><head><title>Sports Villa B&W</title></head>");
    imgwin.document.writeln("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
    imgwin.document.writeln("<div><img src='"+img+"'></div></body></html>");
    imgwin.document.close();
    imgwin.focus();
  }
}
function gotokanri() {
  openurl = "ks_gallery2.cgi";
  parent.location.href=openurl;
}
