function fotos(n)
{
f = n;
ancho = screen.width - 10;
alto = screen.height - 60;
resto = 'top=1,left=1,width=730,height=550,resizable=no,menubar=0,toolbar=0,directories=0,location=0,status=0,scrollbars=yes'
ventana=window.open(f,'fotos',resto);
ventana.focus()
}
function red()
{
if (document.SP.Pais.options[document.SP.Pais.selectedIndex].value == '')
{
	alert ('Selecciona un destino');
	return 0;
}else{
	location.href= document.SP.Pais.options[document.SP.Pais.selectedIndex].value + '.htm'}
}
function red2()
{
if (document.SP.Pais.options[document.SP.Pais.selectedIndex].value == '')
{
	alert ('Selecciona un destino');
	return 0;
}else{
	location.href= document.SP.Pais.options[document.SP.Pais.selectedIndex].value}
}

function envia()
{
document.busca.submit();
}

function va()
{
document.boletin.submit();
}
