<!--
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>Find it here!' )
	document.write( '<option value="">..................' )
	document.write( '<option value="Fuerteventura-in.html">The island' )

//	document.write( '<option value="Lugares-in.html">Places of interest' )
//	document.write( '<option value="Playas-in.html">Beaches' )

	document.write( '<option value="MapaFuerteventura-in.html">Maps' )
	document.write( '<option value="Fotos-in.html">Photos' )
	document.write( '<option value="Video-in.html">Video' )
	document.write( '<option value="">..................' )
	document.write( '<option value="DondeAlojarse-in.html">Where to stay' )
	document.write( '<option value="../cgi-local/Alojamiento/PgBuscAloj-GenProc.pl?modo=R&id=in&is=fu&TipoAlojXX=C&zona=XX&CatXX=C">Book accommod.' )
//	document.write( '<option value="OfertasAlojamiento-in.html">Ofertas aloj.' )
	document.write( '<option value="TurismoRural-in.html">Rural tourism' )
	document.write( '<option value="">..................' )
	document.write( '<option value="../cgi-local/RentaCar/PgRentaCar-gen.pl?is=fu&id=in">Rent a Car' )
	document.write( '<option value="../cgi-local/Viajes/PgViajes-gen.pl?id=in&is=fu">Travel' )
	document.write( '<option value="">..................' )
	document.write( '<option value="OcioDiversion-in.html">Leisure time' )
	document.write( '<option value="Deportes-in.html">Sports' )
//	document.write( '<option value="DeCompras-in.html">De compras' )
//	document.write( '<option value="DondeComer-in.html">D&oacute;nde comer' )
//	document.write( '<option value="ArteCultura-in.html">Arte y Cultura' )
	document.write( '<option value="Gastronomia-in.html">Gastronomy' )
	//document.write( '<option value="http://192.168.1.1/cgi-local/sitesearch/sitesearch.pl?Terms=hotel">dd' )
	
	document.write( '</select>' )
//-->

