var Schlafz = new Array();
var Personen = new Array();
 var Merkmale = new Array();
 var Name = new Array();
 var URL = new Array();
 var Preise = new Array();
 var Objektnr = new Array();
 var Position = new Array();
 var Kategorie = new Array();
 
 
 
 function naechstesObjekt() {
 var x=location.pathname;
 x=x.substring(x.lastIndexOf("/",x.length)+1,x.length);
 for(var i=0;i<URL.length;i++){
 	if(x == URL[i])
 	 {if(i==URL.length-1) location.href=URL[0]
 	   else location.href=URL[i+1];
 	break;}
 }
 }
 
 function vorigesObjekt() {
 var x=location.pathname;
 x=x.substring(x.lastIndexOf("/",x.length)+1,x.length);
 for(var i=0;i<URL.length;i++){
 	if(x==URL[i])
 	{if(i==0) location.href=URL[URL.length-1]
 	   else location.href=URL[i-1];
 	break;}
}
}

function schreibeKopfFuss()  {

	document.write('<div align="center">'); 
	document.write('<table border="2" bordercolor="#993333" width="100%">'); 
	document.write('<tr>');
	document.write('<td class="kopffuss">');

	document.write('Mallorca:');
	document.write('&nbsp;&nbsp;');	
	document.write('<a href="http://www.fincaferien.de/ferienhaus_mallorca/mallorca.1.htm">S&uuml;dost</a>');
	document.write('&nbsp;&nbsp;');	
	document.write('<a href="http://www.fincaferien.de/ferienhaus_mallorca/mallorca.2.htm">S&uuml;d</a>');
	document.write('&nbsp;&nbsp;');	
	document.write('<a href="http://www.fincaferien.de/ferienhaus_mallorca/mallorca.3.htm">Mitte</a>');
	document.write('&nbsp;&nbsp;');	
	document.write('<a href="http://www.fincaferien.de/ferienhaus_mallorca/mallorca.4.htm">S&uuml;dwest</a>');
	document.write('&nbsp;&nbsp;');		
	document.write('<a href="http://www.fincaferien.de/ferienhaus_mallorca/mallorca.5.htm">West</a>');
	document.write('&nbsp;&nbsp;');	
	document.write('<a href="http://www.fincaferien.de/ferienhaus_mallorca/mallorca.6.htm">Nord</a>');
	document.write('&nbsp;&nbsp;');	
	document.write('<a href="http://www.fincaferien.de/ferienhaus_mallorca/mallorca.7.htm">Nordost</a>');
	document.write('&nbsp;&nbsp;');
	document.write('<a href="http://www.finca-ibiza.de/ferienhaus_ibiza/ibiza.1.htm">Ibiza</a>');
	document.write('&nbsp;&nbsp;');
	document.write('<a href="http://www.fincaferien.de/ferienhaus_menorca/menorca.1.htm">Menorca</a>');
	document.write('&nbsp;&nbsp;');
	//document.write('<a href="http://www.fincaferien.de/ferienhaus_formentera/formentera.1.htm">Formentera</a>');
	//document.write('&nbsp;&nbsp;');
	document.write('<br>');
	
	document.write('<a href="http://www.finca-teneriffa.de/ferienhaus_teneriffa/teneriffa.1.htm">Teneriffa</a>');
	document.write('&nbsp;&nbsp;');
	document.write('<a href="http://www.fincaferien.de/ferienhaus_lapalma/lapalma.1.htm">La Palma</a>');
	document.write('&nbsp;&nbsp;');
	document.write('<a href="http://www.fincaferien.de/ferienhaus_gran_canaria/grancan.1.htm">Gran Canaria</a>');
	document.write('&nbsp;&nbsp;');
	document.write('<a href="http://www.fincaferien.de/ferienhaus_fuerteventura/fuerte.1.htm">Fuerteventura</a>');
	document.write('&nbsp;&nbsp;');
	document.write('<a href="http://www.fincaferien.de/ferienhaus_lanzarote/lanza.1.htm">Lanzarote</a>');
	document.write('&nbsp;&nbsp;');
	document.write('<a href="http://www.fincaferien.de/ferienhaus_el_hierro/hierro.1.htm">El Hierro</a>');
	document.write('&nbsp;&nbsp;');
	document.write('<a href="http://www.fincaferien.de/ferienhaus_la_gomera/lagomera.1.htm">La Gomera</a>');
	document.write('<br>');		
	
	document.write('<a href="http://www.fincaferien.de/1_Mallorca_Mietwagen.htm">Mietwagen</a>');
	document.write('&nbsp;&nbsp;');
	document.write('<a href="http://www.fincaferien.de/mallorca-fluege.htm">Fl&uuml;ge</a>');
	document.write('&nbsp;&nbsp;');
	document.write('<a href="http://www.fincaferien.de/index.htm">Home</a>');
	document.write('&nbsp;&nbsp;');
	document.write('<a href="mailto:fincaferien@t-online.de"><strong>E-Mail</strong></a>');
	document.write('<br>');		
	document.write('Finca-Ferien, die Ferienhaus-Vermittlung:');
	document.write('&nbsp;Tel./Fax&nbsp(49)&nbsp;');
	document.write('05121-26 77 58');
	document.write('</td>');
	document.write("</tr>");
	document.write("</table>");
	document.write("</div>"); }

