var fDesc=new Array(); fDesc[0] = "Astice Glossary is a program for translators and language students. The program helps to manage glossaries translators to deliver with their work.
It also, allows the translator to look up terms on several on-line dictionaries and encyclopedias.
Every researched term has one of 3 different states: *In Progress*, *Ready* and *Blocked*.
Glossaries may be exported to MS-Word or in XML format."; 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 = ''; } }