

	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_mal_070.jpg' alt='eine Jeep-Safari auf Mallorca, Spanien'>";
	bild_file[1]="<img border=1 width='160' height='120' SRC='../../../bdt/europa_es_mall_030.jpg' alt='Landschaft auf Mallorca, Balearen, Spanien'>";
	bild_file[2]="<img border=1 width='160' height='120' SRC='../../../bdt/europa_es_mall_040.jpg' alt='Cap Formentor, Mallorca, Balearen, Spanien'>";
	bild_file[3]="<img border=1 width='160' height='120' SRC='../../../bdt/europa_es_mall_050.jpg' alt='Strände auf Mallorca, Balearen, Spanien'>";

	bild_url[0]="index.htm";
	bild_url[1]="index.htm";
	bild_url[2]="index.htm";
	bild_url[3]="index.htm";

	bild_text[0]='eine Jeep-Safari auf Mallorca, Spanien'
 	bild_text[1]='Landschaft auf Mallorca, Balearen, Spanien'
	bild_text[2]='Cap Formentor, Mallorca, Balearen, Spanien'
	bild_text[3]='ein Strand auf Mallorca, Balearen, 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"); }
     	function t220() { t220 = window.open("t220.htm","t220","width=366,height=264"); }
     	function t255() { t255 = window.open("t255.htm","t255","width=366,height=264"); }
