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] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros.";
fDesc[3] = "eye on human photos or green eyes on pictures with animals. You can also denoise low-quality photos made from cameras from digital telephones. You can create СD labels and print them. You can also create slideshows and copy them to discs.";
fDesc[4] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program.";
fDesc[5] = "and drop feature it is totally user friendly. We can easily create folders and subfolders that have unique templates and designs and host them online without any need for extra hosting. All we need to publish the albums online and share them with our friends is a user ID.";
fDesc[6] = "including wav, wma, ogg, mp3 and more. You can remove noise, add effects, burn CDs and much more.";
fDesc[7] = "images. With the power and capabilities of this image enhancement tool you can easily: adjust, edit, convert, and apply various effects to your batch images.";
fDesc[8] = "them is tuned and ready to be applied to your pictures. Make it colorful, remove noise, resize, apply different effects, add frame, publish in web and do more with PerfectPhotos!";
fDesc[9] = "removes noises from vinyl records that come from the surface, such as the repeated clicking. Music cassettes generally have a hissing sound, which this program can also remove. The Wave Corrector removes these noises from the background so the quality is clear.";
fDesc[10] = "either reduce or even completely remove noise from an image. The noise reduction or removal is done by sophisticated noise filtering algorithms, which also process the image quickly.";
fDesc[11] = "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[12] = "not all this program does. Using this application you will be able to edit your image files with a lot of effects such as mirror, various filters, rotate, flip, watermarks, color enhancements, margins, crop and more.";
fDesc[14] = "curve fitting process for you in a single step with its built-in equations, enabling you to find the ideal model for your 2D data. TableCurve 2D includes equations from single linear to high order Chebyshev polynomials for data modeling and critical research.";
fDesc[15] = "font Turn someone's handwriting into a font Convert old print lettering or letterhead into modern electronic format Create symbol fonts Six simple steps: Step 1. Open any bitmap image or a vector illustration — EPS, GIF, JPG, PNG, TIF, directly from a scanner, on Mac OS X also PDF Step 2. Improve and adjust the image using transformations, filters and effects — remove background, adjust brightness/contrast and hue/saturation, rotate, sharpen, remove noise, blur Step 3. Automatically separate the image into single character shapes — using several presets and customizable precision Step 4. Adjust character baselines and remove any unwanted shapes Step 5. Export the character shapes into an outline font editor — using a fine-tuneable autotracer, optimized for font creation Step 6. Finalize and generate a Type 1, TrueType or OpenType font — using TypeTool, FontLab Studio or...";
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 = '...';
}
}