var fDesc=new Array();
fDesc[1] = "compression and encryption algorithm that saves more information in less space, and Google desktop integration.";
fDesc[2] = "program is absolutely free and does not contain any annoying ad banners.";
fDesc[3] = "files in any selected directory to the designated local or external drive, Windows server, or FTP server with ease and within a pretty user-friendly platform.";
fDesc[4] = "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[5] = "protocols. Serv-U includes industry-standard SSL encryption and a built-in, browser-based transfer client.";
fDesc[6] = "account. UTF-8 support is the most valuable feature, which will encourage programmers to write strict html code; perhaps in other versions ISO-8859 support may be added, which will be a great advancement.";
fDesc[7] = "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[8] = "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[9] = "application's operation is really simple. You install it, go to settings, and tell it the details of the FTP connection that you want to add. Then, NetDrive will make sure that a new drive letter is added to the list of drives on your computer.";
fDesc[10] = "settings can be saved in the Active Directory or in the LDAP directory server, so user can be authenticated with the Active Directory data or against the LDAP directory server.";
fDesc[11] = "and from any directory or folder of the FTP web site. The application can perform searches by browsing local and FTP sites, even off line";
fDesc[12] = "Traffic and Activity, enables users to control the Bandwith. It supports external programs, scripts and group management. Connection is controlled by IP based accelerator for access control and the results of making as good as possible IP, domain, and user FTP messaging.";
fDesc[13] = "servers (web), for changing or managing web sites or just for sharing files. User can define and set user accounts, as well as the corresponding permissions, and direct access single files at any of both ends of the connection.";
fDesc[14] = "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.";
fDesc[15] = "files, Is required username and password for the access, has the possibility for prohibit the access automatically if you broke any rule.";
fDesc[16] = "AbsoluteFTP is a WinSock application for Windows, for working as an FTP transfer system between user PC and FTP sites. The first time the program runs, it asks for the desired location to store the Sessions database. Automatic broken transfers resumes and file synchronization.";
fDesc[17] = "FTP server as they were working on local PCs. Remote access is enabled for TCP/IP network systems, i.e. like Internet connections. The application allows user to encrypt data in strong mode to give security even when working over not secure networks.";
fDesc[18] = "downloading, for maintaining Web sites or just for sharing files with customers or friends. The application comes with many options and settings for adjusting the users conveniences, as well as the administrator control on the server itself.";
fDesc[19] = "over the web. The user interface of the application displays two separated windows showing local and server directories, folders and files. With the drag and drop feature, user can 'move' folders and files to determine the transfers to be performed (upload or download).";
fDesc[20] = "and Server sides. With no encryption addedthe application can work with any other standard FTP server or client. The main feature of this program is the safe encryption of anything that is transferred, any way between local user PC and an FTP server site.";
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 = '...';
}
}