

	bild_file = new Array();
	bild_url = new Array();
	bild_text = new Array();
 
	bild_file[0]="<img border=1 width='160' height='120' SRC='../../../bdt/amerika_KAN_0136.jpg' alt='der Pazific Rim Nationalpark in British Columbia, Kanada'>";
	bild_file[1]="<img border=1 width='160' height='120' SRC='../../../bdt/amerika_KAN_0200.jpg' alt='Großartige Weite, landschaftliche Schönheit und Vielfalt von Kanada'>";
	bild_file[2]="<img border=1 width='160' height='120' SRC='../../../bdt/amerika_KAN_0519.jpg' alt='Spirit Island im Maligne Lake, Kanada'>";
	bild_file[3]="<img border=1 width='160' height='120' SRC='../../../bdt/amerika_KAN_0757.jpg' alt='das legendäre Banff Springs Hotel, Kanada'>";
	bild_file[4]="<img border=1 width='160' height='120' SRC='../../../bdt/amerika_KAN_1097.jpg' alt='Vancouver - die Metropole im Westen von Kanada'>";
	bild_file[5]="<img border=1 width='160' height='120' SRC='../../../bdt/amerika_KAN_1233.jpg' alt='der Duffey Lake liegt zwischen Whistler und Lillooet, Kanada'>";

 
	bild_url[0]="index.htm";
	bild_url[1]="index.htm";
	bild_url[2]="index.htm";
	bild_url[3]="index.htm";
	bild_url[4]="index.htm";
	bild_url[5]="index.htm";


	bild_text[0]='der Pazific Rim Nationalpark in British Columbia, Kanada'
	bild_text[1]='Großartige Weite, landschaftliche Schönheit und Vielfalt von Kanada'
	bild_text[2]='Spirit Island im Maligne Lake, Kanada'
	bild_text[3]='das legendäre Banff Springs Hotel, Kanada'
	bild_text[4]='Vancouver - die Metropole im Westen von Kanada'
	bild_text[5]='der Duffey Lake liegt zwischen Whistler und Lillooet, Kanada'



 	// 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=626,height=354"); }