<!--
function go(form)
{	if (form.apt.options[form.apt.selectedIndex].value == '' )
	{   form.apt.selectedIndex = 0	}
	else
	{	if ( ( parent == self ) || ( parent.ButtonBarFrame != null ) )
		{	location.href = form.apt.options[form.apt.selectedIndex].value	}
		else
		{	parent.location.href = form.apt.options[form.apt.selectedIndex].value	}
	}
}

	document.write( '<select name="apt" onchange="go(this.form)">' )
	document.write( '<option value="" selected>Übersicht' )
	document.write( '<option value="">..................' )
	document.write( '<option value="Gran_Canaria-al.html">Die Insel' )

//	document.write( '<option value="Lugares-al.html">Sehenswerte Orte' )
//	document.write( '<option value="Playas-al.html">Strande' )

	document.write( '<option value="MapaGran_Canaria-al.html">Landkarte' )
	document.write( '<option value="Fotos-al.html">Fotos' )
	document.write( '<option value="Video-al.html">Video' )
	document.write( '<option value="">..................' )
	document.write( '<option value="DondeAlojarse-al.html">Unterkunft Suchen' )
	document.write( '<option value="../cgi-local/Alojamiento/PgBuscAloj-GenProc.pl?modo=R&id=al&is=gr&TipoAlojXX=C&zona=XX&CatXX=C">Unterk.Reserv.' )
//	document.write( '<option value="OfertasAlojamiento-al.html">Ofertas aloj.' )
	document.write( '<option value="TurismoRural-al.html">Tourismus Rural' )
	document.write( '<option value="">..................' )
	document.write( '<option value="../cgi-local/RentaCar/PgRentaCar-gen.pl?is=gr&id=al">Rent a Car' )
	document.write( '<option value="../cgi-local/Viajes/PgViajes-gen.pl?id=al&is=gr">Reisen' )
	document.write( '<option value="">..................' )
	document.write( '<option value="OcioDiversion-al.html">Freizeit' )
	document.write( '<option value="Deportes-al.html">Sport' )
//	document.write( '<option value="DeCompras-al.html">De compras' )
//	document.write( '<option value="DondeComer-al.html">D&oacute;nde comer' )
//	document.write( '<option value="ArteCultura-al.html">Arte y Cultura' )
	document.write( '<option value="Gastronomia-al.html">Gastronomie' )
	//document.write( '<option value="http://192.168.1.1/cgi-local/sitesearch/sitesearch.pl?Terms=hotel">dd' )
	
	document.write( '</select>' )
//-->

