// マップウィンドウを開く function openWindow(id) { popupWin = window.open('map_zoom.php?id=' + id, 'remote', 'width=300,height=300') }