<!--
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>Aqu&iacute; est&aacute; todo!' )
	document.write( '<option value="">..................' )
	document.write( '<option value="Lanzarote-es.html">La Isla' )

//	document.write( '<option value="Lugares-es.html">Lugares de interes' )
//	document.write( '<option value="Playas-es.html">Playas' )

	document.write( '<option value="MapaLanzarote-es.html">Mapas' )
	document.write( '<option value="Fotos-es.html">Fotos' )
	document.write( '<option value="Video-es.html">Video' )
	document.write( '<option value="">..................' )
	document.write( '<option value="DondeAlojarse-es.html">D&oacute;nde Alojarse' )
	document.write( '<option value="../cgi-local/Alojamiento/PgBuscAloj-GenProc.pl?modo=R&id=es&is=la&TipoAlojXX=C&zona=XX&CatXX=C">Reserva aloj.' )
//	document.write( '<option value="OfertasAlojamiento-es.html">Ofertas aloj.' )
	document.write( '<option value="TurismoRural-es.html">Turismo rural' )
	document.write( '<option value="">..................' )
	document.write( '<option value="../cgi-local/RentaCar/PgRentaCar-gen.pl?is=la&id=es">Alquiler veh&iacute;culos' )
	document.write( '<option value="../cgi-local/Viajes/PgViajes-gen.pl?id=es&is=la">Viajes' )
	document.write( '<option value="">..................' )
	document.write( '<option value="OcioDiversion-es.html">Ocio y Diversi&oacute;n' )
	document.write( '<option value="Deportes-es.html">Deportes' )
//	document.write( '<option value="DeCompras-es.html">De compras' )
//	document.write( '<option value="DondeComer-es.html">D&oacute;nde comer' )
//	document.write( '<option value="ArteCultura-es.html">Arte y Cultura' )
	document.write( '<option value="Gastronomia-es.html">Gastronom&iacute;a' )
	//document.write( '<option value="http://192.168.1.1/cgi-local/sitesearch/sitesearch.pl?Terms=hotel">dd' )
	
	document.write( '</select>' )
//-->

