var fDesc=new Array(); fDesc[0] = "SDLXLIFF to Legacy Converter is a compact and fast tool used for converting SDLXLIFF files to and importing from Trados legacy formats. This tool can be especially useful for the management of a project, allowing translators that do not have SDL Studio, to work on SDL Studio projects by providing their translations in the legacy file formats."; 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 = ''; } }