var fDesc=new Array(); fDesc[1] = "create shortcuts which enable you to launch applications, find contacts or take a picture in a simple, fast and easy way. Its easy to set up, and simple to use."; fDesc[2] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet."; fDesc[3] = "/ create / edit /extract CD/DVD image files, and it can convert bin to iso and back. as well as make ISO file from DVD/CD-ROM or hard disk, and handle bootable information at meanwhile."; fDesc[4] = "organizing and settings options on your screensavers. To properly speak, you only will be able to manage screensavers created by people from 3Planesoft."; fDesc[5] = "version brings improvements in the motor of handling of images (ISO, NRG, etc…) new languages available, and neat errors of the interface. In addition now it comes frees of adware (Publicity), that is not little."; fDesc[6] = "from a computer to Walkman player. Sony Media Manager has a handy interface. With this new application you can organize your Use music, photos, videos and web feeds (RSS media) at your PC and transfer multimedia files to your phone."; fDesc[7] = "affordable prices, and others not as advanced as the shareware's, but totally free to download and use. Pictomio is a powerful image viewer that has many advanced features, and it's totally free. Every time you watch your photos, it will be a rich experience that you will really enjoy."; fDesc[8] = "Windows applications and web pages. It includes advanced text search capabilities and a 'favorites' tab to save the more often searched topics, themes and/or terms. The application itself includes an image editor to help user on including the help file to the developed and compiled program."; fDesc[9] = "drawings captured from devices like scanners, VCR's, laser discs, digital cameras etc. The tool can capture images from sources such as scanners, capture boxes, digital cameras etc."; fDesc[10] = "are in the \"cloud\" and map those services to drives in your computer. We have been over other applications that allow you to upload and download files to services like Gmail in the same way."; fDesc[11] = "from a centralized and well-designed location. It runs smoothly and is easy on your system resources. Perhaps, the best feature of this application is that it allows you to edit image files."; fDesc[12] = "useful because it allows its users to manage the pictures on their computers. The user- friendly Interface of the software makes the task of picture browsing and exploring easier and simple."; fDesc[13] = "specify whether that drive needs to be SCSI or IDE! The program is very easy to use. and gives a simple interface. We can create images of disks, load them in the virtual disk, with some emulations like Laserlock & Securom, or burn the disks."; fDesc[14] = "download, manage and rename photos and image data directly from a camera or a memory stick. Downloader Pro supports JPEG and TIFF images from any DCF compliant camera and reads shooting data as well."; fDesc[15] = "make an image from a CD or DVD, that later can be mounted in your hard drive, as if you had a CD or DVD drive with the CD or DVD inserted."; 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 = '...'; } }