var fDesc=new Array();
fDesc[1] = "browser, or you can search files directly through the client. It´s highly recommended to start your downloads from well known sites, to avoid fakes. Since anyone can upload files in a P2P network, some people likes to pretend that a file is something that is really not.";
fDesc[2] = "user can copy one or more file links and the program checks them if they are available and, if so, downloads them, this feature can also work by introducing the page’s code complete";
fDesc[3] = "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[4] = "YouTube website and going through the process of uploading on a site that has heavy viewership and usage. AVS YouTube uploader works in the background and supports the upload of multiple video files at the same time without interference.";
fDesc[5] = "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[6] = "to use and it is packed with useful features that, in the end, make your life easier. You can use this FTP client to upload and download files from the web or to someone else's computer, to upload and maintain your web site and so much more.";
fDesc[7] = "upload files to FTP folders. AceFTP uses state of the art authentication techniques and provides the maximum possible security for your data transfers. AceFTP makes easy to drag and drop files to and from your website.";
fDesc[8] = "web. Since this is a free application, publishers ask users to \"sign in\" with user email and password to enable them to choose one of the proposed plans: free or different kinds of prepaid operations.";
fDesc[9] = "others using any torrent client. You can build torrent files from any data saved in your drives. You can use two modes: Simple or Classic.";
fDesc[10] = "wildchars for processing files by mask. Compare files by modification date, MD5 hash and upload only new/modified files.";
fDesc[11] = "more than one .mpeg together in a single file. The developer created this application so that people could upload small MPEG files to the web and then have a way of joining them again.";
fDesc[12] = "Rapidshare service. Said service allows users to upload files and share them by sending a link to the recipient party/s. Users have to download those files from the website, and the user has to input a confirmation code...";
fDesc[13] = "layout gives you all the basic information you need to know the progress of your file-sharing operations, and will not take up any more system resources than those strictly necessary.";
fDesc[14] = "the email because of its size. This software allows to solve this problem easily. TyphoonUpload 1.0 has a very simple interface. Choose the files you want, enter the email addresses of people who will be able to download these files and push \"send\".";
fDesc[15] = "the right-click context menu and supports multiple site profiles. ShellFTP can perform scheduled tasks and create an upload queue. The program supports creating connections behind a firewall (proxy).";
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 = '...';
}
}