

	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_es_bilbao_guggenheim.jpg' alt='das Guggenheim-Museum in Bilbao, Spanien'>";
	bild_file[1]="<img border=1 width='160' height='120' SRC='../../../bdt/europa_es_madrid_palast.jpg' alt='der Königspalast in Madrid, Spanien'>";
	bild_file[2]="<img border=1 width='160' height='120' SRC='../../../bdt/europa_es_avila_kathedrale.jpg' alt='die Kathedrale von Avila, Spanien'>";
	bild_file[3]="<img border=1 width='160' height='120' SRC='../../../bdt/europa_es_barcelona_famila.jpg' alt='die bekannte unvollendete Kirche Sagrada Familia in Barcelona, Spanien'>";
 
	bild_url[0]="index.htm";
	bild_url[1]="index.htm";
	bild_url[2]="index.htm";
	bild_url[3]="index.htm";


	bild_text[0]='das Guggenheim-Museum in Bilbao, Spanien'
	bild_text[1]='der Königspalast in Madrid, Spanien'
	bild_text[2]='die Kathedrale von Avila, Spanien'
 	bild_text[3]='die bekannte unvollendete Kirche Sagrada Familia in Barcelona, Spanien'

 
 	// 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=325,height=394"); }

     	function t142() { t142 = window.open("t142.htm","t142","width=366,height=264"); }