var home_url = 'http://www.p-medical.com';
// 各校の地図を読み込む
function dispMap(id) {
	var width = 400, height = 400;
	sWin = window.open(home_url + '/school/map_' + id + '.html', 'map', 'width=' + width + ',height=' + height + ',innerWidth=' + width + ',innherHeight=' + height + ',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1');
	sWin.focus();
}

