var fDesc=new Array(); fDesc[0] = "This application provides the user with the ability to create DOCX or XLSX documents containing the source and the target text from a fully populated SDL XLIFF.
User is then able to use MS Word application to review/edit the exported document and use the tool to import these changes back to the original SDL XLIFF file.
In order to use this application, you first need to download and install the ‘Open XML SDK 2.0 for Microsoft Office’, which you can download using the url in the Technical Requirements below."; 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 = ''; } }