var fDesc=new Array(); fDesc[0] = "CATCount is useful software tool for translation industry professionals.
CATCount does this by translating complex CAT Scheme into one easy number, i.e. CATCount. Additionally, it provides great features for printing and export of used CAT Scheme together with original word counts, and resulting CATCount. word count analysis logs of Trados Translator's Workbench are processed automatically."; 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 = ''; } }