var fDesc=new Array(); fDesc[1] = "those who just want to remove those annoying red eyes and correct some basic exposure mistakes, to those who enjoy adding some creativity to their favorite photographs."; fDesc[2] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds"; fDesc[3] = "desired difficult level. The harder the level, the smaller the pieces. You can go from a very easy 4 pieces puzzle to a very hard 442 pieces puzzle."; fDesc[4] = ", cameras or clipboard. You can then work on the images using Pixia and then save the result in lots of different formats."; fDesc[5] = "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[6] = "allows you to edit images from a variety of formats and enhance them using different effects. Moreover, the program features a very simple and extremely easy to use user interface which does not need any technical knowledge and makes this task a breeze."; fDesc[7] = ", EMF, PNG, PCX, TGA, ICO, CUR, among others. This incredible program has the ability to convert and manipulate one or thousands of files, located in one or many folders in a few seconds."; fDesc[8] = "etc.), uses Photoshop-compatible plug-ins. Support of bmp, JPG, PNG, TGA and anim. GIF FLI FLC. TWAIN-compliant. 10+ interface languages."; fDesc[9] = "random colors (including multi-color gradient effects), apply round edges, manipulate shadows, etc. You can also drag and drop any kind of images directly from Windows to this application to create your own personal text effects on the images in no time."; fDesc[10] = "formats right from TIFF, GIF, JPG, BMP, PSD, PNG, WMF, EMF, PCX, down to PIC and others, into PDF format with great ease. The tool automatically clears and skew-corrects B/W images with the help of special techniques to ensure high quality output after every conversion."; fDesc[11] = "cover, add the cover image and align it on the CD/DVD. The created covers can be printed using any installed printer."; fDesc[12] = "straightens them automatically."; fDesc[13] = ", etc.) to PDF files. Image to PDF Converter does support skew-correct and despeckle for B/W image files."; fDesc[14] = "based animated photo album, and more. Why buy anything else when right here you can have all the tools you need for photography?"; fDesc[15] = "Macs), fully compatible with FileMaker Pro 7/8/8.5/9. MediaManager is a plug-in that radically expands FileMaker Pro's ability to work with stored documents, images, sound files, and other media. With MediaManager and FileMaker Pro's friendly database environment, you can easily create powerful document management and media editing solutions. Uses for MediaManager Photo gallery or image archive Custom photo and image editing Automatically create web-friendly thumbnails Dynamically generate web pages in straight HTML Document management Music library or sound archive Sound editing studio Podcasting Image Manipulation Adjust image size, quality, and resolution Crop, scale, rotate, reflect, skew, and perspective Full QuickTime image effects (brightness/contrast, RGB balance, etc.) Convert image formats (JPG, GIF, BMP, PICT, TIFF, PNG, etc.) Sound Editing Play sounds asynchronously in the..."; 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 = '...'; } }