

	bild_file = new Array();
	bild_url = new Array();
	bild_text = new Array();
 
	bild_file[0]="<img border=1 width='160' height='120' SRC='../../bdt/europa_pl_wroclaw.jpg' alt='das Rathaus von Breslau, Polen'>";

 
	bild_url[0]="index.htm";


	bild_text[0]='das Rathaus von Breslau, Polen'


 	// Zufallszahlengenerator
	function zufallszahl(n) {
     		zahl = Math.floor(Math.random() * (n + 1));
     	return zahl;
 	}
	

	function checkFrameset() {
		if(!parent.kopfFrame) {
                	frameCheck=confirm('Dies ist eine Unterseite von reisezielinfo.de. Möchten Sie die Hauptseite nachladen?');		
                	if(frameCheck) {
                        	location.href="http://www.reisezielinfo.de/index.htm?" + location.pathname;

                		}
			}
		}

     	function map() { map = window.open("map.htm","map","width=330,height=391"); }
