function orte()
 {

document.writeln ('<link rel="stylesheet" href="../scripte/etnotables.css" type="text/css">');
        document.writeln ('<body div class="pkarte">');
        document.writeln ('<div style="position:absolute; z-index: 0; top:0px; left:0px; width:500px">' +
        '<img src="Plattform.jpg" width="500" height="500" border="0" alt="PLATTFORM">');

	var zahl = 1;

	while ( zahl <= index_max)
	{

      document.writeln ('<div style="position:absolute; z-index:' + zahl + '; top:' + ((oben[zahl])-10) + 'px; left:' + ((links[zahl])-0) + 'px; width:10px">' +
     '<a class="' + optik[zahl] + '" TARGET="Karten" href="' + sprung[zahl] + '" name="' + begrif[zahl] + '">' + begrif[zahl] + '</a></div>');



	    zahl = zahl + 1;

	} // Ende der Wiederhol-Schleife

         //document.writeln ('<div style="position:absolute; z-index: 65; top:390px; left:15px; width:100px">' +
        //'<a class="town20" TARGET="Legende" href="../Legenden/legende_intern.htm" name="#"><nobr>§§&nbsp;Legende(caption)</nobr></a></div>');
    }// Ende der Funktion
