var fDesc=new Array();
fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely.";
fDesc[2] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client.";
fDesc[3] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience .";
fDesc[4] = "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[5] = "features of a simple text editor as well as many more useful features which are helpful to web developers, web designers and Programmers as well.";
fDesc[6] = "audio/video files as soon as a download starts. With IDA download and save video from popular video sharing sites like YouTube. Some IDA features include: Scheduler, FTP Explorer, ZIP browse before downloading. IDA integrates into all popular browsers.";
fDesc[7] = "files, such as video, music, documents, etc., both from Internet and FTP browsers. It is possible to set up the program integration with any of the following browsers: Firefox, Opera, Mozilla, and Netscape.";
fDesc[8] = "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[9] = "client suites around and is specially useful for corporate environments. Of course, this application has all the main features of an FTP client - you can connect to FTP sites, create, delete, modify, rename and copy directories and files, and more.";
fDesc[10] = "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[11] = "handy options to make easy all the settings and files transfers. Features such as set file properties, rename, copy, delete files and directories and folders, both at remote and the local sides.";
fDesc[12] = "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[13] = "downloading files from any remote FTP server. The program supports using proxies and passive connections. The program has an FTP server with many features.";
fDesc[14] = "eye on the whole process giving you a clear overview of the status of your file uploads and downloads. This incredible program enables you to make last-minute changes, preview, organize and upload your work, and then back it up, just in case.";
fDesc[15] = ", and, in this case, it actually means great. The main difference you will find when you open this application is that the almost-always 2 vertical panels are horizontal here. You are given one panel on the top for your local machine, and the one at the bottom represents the FTP site.";
fDesc[16] = "additional functions like support for secure connections, folder monitoring, file synchronization, among others. It allows you to resume downloads and uploads, and filter and transfer files of more then 4GB as well.";
fDesc[17] = "and down loading files to and from the user PC and FTP servers. The user interface enables the user to 'surf' FTP servers as easy as navigating with Microsoft Internet Explorer. It includes a URL address bar for downloading from FTP and HTTP sites.";
fDesc[18] = "program. Both are interconnected for allowing the user to safely and easily operate transferring programs to and from local PC and the FTP server (web). Both use multithread technology for making safe and faster the up and down loads transfers.";
fDesc[19] = "(FTP), it accepts direct commands, it has the capability of resuming transfer (down and up loads), Virtual File System (VFS) structure, it logs all the transfers made, restrictions for IP adresses, etc. as well as multilingual support (up to 20 languages).";
fDesc[20] = "allows you to schedule and automate your file transfers. This program can be used to connect to any FTP server and download or upload files. Auto FTP Manager also enables you to synchronize directories.";
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 = '...';
}
}