var fDesc=new Array(); fDesc[1] = ", photo browser and Photo Story utility. The Digital Image provides a great functionality for organizing, viewing and storing photo archives. You can control your photos through a combination of digital-imaging tools with helpful wizards and professional-quality photo projects."; fDesc[2] = "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[3] = "tools: - A complete management suite to keep your collection organized. - A comprehensive photo editor for both novices and experts. - An extensive collection of presentation options to boost your creativity."; fDesc[4] = "mobile devices to snap pictures of any text and then convert those pictures into a text file. The program even has a text-to-speech engine, for you to save the regignized text to WAV or MP3 formats."; fDesc[5] = "commercial photo editing software like Adobe Photoshop 7, CS, CS2, CS3, Adobe Photoshop Elements 2, 3, 4, 5, 6, Coral Jasc Paint Shop Pro 7, 8, 9, Corel Paint Shop Pro (Photo) X, X1, X2, Corel Photo Paint 11, 12, Xara Xtreme, Microsoft Digital Image Suite 2006 etc."; fDesc[6] = "critical information such as business data, project details, etc., due to accidental deletion and in all such cases, MediaRECOVER comes to the rescue of the user, which is essentially a complete digital image and file recovery utility package."; fDesc[7] = "and increase its quality. It has a handy and simple interface: the main part is occupied by a preview window, on the left there are images to be edited and on the right – a window with the editing tools."; fDesc[8] = "now integrated into ZAR (version 7.8 and up)."; fDesc[9] = "required because the whole process is of the simplest kind, allowing even an inexperienced user to improve the color of his/her photos. It is possible to add images with the following formats: BMP/JPG/TIF/PNG/PSD/PC X anywhere within our computer, removable, or external compatible TWAIN devices."; fDesc[10] = "best known image file formats (including BMP, JPEG, or TIFF) and its simplicity of use makes it a very useful tool for quick cropping."; fDesc[11] = "may need to ease your digital imaging life: EXIF metadata access, image manipulation/sharing and much more!"; fDesc[12] = "photographs. BlazePhoto allows the import digital images from any location (hard disc drive, CD/DVD disc, DC/DV, PC Cam or any other ) including removable devices. Classify your photos in a flexible way, sort images by people, place and events tags or you can also create your own tags."; fDesc[13] = "program we can see two windows in the left and two windows in the right. In the first window we can see our folders and in the window below we can see the images that every folder has."; fDesc[14] = "with your digital camera. 2. a 'copy-to' option, to quickly copy a file to another folder. 3. slide show option."; fDesc[15] = "accidentally erased images you will be able to get them back with this simple but powerful application, which has an easy-to-use interface."; 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 = '...'; } }