    function map(){
    window.open("map.html","new01","location=0,menubar=0,scrollbars=1,status=0,toolbar=0,resizable=1,width=840,height=800");
}
    function inquiry(){
    window.open("https://www.shukutoku.ed.jp/inquiry.html","new02","location=0,menubar=0,scrollbars=1,status=0,toolbar=0,resizable=1,width=680,height=800");
}
    function OpenWin(theURL){
	window.open(theURL,'','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=400,height=400');
}

