var fDesc=new Array();
fDesc[1] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc.";
fDesc[3] = ", images and other files.";
fDesc[4] = "product online and give superior customer support service. With just the click of the mouse, your web site visitors contact";
fDesc[5] = "usage, referrers, browsers, download, search terms and error messages. Built-in FTP browser and support for GZ compressed log files.";
fDesc[6] = "requirements, built-in IP mapping, unique filtering capabilities and more. Fast, powerful and professional.";
fDesc[7] = "models, referrer sites, hits and hosts per day, visitor counter, most popular search engines and keywords. Easy to use, very fast.";
fDesc[8] = "customers by providing live web chat. PLUS - get detailed web analytics reports from the SQL database back end.";
fDesc[9] = "MozillaHistoryView is a small utility that reads the history data file (history.dat) of Firefox/Mozilla/Netsca pe Web browsers, and displays the list of all visited Web pages in the last days.";
fDesc[10] = "they indexed. Direct spiders to your most important pages, and exclude them from non-public pages. Easy to use";
fDesc[11] = "visitors to the web site. Frequently updated parser module recognizes hundreds of search engines.";
fDesc[12] = "automatically at specified intervals and notify you of new mail with pop-up messages, sound and video. Include a spell check";
fDesc[13] = "historical and real-time usage. Stops spyware, filters out unacceptable web sites, and blocks annoying advertisements.";
fDesc[14] = "or Click, you can Grab Pictures in Internet (including Google Image Search Results). It's easy and high-efficiency.";
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 = '...';
}
}