var fDesc=new Array(); fDesc[0] = "ApSIC Xbench provides simple and powerful Quality Assurance and Terminology Management in a single package. Just load files in any of the dozens of CAT formats supported and get your translation quality to the next level. Add terminology sources in most common CAT formats including TMX, XLIFF, Trados, Wordfast, MemoQ, Deja Vu, IBM Translation Manager and many more."; 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 = ''; } }