var fDesc=new Array(); fDesc[0] = "Diogenes is a tool for searching and browsing the databases of ancient texts, primarily in Latin and Greek.

The goal of this software package is to provide a free, transparent and flexible interface to the classical databases on CD-Rom in the PHI format, which include the TLG, the PHI corpus of Latin texts up to AD 200, the Duke Documentary Papyri collection, and the PHI-sponsored corpora of ancient inscriptions.

Diogenes has many features, such as linking all Greek and Latin words to the Perseus morphological analysis tools and dictionaries, and the ability to jump straight to the context of any search result or dictionary citation. For a longer list, see the list of features."; 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 = ''; } }