
if (document.images) {
	menuOn = new Array();
	menuOff = new Array();
	for (i=0; i<6; i++) {
		menuOn[i] = new Image();
		menuOff[i] = new Image();
 		menuOn[i].src = "../../images/menu"+"0"+(i+1)+"_over.gif";
		menuOff[i].src = "../../images/menu"+"0"+(i+1)+".gif";
	}
}

function swImg(iName,str)
{
	document.images[iName].src = str;
}

function openWin(URL)
{
	window.open(URL,"hotel","width=330,height=600,scrollbars=yes");
}

function openMap(URL)
{
	window.open(URL,"map","width=630,height=550,scrollbars=yes");
}

function openTenki(){
	window.open("http://www.vento-mpd.co.jp/svc/kokudo/wx.php?pcd=S14","window","scrollbars=0,resizable=0,toolbar=0,width=540,height=630");
}


