var fDesc=new Array(); fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[2] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc."; fDesc[3] = "Microsoft PowerPoint and Word documents by up to 98% without reducing the quality or requiring any decompressing tools. The tool has add-ons for Microsoft Word and PowerPoint and a beautiful search window for batch compressing."; fDesc[4] = "application combines many functions for the processing of a digital image. Create slideshows, screensavers, postcards, videos from images, landscapes and more. It captures images and video from many devices and formats. Convert file formats."; fDesc[5] = "management of simple activities of the office. It is ideal to management the activities of the home. Its execution is very rapid. It has portable version to take the information in a USB memory."; fDesc[6] = "advantage of a component called manzana.dll, which has nothing to do with an apple, but works with this apple device. iPhoneBrowser will install a Windows Explorer-like application on your computer."; fDesc[7] = "pictures, rich text, and URLs. This allows you to paste the items saved into any application. The program works in two modes: History mode has a limit of 200 saved items by category, when the 201th item is stored, the oldest item will be removed. Boilerplate mode is a permanent storage area."; fDesc[8] = "toolbar and gives you many tools for Images, like downloading all images from the site or from current page, Downloaded images can be viewed as a slideshow and a gallery based image storage and retrieval."; fDesc[9] = "any storage device. The program features a very simple and intuitive user interface, specially designed for beginners with a step-by-step wizard that guides you throughout the different steps of the process."; fDesc[10] = "and sound files from all types of Digital Media such as Memory Sticks, SmartMedia, CompactFlash I & II, Micro Drives, SD/XD Cards, Multimedia Chips, Floppy Disks, among others."; fDesc[11] = "of digital camera storage media. The software includes utilities that rescue, repair, restore and recover lost pictures, digital images or videos from a camera. All kinds of file types are supported, such as jpg, tif, gif, 3gp, avi, mov or mpeg."; fDesc[12] = "and photos from your USB supported removable media. This incredible application retrieves picture files from digital storage media even after the loss of root directory, MBR (Master Boot Record or Partition Table sector), DBR (DOS Boot Record or Boot sector), MFT or FAT."; fDesc[13] = "accidentally erased images you will be able to get them back with this simple but powerful application, which has an easy-to-use interface."; fDesc[14] = "by date, text keywords and more. You can also import pictures directly from your digital camera, a scanner or create a FotoAlbum CD (ISO image or ready-to-burn folder). It is a full featured photo management software to organize and share your photos. Supports most image and video types.FotoAlbum displays a handy timeline on top of the interface, which allows you to quickly jump to pictures taken in a certain year. You can add comments and keywords to each image, view them as a slideshow, create a screensaver and more. Additional features include easy emailing and resizing of pictures, support for external editors and more. The software also integrates smoothly with the FotoAlbum online photo storage service, which allows you to create an online web album for family and friends to visit. This feature requires an additional yearly fee, but is not needed nor required to use the..."; fDesc[15] = "detailed pictures information, notes, rename, filter by category, thumbnails, slide show, full screen, auto-sort, auto-save."; 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 = '...'; } }