var fDesc=new Array(); fDesc[0] = "SDLTM Repair has been designed to fix specific errors within SDLTM files. If you find that you can’t open, export or do anything with an SDLTM then this app may be able to repair it. This app will export the entire contents of an SDLTM in SQL, and re-import it, re-indexing as it goes and fixing any corruption.

You must have a valid SDL Trados Studio license to download this application."; 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 = ''; } }