if(null==mundo_textos) var mundo_textos = new Array()
mundo_textos[mundo_textos.length] = 'Países';
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] = '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] = 'México';
mundo_textos[mundo_textos.length] = 'Perú';
mundo_textos[mundo_textos.length] = 'Reino Unido';

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.telefonicactc.cl';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.co';
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.com.mx';
mundo_valores[mundo_valores.length] = 'http://www.telefonica.com.pe';
mundo_valores[mundo_valores.length] = 'http://www.uk.telefonica.com';
