var fDesc=new Array(); fDesc[0] = "TranslAid is a multilingual CAT tool which includes a Translation Memory. Its main feature is an on-screen dictionary which allows you to insert definitions at the click of the mouse. This not only boosts your speed of translation in terms of words per hour, it also reduces the introduction of typo’s.
Another big advantage which distinguishes TranslAid from other CAT tools is the direct link to online dictionaries such as FreeDict and Google Translate which allows you to search for definitions for just one word, a combination of words or all words in your current segment with one click of the mouse!"; 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 = ''; } }