var fDesc=new Array(); fDesc[0] = "Plagius - Plagiarism Detector is a software that analyzes academic papers and documents in search of suspected plagiarism.

Plagius is a desktop plagiarism checker software that analyzes documents looking for suspected plagiarism by searching on the internet or in local files.

It is a tool to help in the hard task of finding plagiarism, allowing you to easily find sentences copied directly from websites or other files on your computer.

Plagius examines documents of various formats (Word, PDF, OpenOffice, HTML, RTF, plain text...) and displays detailed reports, informing the references found, the frequency of occurrences on the Internet and the percentage of suspected plagiarism."; 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 = ''; } }