var fDesc=new Array();
fDesc[1] = "GetRight offers great features accelerating your downloads, synchronizing entire web sites, and handling all your downloading needs in a fast, safe and easy manner.";
fDesc[2] = "application works just fine and the conversion experience that provides is absolutely realistic, even for former Mac users. Besides the visual effects implied, the sound schemes that also are included complements the conversion.";
fDesc[3] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application.";
fDesc[4] = ", queue filtering by various criteria, finding file mirrors, integration with the FileAvenue.net web service, CD burning, and more.";
fDesc[5] = "reports. This website statistics software supports 430+ search engines from 120 different countries.";
fDesc[6] = "transferring), Time synch, Traffic explorer and many others. Designed for users of all skills, has lots of unmatched features.";
fDesc[7] = "corporate web site, maintaining an off-site backup, maintaining web site mirrors, etc.";
fDesc[8] = "features, Alterwind introduces unique features for professional SEO (Search Engine Optimization) and advertising campaign tracking.";
fDesc[9] = "drives, network computers or remote servers. Ideal solution for updating a website, creating backup archive or site mirror.";
fDesc[10] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!";
fDesc[11] = "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 = '...';
}
}