var fDesc=new Array();
fDesc[1] = "stands for Virtual Network Computing, and it uses 2 small programs: Server and Viewer. The Server handles the service, and \"serves\" the access to the host computer. The Viewer, is used to access the computer where the server is installed and configured.";
fDesc[2] = "surfing the web. The program can download proxies from famous proxy websites, it lets you add your own and it can search for open proxy servers. The program can automatically change proxies and use internal socks and proxy servers.";
fDesc[3] = "text, HTML, attachments, and subject rotation. Includes a free download.";
fDesc[5] = "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[6] = ", download and convert flash (flv) videos from different websites as YouTube, DailyMotion, MetaCafe, Google, and others. It’s very easy to use, it provide multiple options and support to convert files of different formats to flash (flv) videos.";
fDesc[7] = "getting information about your online behavior, block advertisement and images from web sites you visit, and kill annoying popup windows while surfing the web.";
fDesc[8] = "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[9] = "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[10] = "search in Google, Yahoo. IECount is a set of useful ie tips and tricks to surf more pleasure!";
fDesc[11] = "addresses worldwide over the Internet. Using the Internet saves money - up to 95% monthly for volume users.";
fDesc[12] = "anonymous proxy servers which can be defined by you.";
fDesc[13] = "Audio), or OGG Vorbis.";
fDesc[14] = "can apply RuleSets to Intelligent (Proxy) ports to protect them.";
fDesc[15] = "Cute, you can connect to any FTP server, browse through directories and files, and resume transfer files.";
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 = '...';
}
}