function setMap(id, map)
{

       point1 = new google.maps.LatLng(50.816497, 4.426374);
       point2 = new google.maps.LatLng(50.634723, 5.57111);
       point3 = new google.maps.LatLng(51.175888, 4.424347);
       point4 = new google.maps.LatLng(50.462694, 4.413668);
       point5 = new google.maps.LatLng(50.826883, 3.260078);

       map.panTo(eval('point'+id));
}
