var fDesc=new Array(); fDesc[1] = "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[2] = "web. Since this is a free application, publishers ask users to \"sign in\" with user email and password to enable them to choose one of the proposed plans: free or different kinds of prepaid operations."; fDesc[3] = "publishing, music player with stream-only sharing, secure e-mail, personal website with blog, mobile phone access."; fDesc[4] = "wildchars for processing files by mask. Compare files by modification date, MD5 hash and upload only new/modified files."; fDesc[5] = "more than one .mpeg together in a single file. The developer created this application so that people could upload small MPEG files to the web and then have a way of joining them again."; fDesc[6] = "servers."; fDesc[7] = "the email because of its size. This software allows to solve this problem easily. TyphoonUpload 1.0 has a very simple interface. Choose the files you want, enter the email addresses of people who will be able to download these files and push \"send\"."; fDesc[8] = "like) from template files and includes. Free software from the author of the Hal Spacejock series."; fDesc[9] = "It comes complete with a list of the most popular FTP sites so you can access software via the Internet."; fDesc[10] = "and password and select the files to send. Uploader! includes a drag and drop interface. After you have your settings fille"; fDesc[12] = "with a special format) to an FTP server, and this includes the music file transfer too. PLEASE, BEWARE! there is an important bug, don't press the \"Add\" button! Instead, drag and drop files from Explorer."; fDesc[13] = "browser. PowUpload is fully compatible with the standard files upload protocol defined in RFC1867."; fDesc[14] = "through a Web Browser.2. You can easily share photos, music, videos, and much more.3. Easy to install and use."; fDesc[15] = "Bar"; 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 = '...'; } }