// JavaScript Document
/**/
function inquiry() {
window.open('../inquiry/index.html', 'inquiry', 'width=720, height=500, scrollbars=yes, menubar=no, toolbar=no');
}

function inquiry1() {
window.open('inquiry/index.html', 'inquiry', 'width=720, height=500, scrollbars=yes, menubar=no, toolbar=no');
}

function contact1() {
window.open('open/index.html','open','scrollbars=yes,resizable=yes,width=700,height=500');
}

function contact2() {
window.open('close/index.html','close','scrollbars=yes,resizable=yes,width=700,height=500');
}

function contact3() {
window.open('openclose/index.html','openclose','scrollbars=yes,resizable=yes,width=700,height=500');
}

function contact4() {
window.open('kiki/index.html','kiki','scrollbars=yes,resizable=yes,width=700,height=500');
}

function contact5() {
window.open('rental/index.html','rental','scrollbars=yes,resizable=yes,width=700,height=500');
}

function contact6() {
window.open('../katei/seikyu/index.html','seikyu','scrollbars=yes,resizable=yes,width=700,height=500');
}

function contact7() {
window.open('../prego/school/form.html','school','scrollbars=yes,resizable=yes,width=700,height=500');
}
