var fDesc=new Array();
fDesc[1] = "new fresh proxy list and updated daily. In 30 seconds, it will give you 3000+ free proxies addresses.";
fDesc[2] = "can run into fully automatic mode residing into system tray using minimal system resources monitoring user clipboard and autostart file download from rapidshare in background as soon as a rapidshare link is copied into the clipboard.";
fDesc[4] = "how the computer connects to the internet. It shows status, ports, routes, IPs, pings, and server's fingers. If you are an IT specialist, I would recommend you to use it, it may make your life easier. If you aren't, it's not for you ;)";
fDesc[5] = "browsers, instant messengers, file sharing and others.";
fDesc[6] = "Free and fast proxy checking software. Supports SOCKS4/SOCKS5/HTTP/HTT PS proxies. Multithreaded. Handle redirects. Can download proxy list from the given URL.";
fDesc[7] = "applications supported: web browsers, instant messengers, file sharing and others.";
fDesc[8] = "search in Google, Yahoo. IECount is a set of useful ie tips and tricks to surf more pleasure!";
fDesc[9] = "proxy,download proxy lists from web,IP to country,surf the web anonymously,block AD,execute script,network tools.Protect your privacy.";
fDesc[11] = "supported: web browsers, instant messengers, file sharing and others.";
fDesc[12] = "can apply RuleSets to Intelligent (Proxy) ports to protect them.";
fDesc[13] = "offers \"install-and-forget\" operation and superior stability (it carries the \"Designed for Windows\" logo.)";
fDesc[14] = "single modem-equipped PC. Now anyone on your LAN can surf the net, or download files or read Usenet through a single Internet connection.";
fDesc[15] = "for dedicated mail servers. It offers \"install-and-forget\" operation, superior stability and 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 = '...';
}
}