<!--


function NWin(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}



function openwin1() {
         var win1 = window.open('stay/index.html','newwin1','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=700,height=640');
}


function openwin2() {
         var win1 = window.open('banquet/hall_1.html','newwin1','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=800,height=500');
}

function openwin3() {
         var win1 = window.open('banquet/hall_2.html','newwin1','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=800,height=500');
}

function openwin4() {
         var win1 = window.open('banquet/hall_3.html','newwin1','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=800,height=500');
}



function opw1()
{
	window.open("stay/index2.html","");
}

function bqh1()
{
	window.open("banquet/hall_1.html","");
}

function bqh2()
{
	window.open("banquet/hall_2.html","");
}

function bqh3()
{
	window.open("banquet/hall_3.html","");
}


function bqhs1()
{
	window.open("hall_1.html","");
}

function bqhs2()
{
	window.open("hall_2.html","");
}

function bqhs3()
{
	window.open("hall_3.html","");
}



function out1()
{
	window.open("1f.html","");
}

function out2()
{
	window.open("2f.html","");
}


function restevent()
{
	window.open("rest_event.html","");
}


//-->