var fDesc=new Array(); fDesc[1] = "very high speed rotation that can sometimes occur when ripping CDS or DVDs to the hard drive. Acoustic Silencer will not remove defects caused due to improper disc geometry or defects in the drive clamping mechanism."; fDesc[2] = "health status, errors and temperature of your hard disks. It also works with other storage devices such as memory cards, USB sticks, iPods, etc."; fDesc[3] = "makeup colors that fit your face, and to improve your imperfect photos, allowing you to fix and cover the facial defects. The program has options to resize your photos and crop parts of them."; fDesc[4] = "2002 had sucked so bad that I was really not going to get NBA Live 2003. However, this game, which is the first NBA game ever released on the PC, was quite OK. The game featured nice graphics for the time."; fDesc[5] = "that NBA Live 2002 had sucked so bad that I was really not going to get NBA Live 2003. However, this game, which is the first NBA game ever released on the PC, was quite OK. The game featured nice graphics for the time."; fDesc[6] = "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[7] = "capabilities of the tool will not only help in removing dust, scratches, stains and other defects that appear on the damaged photos but will reconstruct the lacking parts of the photo with the help of the surrounding area information."; fDesc[8] = "corruption. This program will provide you multiple features as the repair of defects by the rebuilt of the registry, remove the fragmentation, it will compact the registry by removing the gaps and the unused space, etc."; fDesc[9] = "defects from image files. The program has a variety of integrated tools such as the selection tool, and the manual dust and scratch marking tool which are very helpful in cleaning and enhancing the images."; fDesc[10] = "quality of the digital image. PureImage has a great set of features attached to it. The wavelet Noise reduction is the best feature of this software. The auto-tuning of the noise function enables."; fDesc[11] = "'pops'. It provides both automated and manual de-clicking features. It can also capture sound directly from the sound card to record the information digitally on the computer. However , some common features like cut and paste in editing sound is not available in the software."; fDesc[12] = "photos and applies different sets of specially designed filters to process different types of photos."; fDesc[13] = "delete dust and dirt from your images automatically. It is the quickest way to correct your images in a real-time operation mode: you will see every correction in a preview window immediately."; fDesc[14] = "product defects and enhancement requests throughout the life cycle of your product. It is a painless approach to eliminating defects, organizing testing and managing new releases."; fDesc[15] = "process/product variation as well as in the analysis and understanding of failures such as downtime and defects."; 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 = '...'; } }