//サブウィンドウ（過去の実績)function subWin01(){	window.open('','sub01','screenX=0,screenY=0,left=0,top=0,width=540,height=600,resizable=yes,status=no,scrollbars=yes,location=no,toolbar=no');}//サブウィンドウ（詳細マップ)function subWin02(){	window.open('','sub02','screenX=0,screenY=0,left=0,top=0,width=520,height=400,resizable=yes,status=no,scrollbars=yes,location=no,toolbar=no');}