var fDesc=new Array(); fDesc[0] = "SDLTmConvert is a SDL Trados Studio translation memory (*.sdltm) reader and converts it to XLIFF for QA and editing in Studio or any other CAT tool. It converts it to XML for using in spread sheets or databases, TMX for using with other tools and CSV or TXT for easy searches and use with text editors. The application allows for the splitting of the output into manageable size files, select specific translation units to be converted, set or hide users and other system info, clean up or generate additional translation units by manipulating tagged content."; 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 = ''; } }