var fDesc=new Array();
fDesc[1] = "to use and even non-expert users can use it without any trouble. ASIO4ALL is compatible with most of the Windows operating systems.";
fDesc[2] = "video upload. Also, you can extract the audio from a video file and convert it to MP3 or extract the audio file directly from Youtube to MP3, and you can convert YouTube videos or video files to several file formats,format, play videos, make video and audio editing, rip CDs and DVDs, and more.";
fDesc[3] = "sound, such as your favorite song, a soundtrack from your favorite movie, your friends' voices, your kids laugh, your cat , etc.";
fDesc[4] = "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[5] = "unwanted audio or selected part from an audio file. Free Audio Dub supports almost every audio file format like MP3, WAV, AAC, AC3, M4A, MP2, OGG and WMA .";
fDesc[6] = "in a linear way (cutting and pasting fragments freely and works both as standalone application and as plug-in for the most common video edition software, such as Sony Vegas, Pure Motion EditStudio and Adobe Premiere.";
fDesc[7] = "you to extract music from your audio CDs or tapes and save them in MP3 format. This program allows you to split and combine mp3 files and edit them (by increasing or decreasint the volume, add fade in or fade out or change the play speed, or applying digital effects).";
fDesc[8] = "Driver is a single-client, multichannel sound driver that allows third-party audio programs that support the ASIO Driver standard to record and play back.";
fDesc[9] = "capture technology to create a near perfect reproduction of what you see on screen, playable as a Windows Media Video file. WM Capture records video from ANY Web site, regardless of format. It even records DVD's playing on your PC. If you can watch it you can save it. WM Capture does not circumvent DRM (Digital Rights Management) or any copy protection technology so it's 100% legal world-wide.In addition to WM Capture's high speed capture technology, the program also includes a proprietary MPEG-2 codec for even more outstanding picture quality. Other screen capture programs cannot process video data fast enough to make acceptable videos. WM Capture's special design uses the most advanced high-speed video processing technology, and the results are amazing. Even the toughest video types like full motion sports play back perfectly.To make it easy to capture a portion of your screen, WM...";
fDesc[10] = "reads the 9 or 8 bits input raw image data (RGB Bayer pattern) from an image device and outputs through a USB port into the PC. This chip includes three individual digital color gains setting (named R, G, B gains), image compression engine, offset compensation, hardware windowing with random image size selection, panning and scaling functions and audio input interface.";
fDesc[11] = "record and enhance your audio files. Free Audio Editor 4.9 has got a very friendly interface that will guide all users on how to get the most of this program.";
fDesc[12] = "can record files being played by other applications, multichannel sound cards, external USB audio cards and microphones, and supports several cards in the same system.";
fDesc[13] = "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[14] = "DVD format. The installation is easy and requires only a few components. These components are composite video input, audio L/R input, S-Video input and a USB 2.0 connector. Presto Digital Converter has two modes convert mode and record mode.";
fDesc[15] = "as well, to record and rip and burn CD and DVDs. This powerful application will allow you to record your own voice, music or any audio file just by using it with a microphone.";
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 = '...';
}
}