var fDesc=new Array(); fDesc[0] = "LogiTermPro is a search engine and translation, terminology, data conversion and alignment tools.
Bitext Generation -- Align documents to create either bitext or TMX files with option to reject unwanted segments based on 18 filtering options.
Alignment Editor -- Quickly edit the alignment of bitext or TMX files.
Pretranslation -- Automatically apply translated and prioritized sentences and terminology records in a document or group of documents in Word, PowerPoint, Excel, XMl, HTML, InDesign and many more formats.
Deformatting -- Strip the formatting from documents (including PDF). This function is very useful, among other situations, to count the number of words comprised in many documents in one go.
External Search -- Search in Termium, GDT, TransSearch, OnTerm and Google directly from LogiTerm. This avoids the acculumation of opened windows and increases dramatically the search time."; 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 = ''; } }