if (document.layers) {
	window.captureEvents(Event.RESIZE);
	window.onresize=new Function("location.reload()");
}
function WinOpen1(){
window.open
('map.html','window2','resizable=1,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=520,height=550');
}
function WinOpen2(){
window.open
('map.html','window2','resizable=1,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=520,height=550');
}

//宴会の予約ボタンロールオーバー
var imagefile = new Array("images/form_enkai_01.gif", "images/form_enkai_02.gif");
var image = new Array(imagefile.length);
for(count = 0; count < (imagefile.length - 1); count++){
	image[count] = new Image();
	image[count].src = imagefile[count];
}

function ImageChange(id, kind){
	window.document.images[id].src  = imagefile[kind];
}


