// JavaScript Document

function selectSpot(swfid, point) {
	document.getElementById(swfid).centerMapOnSpot(point);
}