var fDesc=new Array(); fDesc[0] = "Plagiarism Finder Extended comprises the extended module for plagiarism search and updated text analyzer, whereby the application defines plagiarism in the text as accurately as possible. The plagiarism search is produced by accelerated algorithm involving the latest technologies in the field of plagiarism detection. Plagiarism Finder Extended can check the text for plagiarism in uploaded files of the most common text formats (.DOC, .DOCX, .RTF, .PDF, .TXT) as well as use the text pasted directly from the clipboard, and check the web pages at the specified address (URL)."; 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 = ''; } }