var fDesc=new Array(); fDesc[0] = "This FREE software agent finds exactly what you're looking for by simultaneously consulting the best Internet search engines. With Copernic 2000 your searches will be easier, faster and more efficient than ever. It provides access to some 55 information sources such as AltaVista, Deja.com, Excite, HotBot, Infoseek, Lycos, Magellan, WebCrawler and Yahoo!. It features a search wizard, keyword highlighting in results, a detailed search history, automatic software updating via Internet and many useful search management functions. Copernic 2000 shows a relevancy score for each result and removes duplicates automatically. It also automatically removes dead links and download documents for off-line browsing (up to 32 simultaneous transfers). Search results can be viewed off-line, updated and refined using operators (and, or, except, near). Among many other useful features, you may export and save search results in various file formats (HTML, XML, text, DBF). You may also share them with friends or colleagues via e-m"; 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 = ''; } }