function viewPointText (id, title) {
	makeRequest('ajax.php', 'function=viewPointText&id='+ id, 'map_point_content');
	<!-- Begin LetsStat website statistieken code-->
	//if (title) {
		//updateStats('map_point', id, title);
	//}
	<!-- Eind LetsStat website statistieken code -->
}

function viewPointImages (id) {
	makeRequest('ajax.php', 'function=viewPointImages&id='+ id, 'map_point_images');
}
