var fDesc=new Array(); fDesc[0] = "SDL Trados Studio is the ultimate translation software, providing all the tools you need to edit and review high quality translations.
Based on leading translation memory technology used by over 80% of the translation supply chain (including corporations, translation agencies and freelance translators), SDL Trados Studio can help you complete translations up to 40% faster*! Depending on the content being translated, this figure could increase further.
See the final document as you translate! Currently available for DOC/DOCX, HTML and XML."; 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 = ''; } }