var fDesc=new Array(); fDesc[0] = "Plagiarism Finder Pro is a tool designed to search plagiarism in texts. It includes the simplicity and reliability along with the universal multithreaded plagiarism search engine, which allows you to check several files simultaneously. It is enough just to add all the necessary documents to the list and the application will check them all, saving the report for each tested document in a separate file."; 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 = ''; } }