var fDesc=new Array(); fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[2] = "and features that can get your raw photos ready to the publishing or sharing. You can use special effects, denoise and red eye effect removal tools to enhance your camera pictures. Photo! Editor supports all the popular image formats, like JPG, BMP, PNG, GIF and TIFF."; fDesc[3] = "create small, unwanted imperfections among image details known as 'noise' that can be reduced to create even better, more natural digital photos. Reducing noise while balancing image details, color, and light can increase the quality of virtually every digital photo. Dfine targets noise and unwanted imperfections that may be a part of your image and allows you to control and redefine image details. Perform noise reduction, JPG artifact reduction, and enhance color and light to create better photographic prints. Dfine adapts to your needs and the needs of each individual image. Target specific noise or selectively enhance the image with a variety of specially designed digital photographic features. Shoot, Dfine, Edit. Shoot your images, define details, and edit your images. Better digital images come from using the right tools at the right time. Prepare your digital images for the image..."; fDesc[4] = "path and start the scan. You can set the match percentage required to consider the image a duplicate and preview all found duplicates side by side with an option to delete one of them."; fDesc[5] = "between the input signal and the luminance of a monitor. The usual values for gamma level are between 1.4 and 3.2, being 2.2 the most standard value."; fDesc[6] = "with features which makes it a powerful animation tool. It provides spatial resolution independence because whenever the resolution of the project would be changed, pixilation would occur only in the imported raster images."; fDesc[7] = "decompress video files, in order to watch them using your regular viewers, such as Windows Media Player, or edit videos with your favorite program. This codec works both in 32-bit and 64-bit operating systems."; fDesc[8] = "blue pixels that compromise the smoothness of a photo. AKVIS Noise Buster reduces both luminance and color noise."; fDesc[9] = "surface you need, just cut a few single bricks from your image source and save each one to an image file for uploading into Bricks'n'Tiles, the program will provide you with different brick algorithms to create your brick pattern."; fDesc[10] = "printer. This software is very easy to install and use. EZcolor is a color management solution created to see in your screen the same colors that would be printed in your printer."; fDesc[11] = "WinXMedia DVD iPod Video Converter is an excellent software tool for converting DVD to iPod video (MP4 with AAC). WinXMedia DVD iPod Video Converter is also an extremely beneficial software tool to convert DVD to iPod audio (AAC)."; fDesc[12] = "plug-in. Directly aimed at the Photoshop professional seeking an easy to use solution with all important tools directly available from one interface. It consists of 5 components that work independently as well as in combination with the other plug-in components. The option to save the specific job settings for repeated use boosts productivity. Unsharp Mask: This component is used for making images look more crisp or for adding special sharpening effects. The filter identifies color differences and offers controls for changing sharpness. One can precisely define contour size, sensitivity, amplification and contour response and even selective sharpening based on luminance. Advanced Blur: All different blur adjustments in one easy to use interface, with full preview. Built on an enhanced algorithm, this PhotoTools component offers 4 commonly used blur styles: Gaussian, Motion, Smart and..."; fDesc[13] = "easily with the most used graphic applications, such as Adobe Photoshop, Corel Photo Paint, Jasc Paint Shop, Microsoft Digital Image Suite, or Ulead PhotoImpact. It efficiently removes chrominance and luminance noise, as well as some specific speckles, from your digital photographs."; fDesc[14] = "noise removal tools.NoiseFixer has an easy to use interface which enables the user to adjust the level of luminance and chrominance noise independently and view the combined result. It operates on both 8 bit and 16 bit images."; 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 = '...'; } }