var fDesc=new Array(); fDesc[0] = "ApSIC Comparator is a freeware tool that allows you to create side-by-side reports with all the changes made to a translation by a reviewer. These comparison reports can be used both to evaluate the quality of the translation and to provide feedback to the translator.

ApSIC Comparator supports Trados bilingual "uncleaned" files (.doc and .rtf), Trados TagEditor files (.ttx), and SDLX files (.itd).

This tool generates a report flagging all the changes implemented by a reviewer, in a similar way to Microsoft Word's "Track Changes" feature. This report can then be edited with the addition of comments and error classification codes."; 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 = ''; } }