var fDesc=new Array();
fDesc[1] = "and robust program that you can always count on to get your job done quickly and efficiently. There are many, many features available in FlashFXP. Here are just a few of them: Local and Site to Site File transfers. FlashFXP allows you to transfer files from any FTP server directly to your local hard drive, or transfer files between two ftp sites (Site-to-Site transfers), giving you total control over any situation. FTP Proxy, HTTP Proxy, Socks 4 & 5 support. FlashFXP can handle thousands of connection types. If you are behind a firewall, proxy or gateway, no need to worry, as FlashFXP can be configured to support almost any network configuration. Full Featured User Interface with Drag & Drop Support. FlashFXP has an intuitive and full featured user interface, allowing you to do all the common tasks with just a few clicks. It also support full drag & drop, so you can transfer files...";
fDesc[2] = "program includes many tools and options that will help you to browse multiple databases and connect them. It can import and export data from/to SQL files, SQLite files, ODBC tables, Excel spreadsheets, Microsoft Access, plain text files, and other resources.";
fDesc[3] = "replace in Microsoft Excel, Microsoft Word and PowerPoint files. Once you have find a text you were looking for, you can replace it with a text you previously wrote on the replace window.";
fDesc[4] = "surfing the web. The program can download proxies from famous proxy websites, it lets you add your own and it can search for open proxy servers. The program can automatically change proxies and use internal socks and proxy servers.";
fDesc[6] = "Create a complete profile of the site's structure, files, external links and even link errors.";
fDesc[7] = "quite a lot in the past few years. It has included features from virtually every other client out there. I like what they have done to the design, too. The main similarity you will find is its two-panel approach.";
fDesc[8] = "startup, true flexibility and powerful features allow you to create and edit JavaScript.";
fDesc[9] = "keyword or phrase in 30+ languages (Unicode supported). It works through Google API and is extremely fast. Get it now!";
fDesc[10] = "displayed on your screen, in order to export it to your designing software. Well, ACA Color Picker is the program that can help you in this simple task. With this application, you can pick a color of any part of your screen easily, and export it to different format codes.";
fDesc[11] = "you to pick the characters to make available. Save to text (TXT), CSV, HTML or MS-Access";
fDesc[12] = "design via Drag&Drop using any web-technology. Quick results for professional standalone software. Combine the best of both worlds!";
fDesc[13] = "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[14] = "and portals. The program is also very useful for webmasters to keep an eye on their competitors' websites for inbound web-links.";
fDesc[15] = "set several degrees of warnings and you can also share your experiences by uploading your results to our database.";
fDesc[16] = "language experiences. It supports file uploads, email auto responses, form validation and displaying success page to the visitor upon completion of the web form.";
fDesc[17] = "models and compatible with multiple installed cameras. Output to AVI, DivX, MKV, OGM, WMV or Xvid, with choices of video codecs and quality setting. It loads the video compressors dynamically on your system for the best power and flexibility. Common codecs include Cinepak, Indeo 3, 4, 5, Microsoft Video 1, Motion JPEG, DivX and XviD. Use the latter two for the best speed and quality. Optionally audio can be recorded from any sources, including microphone, line-in, or speakers. Recording volume can be adjusted manually even during the recording. Full control over the audio codec, sample rate, channle, bits per sample, and bitrate. It has a built-in scheduler for unattended recording. You can set the start time and/or the stop time. With the optional MOV Booster Pack, you can output to QuickTime movie. With the optional MPEG-4 Booster Pack, you can output to MP4 video. With the optional...";
fDesc[18] = "value from any pixel of the screen and alter or produce your own colors with the Photoshop-style Color Picker.";
fDesc[19] = "administrators' name, address, email, telephone numbers, as well as the domain settings, and export them to CSV or text file.";
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 = '...';
}
}