function inquiry(){
	window.open('../inquiry/index.html','','scrollbars=yes,resizable=yes,width=780,height=480');
}
function ilsale(){
	window.open('../ilsale/index.html');
}
function mypartners(){
	window.open('../index.html');
}
function reservation(){
	window.open('reservation/index.html','','scrollbars=yes,resizable=yes,width=720,height=500');
}

function inquiry2(){
	window.open('../../inquiry/index.html','','scrollbars=yes,resizable=yes,width=780,height=480');
}
function ilsale2(){
	window.open('../../ilsale/index.html');
}
function mypartners2(){
	window.open('../../index.html');
}
function reservation2(){
	window.open('../reservation/index.html','','scrollbars=yes,resizable=yes,width=720,height=500');
}

function winelist(){
	window.open('winelist.html','','scrollbars=yes,resizable=yes,width=760,height=500');
}

function tojiru(){
	close();
}

function modoru(){
	history.back();
}

function pdf(){
	window.open('map.pdf');
}