var fDesc=new Array(); fDesc[0] = "An essential free software package for translators and translation managers - providing a wide range of features and functionality needed for document analysis. FineCount can quickly provide detailed statistics for documents in many different formats (PDF, HTML, XML, Word, Excel, PowerPoint, Program source code and many, many others.) FineCount can also be used to prepare cost estimates and invoices for translation work. FineCount also allows the user to create their own report templates that can be reused with different documents."; 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 = ''; } }