var fDesc=new Array();
fDesc[1] = "easy and friendly to do, just some clicks and the FTP server will be installed. The FileZilla’s GUI is very simple and all the information detailed is showed on the main screen.";
fDesc[2] = "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[3] = "options like firewall settings, user/group controls, statistics, bandwidth control, ratio, concurrent connections, remote control and others. The server can be run as a service (for NT) and comes with a full detailed help manual.";
fDesc[4] = "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[5] = "purposes. The user interface offers an easy graphical way to control all the operations and transfers. The application has the capability of resuming broken or interrupted transfers (both ways: uploads and downloads) at the point they were stopped.";
fDesc[6] = "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[7] = "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[8] = "interface.";
fDesc[9] = "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[10] = "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.";
fDesc[11] = "the backups * FTP the backups to a remote FTP Server or save it on the LAN * Send you an e-mail confirmation on job's success or failure. What's unique about SQLBackupAndFTP: * Simple: SQLBackupAndFTP is unique in it's simplicity - the whole \\"set it and forget it\\" job can be done in a single form with no tabs in a minute of two. * All-in-one: The whole backup - zip - ftp - confirm process is integrated as 1-2-3 (4) * Inexpensive or free: Comparable functionality starts in programs from $200. In SQLBackupAndFTP you can get if free (if you need to schedule one-two databases), or just for $49 for unlimited scheduled SQL Server database backups. * Credible: Created by a US based software company with years in .NET and SQL Server experience Where should SQLBackupAndFTP be used: SQLBackupAndFTP is ideal for any SQL Server database where backups have to be sent daily to a remote FTP server....";
fDesc[12] = ", reliability and customization.";
fDesc[13] = "Easy File Sharing FTP Server is a very easy to use FTP Server that allows visitors to download/upload/remove /create files/folders easily through a Web Browser (Internet Explorer, Mozilla) or an FTP Client such as CuteFTP.";
fDesc[14] = "powerful FTP server!";
fDesc[15] = "FTP. This utility allows to transfer files securely and can be set up to transfer files via FTPS. The GUI is very easy and friendly to the user. It requires .NET Framework 1.x, 2.0, or 3.5 to install and work. It works on Windows XP/Vista/Server 2000/ Server 2003 platforms.";
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 = '...';
}
}