var fDesc=new Array(); fDesc[0] = "QuickLatin is a Latin translator tool which helps you translate Latin into English. It has dictionary and parsing capabilities, plus some sentence-handling abilities. It is based on the Whitaker's Words 1.97 dictionary and includes algorithms like those of Words, but adds sentence and translation handling code.

The software does not have the ability to handle English into Latin."; 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 = ''; } }