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] = "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[6] = "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[7] = "promote your web site to over one million search engines and internet directories worldwide."; fDesc[8] = "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[9] = ", proxy or other logs without any limits!"; fDesc[10] = "reports. This website statistics software supports 430+ search engines from 120 different countries."; fDesc[11] = "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[12] = "web site, you can make your site a more effective sales machine."; fDesc[13] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional."; fDesc[14] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!"; fDesc[15] = "and provides you the suggestions on how to get to the high ranking."; 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 = '...'; } }