var fDesc=new Array(); fDesc[1] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want."; fDesc[2] = "format over P2P networks. It can use HTTP or FTP Downloads, build torrents from a file on your computer in order to share it with others, download video, mp3 of flash files from any web page (like YouTube). You can even download an eDonkey plugin."; fDesc[3] = "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[4] = "and all other basic features needed for uploading/downloading from a remote FTP server . The program's layout is very simple and easy to deal with ."; fDesc[5] = "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[6] = "publishing, music player with stream-only sharing, secure e-mail, personal website with blog, mobile phone access."; fDesc[7] = "applications that make up the Office suite. In short, the Yousendit service is a platform that allows you to share files with everyone that has an e-mail address. Thus, you can go to the website, upload a file, and it will be sent to the recipient you specify."; fDesc[8] = "Video feed' feature and the 'motion detection' feature you will never need to use any other cam software"; fDesc[9] = "on streaming sites like YouTube, MySpace, and Flurl avoiding the use of your web browser and allowing for a faster process with features like batch uploading."; fDesc[10] = "servers."; fDesc[11] = "bar, client-side image resize and rotation, and many more. Cross-browser, ALL server platforms are supported."; fDesc[12] = "special. It allows you to upload games, music, MIDI, MP3, graphics, video and themes to the phone via WAP."; fDesc[13] = "the right-click context menu and supports multiple site profiles. ShellFTP can perform scheduled tasks and create an upload queue. The program supports creating connections behind a firewall (proxy)."; fDesc[14] = "floppy disks? You use File Partitioner, the simple-to-use program that splits a large file into a set of smaller files!"; fDesc[15] = "browser. PowUpload is fully compatible with the standard files upload protocol defined in RFC1867."; 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 = '...'; } }