var fDesc=new Array(); fDesc[1] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software."; fDesc[2] = "photos with friends and family is as easy as pressing a button!"; fDesc[3] = "Google Talk that really kind of slowed the progress of the messenger down. Now, thanks to it, you can video chat and voice chat with all your contacts. They still have to download the plugin."; fDesc[4] = "contains a powerful search tool that lets you find and download sound files (mp3, wav, midi, etc.), Image or video (movies, trailers, jokes, graphics) on the Internet."; fDesc[5] = "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[6] = "This reliable utility gives the user the capability of updating and maintaining web sites through FTP (File Transfer Protocol). It is possible as well to upload and download files via SSL, TLS and SFTP, to and from FTP servers."; fDesc[7] = "switches and routers. The application uses multi-thread technology for ensuring robustness and completely trusted transfers. It is very interesting for networks designers and engineers when they have to transfer large network projects."; fDesc[8] = "can perform transfers and keep on working on other files in local or remote sites. The program uses multithread technology for safer and faster file transfers."; fDesc[9] = "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[10] = "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[11] = "separated windows show the local and the remote sides of the connection to an FTP Server on the network. The Site Manager window offers the capability of setting the Site Name, Host address, Port number, Default Remote Directory, User Name and Password."; fDesc[12] = "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[13] = "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[14] = "publishers remark is the high security on file transfers. The application uses SSH/SSL channels when uploading or downloading files and folders. Whenever a transfer is made, the program checks its integrity to make sure that the files have been moved safely."; fDesc[15] = "multithread unlimited file transfers, real time information and status of all the transfers going on. Also, the application includes all information about the current status of the TFTP server to the administrator . Users can get detailed logs for file transfers, if selected so."; 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 = '...'; } }