var fDesc=new Array(); fDesc[1] = "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[2] = "images and movie clips. It’s new and improved tools helps you to edit, enhance and give a new look and glow to your photos. The browser supports a variety of image, sound and video file formats and helps to give a new look and glow to your photos."; fDesc[3] = ", JPEG, JPG image and convert to pen, pencil or pastel sketch using customized brushes and textures. You can edit the sketch in singe click. customize the precision and lines you want to use in the sketch and you will get a real looking sketch."; fDesc[4] = "for the edition, organization and view of our images files and pictures. It supports multiple formats, including the formats of some digital cameras, so we can manage all them using this fantastic application."; fDesc[5] = "ones recorded with DigiCam, WebCam, NetCam, and more video sources. It can also playback hardware M-JPEG AVI files, like those produced by Rainbow Runner, DC10, DC20, DC30 or Buz, without requiring the specific hardware codec."; fDesc[6] = ", Accessed, Modified and Created dates, JPEG metadata, MS Office document dates and properties, NTFS data streams. Date-time shifting and masking."; fDesc[8] = "your Jpeg and Tiff image files. PhotoInfoEx able to read EXIF, IPTC and Maker Notes fields, contained in RAW photo files."; fDesc[10] = "Open Source project released under the GPL."; fDesc[11] = "website. View from web browser. Setup Wizard."; fDesc[12] = "Extract frames from your videos. Many formats supported, including EXIF for digicam's owners."; 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 = '...'; } }