var fDesc=new Array(); fDesc[0] = "Copytracker is a software designed to find plagiarism in text documents. Easy to use, without installation, and anonymous: no login is required to use CopyTracker. No database, your documents are destroyed after analysis.

Main features:
- Comparison of a document with one or more other documents provided by the user
- Generating an analytical report
- Generating a pdf file of the tested document, with suspects passages highlighted
- Support .doc, .pdf and .html formats
- Automated search of potential plagiarized sources on the Internet
- Managing files imported into the software
- Two languages avalaible: french or english"; 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 = ''; } }