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] = '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] = '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.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.movistar.com.mx/fundaciontelefonica/';

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.tldpr.com';

mundo_valores[mundo_valores.length] = 'http://www.uy.telefonica.com';
mundo_valores[mundo_valores.length] = 'http://www.ve.telefonica.com/';
