var fDesc=new Array(); fDesc[0] = "Identification of specimens (either extant or fossil) is a crucial point for any study in biology: inventory of biodiversity, phylogenetic studies, ecology etc. During most of the last two centuries printed dichotomous keys have been the main tool for practical identification. The knowledge representation and computing capabilities available nowadays and the common use of microcomputers has suddenly opened new perspectives. Xper2 is a free access software available on Windows, MacOS or Linux. It requires no special computer skills. It is very easy to use for the amateur naturalist that wants to identify a specimen with an already made application, as well as for the professional taxonomist that creates new applications."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }