var menu = new Array(
"../index.htm", "INICI",
"../animals.htm", "ANIMALS",
"../plantes.htm", "PLANTES",
"arbres.htm", "Arbres",
"ailant.htm", "- Ailant",
"aladern.htm", "- Aladern",
"alber.htm", "- Ālber",
"albercoquer.htm", "- Albercoquer",
"alzina.htm", "- Alzina",
"ametller.htm", "- Ametller",
"arboc.htm", "- Arboį",
"arcblanc.htm", "- Arį blanc",
"auroblanc.htm", "- Aurķ blanc",
"auronegre.htm", "- Aurķ negre",
"avellaner.htm", "- Avellaner",
"avet.htm", "- Avet",
"bedoll.htm", "- Bedoll",
"boix.htm", "- Boix",
"cadec.htm", "- Cādec",
"castanyer.htm", "- Castanyer",
"cedre.htm", "- Cedre",
"cirerer.htm", "- Cirerer",
"codonyer.htm", "- Codonyer",
"desmai.htm", "- Desmai",
"figuera.htm", "- Figuera",
"freixe.htm", "- Freixe",
"grevol.htm", "- Grčvol",
"lledoner.htm", "- Lledoner",
"llentiscle.htm", "- Llentiscle",
"magraner.htm", "- Magraner",
"mimosa.htm", "- Mimosa",
"morera.htm", "- Morera",
"noguera.htm", "- Noguera",
"olivera.htm", "- Olivera",
"om.htm", "- Om",
"perer.htm", "- Perer",
"piblanc.htm", "- Pi blanc",
"pipinyer.htm", "- Pi pinyer",
"platan.htm", "- Plātan",
"pollancre.htm", "- Pollancre",
"pomera.htm", "- Pomera",
"presseguer.htm", "- Presseguer",
"prunera.htm", "- Prunera",
"roure.htm", "- Roure",
"salze.htm", "- Salze",
"tamariu.htm", "- Tamariu",
"tremol.htm", "- Trčmol",
"vern.htm", "- Vern",
"xiprer.htm", "- Xiprer",
"../links.htm", "LINKS");
for( var i=0; i<menu.length; i=i+2 ){
  var url = menu[i];
  var nom = menu[i+1];
  document.writeln( '<tr><td class="menu"><a href=" ' + url + '">&nbsp;' ) ;
  document.writeln( '<b>' +' </b>' + nom + '</a></td></tr>' ) ;
}
