var fDesc=new Array(); fDesc[1] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface."; fDesc[2] = "friendly interface, no buttons. Just push “Update Database”, then “Scan System” and within 30 minutes the report of found malware (if such exists on your machine) will pop out. Options allow to adjust heuristic level. The database is huge and is frequently updated."; fDesc[3] = "mapquest.com to get driving directions, it might be nice to have this toolbar installed. The application will install itself onto Internet Explorer. It will run automatically the first time you open the web browser."; fDesc[4] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins."; fDesc[5] = "search engines and directories ? providing a sure way for people to find your home page."; fDesc[6] = "using the HTTP, FTP, SMPT, POP3 or Telnet protocols. It doesn´t work on Hotmail or Windows Live Messenger. This program becomes useful when you forgot your passwords, but your web browser remembers them."; fDesc[7] = "sites` exposure on the Internet and draw maximum volume of targeted traffic. It allows you to save time and expenses for site promotion campaign"; fDesc[8] = "promote your web site to over one million search engines and internet directories worldwide."; fDesc[9] = "my site handle? Will my site crash under load? What are the response times? Easy to use, no scripting but can design advanced scenarios"; fDesc[10] = "in making submissions to important search engines, essential to the success of your web site."; fDesc[11] = ", proxy or other logs without any limits!"; fDesc[12] = "reports. This website statistics software supports 430+ search engines from 120 different countries."; fDesc[13] = "analysis and produce a detailed report. Link popularity is actually a total count of all the linked pages that link to your site. Higher link popularity can help your website get higher search engine ranking."; fDesc[14] = "there are easy and powerful programs to help you in this task. Cyberfetch is one of those useful programs. With this application you will be able to submit your websites to the main search engines and directories around the world within a few minutes."; fDesc[15] = "web site, you can make your site a more effective sales machine."; fDesc[16] = "Internet usage. Reports can be viewed using built-in browser, sent via e-mail, printed out or exported to Excel. Download FREE trial now!"; fDesc[17] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional."; fDesc[18] = "which web sites users on your network are visiting in real-time. Allows you track, manage or report on how the Internet is being used."; fDesc[19] = "monitoring and alerting into one console. Integrate the ODBC compatible FastTrends(tm) database data with existing external databases for advanced, custom analyses.Enhanced technical features include an IIS 4.0-compatible plug-in, API for creating and editing log analysis profiles, dynamic web pages, a WYSIWYG report style designer, a filter wizard, SNMP compatibility, and CA Unicenter TNGintegration, and NT service recovery support. Version 2.1a adds a new homepage filter, filtering support for Classless IPs and IP ranges, a 50% increase in speed, and true support forclustered servers with ClusterTrends(tm)."; fDesc[20] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }