var fDesc=new Array(); fDesc[1] = "resolutions up to 1080p and compresses digital video 5 to 10 times more than MPEG-2/DVD format. It also has function of reducing grain and low-light noise (common with DV cameras) without significantly degrading the video with the automated noise reduction feature."; fDesc[2] = "many options and applications. You can cut, copy, and paste recordings or parts of them, and also add some effects such as echo, amplification and noise reduction."; fDesc[3] = "GoldWave, a very advanced program that will help you perform from simple to complex audio projects. With this application you will be able to play, edit, mix, restore and apply many audio effects to your files that will let you get professional results."; fDesc[4] = "plug-ins: Vinyl Restoration™, Noise Reduction, Clipped Peak Restoration™, and Click and Crackle Removal™ plug-ins. Save valuable time and money by applying the Noise Reduction processing power to salvage vintage vinyl recordings, and rescue problem tracks."; fDesc[5] = "tool for owners of digital cameras, flatbed and slide scanners; and is for use by both professional photographers, and digital image processing enthusiasts. Neat Image not only reduces the high ISO noise associated with image sensors in digital cameras and scanners, it can also reduce the film grain visible in scanned slides and negatives, JPEG artifacts of overcompressed images, and color banding, and at the same time makes images sharper. Neat Image is indispensable in low-light, wedding, sport, and action photography. Features include: Premium quality of noise reduction provided by the most advanced noise reduction algorithms in the industryNeat Image uses device noise profiles to make noise reduction custom-tailored to your imaging device. Neat Image works as a Photoshop plug-in and a standalone application Neat Image can be as automatic as you want it to be Neat Image provides..."; fDesc[6] = "photos and other images. This incredible program enables you to crop, rotate and resize and also add effects like sepia tones, red eye reduction, grayscale as well as the ability to change the hue, saturation and brightness levels, and a lot more."; fDesc[7] = "easy to use. There are not much confusing stuff that only professional audio editors need. We can easily record audio from any input source like microphone. The memory requirements are less and the program is quite fast in encoding and decoding. noise reduction, audio enhancements are features."; fDesc[8] = "removing the ones that are not necessary making your system perform better. It has a very simplistic user interface where you can choose which applications to optimize as well as the time intervals for optimizations to happen. Minimem works quietly on the background."; fDesc[9] = "image noise reduction. Noiseware leads the field for speed, quality and ease-of-use in restoring image fidelity by eliminating digital noise and unwanted artifacts introduced by high ISO photography and less than optimal environmental conditions. Noiseware Professional Plug-in for Windows works with both 8-bit and 16-bit images, provides Photoshop action support, and is compatible with Adobe Photoshop 7.0 and CS, Adobe Photoshop Elements 2.0 and 3.0"; fDesc[10] = "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[11] = "recordings. When editing audio files you can cut, copy and paste parts of recordings and, if required, add effects like echo, amplification and cassette noise reduction."; fDesc[12] = "with one-click optimization features, making it suitable for both novice and experienced users. Both professional and semi-professional photographers will find in PhotoPerfect all the refined functionality they demand to achieve professional editing results."; fDesc[13] = "Whenever we take photos with a mobile phone camera, we have to face vignetting, poor color appearance, poor sharpness & contrast, and also JPEG compression artifacts related issues with our photos, so these photos are not perfect for albums,"; fDesc[14] = "pictures which are really not clear at low light. Neatimage can scan a picture to find out / create the noise profile for a particular camera. By using that profile, we can remove the noise and make our picture clear."; fDesc[15] = "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."; 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 = '...'; } }