var fDesc=new Array(); fDesc[0] = "Copernic is an application that allows the users to search the web using more than 90 search engines at once.

The results to an specific search are displayed in four different ways: standard, compact, detailed and custom. Duplicates are filtered by the application so the user won't see them, saving time.

At the left side of the search results window, user can see a page preview of any of the founded pages. All the relevant information is presented on the complete result window.

The results shown in the corresponding window can be sorted by the title, excerpt, address, score, search engine, date found and date visited, to help user on their further analysis.

Results can be emailed to coleagues, saved on the user PC, used to generate search reports, etc.

When installed, it gets integrated with the Internet Explorer, adding some function buttons to the Browser toolbar. From here, user can trip different searches and get the same results as the corresponding to the use of the application itself. From this added buttons, at the browser toolbar, user can navigate within results and also higlight, or right click on a word or phrase and start a new search from those data.

Search engines appear at the application grouped into categories: the whole web, books, records, computer, electronics, movies, software, emails, etc.

Search results can be tagged by several categories: country (region), status, domain, etc. Also, the search history, the found pages, can be saved to the user PC at a determinated folder (user selected).

The search engines are autimatically updated."; 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 = ''; } }