var fDesc=new Array();
fDesc[1] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement.";
fDesc[2] = "download games to enjoy, and share them with others. You can actually share any digital file, including images, audio, video, software, documents, etc. The latest version supports BitTorrent protocol and Shoutcast radio stations.";
fDesc[3] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies.";
fDesc[4] = "system as if they were physically there. UltraVNC is divided into 2 applications: UltraVNC Server and UltraVNC Viewer. The former is the program that has to be installed in the computer to be controlled, and, the latter, is the client program.";
fDesc[6] = "remote images, and watch how CuteFTP Pro accelerates your file transfers, this professional version comes with an advanced security protection to ensure the easy transfer of your top secret files!";
fDesc[7] = "capable of joining users of ICQ, MSN, AOL Instant Messenger (AIM), Yahoo Messenger, IRC and Google Talk into a single chat space.";
fDesc[8] = "polished since its beginnings. SmartFTP has a really intuitive graphical user interface, which really makes it easy to upload files to a server or just move files around using the FTP protocol.";
fDesc[9] = "XML-based protocol that is designed to exchange structured and typed information on the Web. The purpose is to start up rich and automated Web services based on a shared and open Web infrastructure.";
fDesc[10] = "5.01 ensures the security between host computer and gateway by checking that the MAC address from gateway to localhost and viceversa is correct.";
fDesc[11] = "in its communications with advanced encryption and authentication methods. This program is a great option for secure system administration and file transfers.";
fDesc[12] = "As usual in these type of applications, the program opens two separated windows, the left one for the local site (web site at the user PC) and the other (right hand) for the web site in the Internet server the user can open.";
fDesc[13] = "to be connected to several servers at the same time. After of this the company responsible for the creation of the software created a proprietary protocol, named WinMX Peer Network Protocol (WPNP).";
fDesc[14] = "for free with the other members of this open online free music community. The MP2P protocol is a private UDP transport protocol that doesn´t use a central server. The files are downloaded directy from the computer of the other members.";
fDesc[15] = "The application supports the regular options for TFTP, such as file size, block size and timeout, for ensuring maximum performance and total compatibility. The application supplies fixed ID address as well as automatic dynamic IP address.";
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 = '...';
}
}