function fmatriz(nombres) {
	for(i=0;i<=18;i++)
		nombres[i]= new Array(2);

	nombres[0][0]= "Buscadores";
	nombres[0][1]= "/links/buscadores/buscadores.htm";
	nombres[1][0]= "Periódicos";
	nombres[1][1]= "/links/periodicos/periodicos.htm";
	nombres[2][0]= "Periódicos Extranjeros";
	nombres[2][1]= "/links/periodicosextr/index.htm";
	nombres[3][0]= "Bolivia";
	nombres[3][1]= "/links/bolivia/index.htm";
	nombres[4][0]= "Medicina";
	nombres[4][1]= "/links/medicina/index.htm";
	nombres[5][0]= "Universidades";
	nombres[5][1]= "/links/univ/univ.htm";
	nombres[6][0]= "E-Mail Gratuito";
	nombres[6][1]= "/links/e-mailgratuito/e-mailgratuito.htm";
	nombres[7][0]= "Para la Mujer";
	nombres[7][1]= "/links/mujer/index.htm";
	nombres[8][0]= "Entretenimiento";
	nombres[8][1]= "/links/entretenimiento/entretenimiento.htm";
	nombres[9][0]= "Musica-TV";
	nombres[9][1]= "/links/musicatv/index.htm";
	nombres[10][0]= "MP3";
	nombres[10][1]= "/links/mp3/index.htm";
	nombres[11][0]= "Tarjetas";
	nombres[11][1]= "/links/tarjetas/tarjetas.htm";
	nombres[12][0]= "Horóscopo";
	nombres[12][1]= "/links/horoscopo/index.htm";
	nombres[13][0]= "Apariencia de PC";
	nombres[13][1]= "/links/desktop/temas.htm";
	nombres[14][0]= "Chat";
	nombres[14][1]= "/links/chat/index.htm";
	nombres[15][0]= "Fotos";
	nombres[15][1]= "/links/fotos/fotos.htm";
	nombres[16][0]= "Software y Drivers";
	nombres[16][1]= "/links/software/index.htm";
	nombres[17][0]= "Manuales y Cursos";
	nombres[17][1]= "/links/manuales/index.htm";
	nombres[18][0]= "Linux";
	nombres[18][1]= "/links/linux/index.htm";
}

