function resize(){
	if(document.images){
		//resizeTo(790,890);
	}
}
function swImg(iName, str){
	if(document.images){
		document.images[iName].src = str;
	}
}
function openWin(){
	window.open("../other/reserve.html", "初めて高田歯科医院に来られる方へ", "width=400, height=730");
}

function openWinStaff_ofer(){
	window.open("../other/job_offer.html", "", "width=400, height=700");
}
