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] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes."; fDesc[3] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats."; fDesc[4] = "with copies that are truer to your originals' images and text. The unique Z-Lid lets you produce clear, complete scans even of thick originals like personal notebooks. You can even print photos directly from a PictBridge compatible camera or DV camcorder—no computer required."; fDesc[5] = "the web, paint with the mouse, etc. You can acquire digital photos from file on your computer, with the help of a scanner or a digital camera and at once start to work with them."; fDesc[6] = "including 4x6 and 5x7. Make print sheets, albums, calendars, cards and contact sheets. Use pre-made pages or create your own. Just select photos, choose a layout and print. \"Couldn't be easier,\" says Popular Photography magazine."; fDesc[7] = "changed, and the direct comparison of the \"original\" and the edited picture facilitate for you the work."; fDesc[8] = "It can print the photos in both standard and custom sizes so that the user can email optimized photos. In addition to this, it also has creation tools that do more than organizing photos."; fDesc[9] = "variety of features which are helpful to -create photo albums, for image transfer from other digital devices, view and print photos, view slideshows and much more with total back up facility."; fDesc[10] = "other purpose, you need a passport-size photo for each task. Passport Photo is designed to meet this requirement. This easy-to-use software helps you to create passport photos for printing in just a few minutes."; fDesc[11] = "different software solutions. They have developed many products and one of them is the AlbumPlus X2. AlbumPlus X2 is Serif's powerful, Microsoft® Windows Vista™ certified too. AlbumPlus X2 is a kind of digital media manager,"; fDesc[12] = ", acquire, import and capture photos from your computer, scanner, video frames, cameras media cards and other connected devices."; fDesc[13] = "Also, it has several interesting features, like the possibility of adding frames, calendars and garnishes, making your photos perfect for gifts. It also allows you to print photos in various sizes, including some ID sizes."; fDesc[14] = "printing contact sheets and calendars, and a paper saver. PDF support."; fDesc[15] = "want. It allows you to arrange several pictures in different layouts and crop and add dates to them, and finally print them. Let your imagination fly with the user-friendly Photo Print Pilot."; 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 = '...'; } }