
document.write('<p align="center"><a name="map"></a><img style="position: relative;" src="map-East-Africa.gif" usemap="#travelmap"><br>');
document.write('<map name="travelmap">');

  document.write(MapArea(104,270,5,'Osnabrück','album1#osnabrück'));
  document.write(MapArea(89,290,5,'Münster','album1#münster'));
  document.write(MapArea(321,254,5,'Berlin','album2'));
  document.write(MapArea(238,179,5,'Schwerin','album1#schwerin'));
  document.write(MapArea(212,165,5,'Lübeck','album1#lübeck'));
  document.write(MapArea(185,184,5,'Hamburg','album1#hamburg'));
  document.write(MapArea(276,40,5,'Copenhagen','album3'));

  // document.write(MapArea(,,5,'','#'));

document.write('</map></p>');

