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] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins.";
fDesc[3] = "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[4] = "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[5] = "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[6] = "promote your web site to over one million search engines and internet directories worldwide.";
fDesc[7] = "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[8] = "in making submissions to important search engines, essential to the success of your web site.";
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] = "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[15] = "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[16] = "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[17] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!";
fDesc[18] = "and provides you the suggestions on how to get to the high ranking.";
fDesc[19] = "Search engines are doing.";
fDesc[20] = "for your web site log files. This loganalyzer has a number of additional features. It has easy-to-use interface.";
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 = '...';
}
}