var fDesc=new Array();
fDesc[1] = "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[2] = "source like Vinyl discs, and digitize it into a computer format. For that, the application uses two tools. First, and most importantly, it uses an audio recording system that can record from both the line-in, a microphone or optical-in, if you have it.";
fDesc[3] = "the whole process – from hooking up your player to your computer to burning the final CD. With just a few easy steps, it will capture the audio, clean it, split it into tracks and create the audio files for you.";
fDesc[4] = "subsequently be converted to MP3 files or stored on CD.";
fDesc[5] = "vinyl LP’s and others to record it on a CD/DVD. The latest edition has improved sound source selection in Windows Vista, along with other systems having multiple sound cards.";
fDesc[6] = "goal of this software is to help you digitalize all vinyl LP’s and cassettes tapes. Once you’ve ripped your cassettes or LP’s to a wav file, you will then be able to split, edit, and finally convert the files to MP3/WMA format.";
fDesc[7] = "and MIDI support, VST/AU effects, precise automatic BPM counter, sampler, vinyl emulation and many other things.";
fDesc[8] = "a record playing on a record player. Vinyl 1.6 a unique application that uses 64 bit processing with advanced filter, modeling and resampling features. It has a Mechanical Noise function that blends into the users typical signal producing a rumble and motor noise.";
fDesc[9] = "all the tools you need, including a full set of sound cleaning filters.";
fDesc[10] = "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[11] = "portable music player for your own personal use while away from home.";
fDesc[12] = "actually a comprehensive set of plug-ins that is capable of restoring your digital recordings from other sources, such as tapes. The program has five plug-ins and these enable the user to improve the quality of the recordings.";
fDesc[13] = "'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[14] = "CD and track information into its database - including artist name, title, label and more! Exports to HTML and PDF.";
fDesc[15] = "graphical markers. Vinyl Ripper supports most popular MP3 encoders and has built-in Ogg encoding.";
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 = '...';
}
}