var fDesc=new Array(); fDesc[0] = "Copernic Desktop Search - Professional helps you find documents, emails, videos, songs, and other files quickly. It can also search for data inside MS Office 2016 documents and text files. Its indexing engine adds file name, location, and other information to a database to improve search speed. You will start getting results as soon as you start typing in its search bar. Search results will appear in the preview pane. When you have found the file, simply double-click on it and the native application will start.

Copernic Desktop Search is available in different versions with varying file-type support. You can purchase the required version depending upon your purpose."; 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 = ''; } }