// 地図　小ウィンドウ

function OpenWin(){
    win=window.open("map.html","new","toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,width=600,height=660");
	win.moveTo(10,10);
}

