var fDesc=new Array(); fDesc[0] = "It provides one visual environment for software localization, so that you can translate graphical user interfaces (GUI) more quickly and easily than ever before.
Easy-to-use, customizable interface - no need for access to source code or programming experience.
Integrated with the latest SDL Trados software for easy re-use of previously translated content and terminology.
Extensive range of file filter support so that you can accept any type of software localization project.
Fastest version of SDL Passolo with the ability to integrate into your development workflow to meet your localization needs."; 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 = ''; } }