var fDesc=new Array(); fDesc[1] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions."; fDesc[2] = "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[3] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc."; fDesc[4] = "for downloading the photos to the computer or uploading photos to the memory card. We can select the language of the program before downloading or installing from the CD given to us when we purchase a Canon Camera."; fDesc[5] = "photos, specially for making birthday card, get well card, congratulation card, party card, greeting card, photo album and so on. PIF DESIGNER 2.2 does not provide with any frame at all."; fDesc[6] = ", at a basic level, images or photos with different layouts. We can add more features to this utility by combining it with other Epson programs. It runs under Windows XP, Me, 98, 95&2000, Mac OS 8.1 to 9.X and Mac OS X 10.2 or later."; fDesc[7] = "memory to speed up your computer. It speeds up your PC and improves application responsiveness by using flash memory and free RAM as an extra layer of performance-boosting cache for your PC. Use up to four inexpensive flash devices to speed up your system."; fDesc[8] = "customers to build flash media interface capabilities into their solutions. We leverage our own ASIC and firmware designs as well as our own manufacturing capabilities to ensure the highest levels of quality and reliability in our offerings. Our readers comply with all industry standards and provide interface capabilities for all major memory card formats, including PCMCIA I/II, CompactFlash® I/II, MultiMediaCard, Secure Digital Card, SmartMedia, Sony Memory Stick and xD-Picture Card."; fDesc[9] = "formated or corrupted from almost any memory card. With this powerful utility you will be able to recover images, videos, data and any other media stored in any of the supported memory cards."; fDesc[10] = "memory card(s). Its intuitive interface allows you to follow through the process easily. The trial version is limited to recover up to 4 folders on each run."; fDesc[11] = "erased, formatted or deleted pictures,images, photos, audio or video files and folders from multimedia memory cards. This incredible application retrieves files even if the media is corrupted and you can not access it."; fDesc[12] = "intentionally deleted or lost photos. Simple and clear step-by-step interface allows you to instantly recover lost or deleted images from your: digital camera, computer, flash card, memory card, mobile phone or any other media or drive."; fDesc[13] = "XBOX was the most popular console, there were many uses for an application like this. The main one in my opinion was to modify save games with cheats and upload them to a memory card."; fDesc[14] = "your computer. It is designed for PIXO MEDIA USB card reader but it also works with memory cards and digital cameras appearing as a drive letter on your computer. You have to select the drive where you want to find images, and all found images will be saved in the destination folder."; 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 = '...'; } }