function selectMapPoint (id) {
	SWFAddress.setValue("select=" + id);
	$('#maptop').ScrollTo(500);
	return false;
}

