if(null==mundo_textos) var mundo_textos = new Array()
mundo_textos[mundo_textos.length] = 'Seleccione';
mundo_textos[mundo_textos.length] = 'Alemania';
mundo_textos[mundo_textos.length] = 'Argentina';
mundo_textos[mundo_textos.length] = 'Brasil';
mundo_textos[mundo_textos.length] = 'Chile';
mundo_textos[mundo_textos.length] = 'Colombia';
mundo_textos[mundo_textos.length] = 'Ecuador';
mundo_textos[mundo_textos.length] = 'El Salvador';
mundo_textos[mundo_textos.length] = 'España';
mundo_textos[mundo_textos.length] = 'Estados Unidos';
mundo_textos[mundo_textos.length] = 'Guatemala';
mundo_textos[mundo_textos.length] = 'Marruecos';
mundo_textos[mundo_textos.length] = 'México';
mundo_textos[mundo_textos.length] = 'Nicaragua';
mundo_textos[mundo_textos.length] = 'Panamá';
mundo_textos[mundo_textos.length] = 'Perú';
mundo_textos[mundo_textos.length] = 'Puerto Rico';
mundo_textos[mundo_textos.length] = 'República Checa';
mundo_textos[mundo_textos.length] = 'Uruguay';
mundo_textos[mundo_textos.length] = 'Venezuela';


if(null==mundo_valores) var mundo_valores = new Array();
mundo_valores[mundo_valores.length] = '.';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.de';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.ar';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.br';
mundo_valores[mundo_valores.length] = 'http://www.telefonicachile.cl';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.co';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.ec';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.sv';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.es';
mundo_valores[mundo_valores.length] = 'http://www.us.telefonica.com';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.gt';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.ma';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.mx';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.ni';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.pa';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.pe';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.pr/empresas/';
mundo_valores[mundo_valores.length] = 'http://www.cz.o2.com/home/en/main/index.html';
mundo_valores[mundo_valores.length] = 'http://www.uy.telefonica.com';
mundo_valores[mundo_valores.length] = 'http://www.ve.telefonica.com';












/*---*-*/
function carga_grupo() {		
for (i=0; i<es_textos.length; i++){ 
opt(es_valores[i],es_textos[i]); 
}
}
function carga_mundo() {	
for (i=0; i<mundo_textos.length; i++){ 
opt(mundo_valores[i],mundo_textos[i]);
}
}
function opt(href,text) {
document.write('<OPTION VALUE="',href,'">',text,'<\/OPTION>');
}
function cambio1(object)
{
var current = object.grupo.selectedIndex;
if(current == 1 || current == 2 || current == 8 || current == 15 || current == 23 || current == 28 || current == 37 || current == 39 || current == 42)
//Admira,Adquira,Digital+,Maptel,TData Internet Center,Telefónica Móviles S.A.,Telefónica International Wholesale Services,Terra Lycos,TPI
	window.open(object.grupo.options[current].value,'','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
else
	if ((object.grupo.options[current].value.indexOf("terra.html")>0) ||(object.grupo.options[current].value.indexOf("viadigital.html")>0)||(object.grupo.options[current].value.indexOf("pamarillas.html")>0)){
	enlaza_vf(object.grupo.options[current].value,'','');
	}else{
	object.grupo.options[current].value;

	location.href = object.grupo.options[current].value;
	}


}
function cambio2(object)
{
	var current = object.mundo.selectedIndex;
	location.href = object.mundo.options[current].value;

}
function gotoURL(desplegable)
{
var resuelve1 = desplegable.selectedIndex;
if (resuelve1 !="0")
{
	window.parent.document.location=desplegable.options[resuelve1].value;
}
}

function ir_mundo()
{
var current = document.frmQuery.mundo.selectedIndex;
if(current!=0){
location.href = document.frmQuery.mundo.options[current].value;
}
}

