var fDesc=new Array(); fDesc[0] = "SDLXliff2Tmx reads a number of SDL Trados Studio Bilingual Files (*.sdlxliff) and creates a TMX Translation Memory (*.tmx) from the translated strings they contain. The user can select strings to be excluded, based on their status, being locked or having identical source and target segments and can optionally remove formatting information (tags)."; 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 = ''; } }