var fDesc=new Array(); fDesc[0] = "MultiTerm Extract 2009 is now MultiTerm Extract 2011 saves time by automatically extracting terms.
Automatically locate and extract potential monolingual or bilingual terms from existing documentation or translation memories to build termbases and glossaries quickly.
View a statistical overview of how the terminology overlaps with a SDL MultiTerm termbase. This helps assess the quality and consistency of the terminology and therefore helps improve the translation."; 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 = ''; } }