var fDesc=new Array(); fDesc[0] = "Déjà Vu X2 Standard is the most economical version. It’s an affordable, entry-level CAT tool for translators who are just starting out and who handle small translation volumes.Déjà Vu X2 Standard can handle a high number of files within each project (until 2GB), allowing you to perform a range of operations on every file at once, from Pretranslation to Search & Replace."; 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 = ''; } }