var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "utility developed by Microsoft Corporation to upload and share any type of files, like photos, music, documents, etc, with your family and friends through SkyDrive."; fDesc[3] = "provided to their users. You don't have to buy a premium account or even be a registered user to use it! With this application you can resume an interrupted upload or stopped download instead of starting again from scratch."; fDesc[4] = "forum is very big, with a lot of file uploads. Uploads include a variety of contents like software, games, videos computer, recreation, sports, etc."; fDesc[5] = "servers. It can be easily used in a script, a batch file or the Task Scheduler to automate resources uploads."; fDesc[6] = "basic purpose: speed up your photo uploads to the Flickr Service. You will first notice that the application is really sleek. The main change in comparison with the old Uploadr is that this one features drag-and-drop like it has never before."; fDesc[7] = "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[8] = "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[9] = ", Camcorders, and Network IP cameras. The program broadcasts captured content from your computer or uploads it to FTP server. Broadcasting can be viewed using any Internet browser; no plug-ins or downloads required. The program performs simultaneous recording and broadcasting from unlimited number of cameras. Your camera/cameras can be used as surveillance system. When the program detects motion in the monitored area, it sounds alarm, e-mails you captured images, starts broadcasting, or records video. Live broadcasting as well as recording can be password protected that all video and audio are scrambled and cannot be watched without valid password. The program has features to place image overlays and date/time stamps, adjust picture size/quality, and Pan/Tilt/Zoom control."; fDesc[10] = "nothing to do with increasing upload speed or compressing your photos. It saves time where time can be saved - in the process of getting to the website and getting to your photos. You might know what the Windows Shell is. If you don't, let me briefly explain you."; fDesc[11] = "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[12] = "all your FTP Servers settings in one place. This incredible program supports multiple server profiles, resumes broken uploads and downloads, and can transfer files in binary, ASCII, or auto-mode."; fDesc[13] = "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[14] = "information of downloads and uploads traffic. The ByteOMeter works on Windows 2000/XP/2003 Server platforms, with a minimum hardware Pentium II CPU, 32 MB RAM and 5 MB hard disk space."; fDesc[15] = ", Outlook Express and Thunder bird into your Google account. The utility reflects the structure of the original data based on labels: all of the emails will have one or more labbel. Another important feature is the possibility to modify the tool in order to satisfy your needs."; 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 = '...'; } }