function MapOpen(branCd){
	window.open("/map/?branCd="+branCd,"PAGODA_MAP","width=800,height=589,left=0,top=0,scrollbars=no");
}
function MapCorpOpen(corpIdx){
	window.open("/map/?corpIdx="+corpIdx,"PAGODA_MAP","width=800,height=589,left=0,top=0,scrollbars=no");
}