var fDesc=new Array(); fDesc[1] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[2] = "without compromising on its quality because normally files containing the images are of very large size and the speed of downloading or uploading is limited."; fDesc[3] = "Adobe-compatible files. It is a pdf creator for Windows that allows users to easily create documents in PDF file format. No expertise is required for this program; even novice users can create high-quality searchable PDF files just by selecting the \"print\" command from any application."; fDesc[4] = "drawings captured from devices like scanners, VCR's, laser discs, digital cameras etc. The tool can capture images from sources such as scanners, capture boxes, digital cameras etc."; fDesc[5] = "preinstalled with Alsee movie maker and Alsee photo editor. So having Alsee you can not only view your photos but also edit them and create videos from your own pictures."; fDesc[6] = "reads the 9 or 8 bits input raw image data (RGB Bayer pattern) from an image device and outputs through a USB port into the PC. This chip includes three individual digital color gains setting (named R, G, B gains), image compression engine, offset compensation, hardware windowing with random image size selection, panning and scaling functions and audio input interface."; fDesc[7] = "supported (black & white, grayscale, full color), all with supported image compression options Acquire images from any Twain device or from disk Most popular file formats can be loaded (GIF, JPG, TIFF, AWD, PCX, DCX, BMP) Send image page(s) to printer, fax, or disk One button \"Acquire & Send\" for quick and easy image transfers Full clipboard support (cut, copy, and paste) to move image data between image pages or between applications and to allow image editing Property pages allow easy customization"; fDesc[8] = "settings of any image. ReaCompressor can optimize your images for the best looks and quality for web use, emailing, storing or sharing. Support for TWAIN devices enables the user to directly acquire images from scanners and cameras."; fDesc[9] = "shrinked 100 pictures the software can be used with the limitation of an added watermark to each image.Also features batch compression."; fDesc[10] = "loosing image quality. It certainly compresses your images reducing quality loss to a minimum, but it is also a powerful image editor that will help you to retouch, resize, compare, view, convert, or annotate all your images."; fDesc[11] = "This program creates smaller file sizes and better quality for images. It is a very useful application to simplify the organization, viewing and sharing of images from your computer."; fDesc[12] = "folder on your"; fDesc[13] = "increases the value of your intellectual capital, allowing you to best utilize your documents with any search engine"; fDesc[14] = "plug-in for your favorite image-editing tool. It includes a wide variety of options to optimize and enhance your digital images, to add attractive effects and to change their shape, size and format. It supports JPEG, PNG, TIF, GIF, WBMP and TGA files."; fDesc[15] = "responds to previously defined hot-keys and saves capture to clipboard, predefined directory or presents you with \"Save As..\" dialog."; 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 = '...'; } }