var fDesc=new Array();
fDesc[1] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs.";
fDesc[2] = "any sounds from your sound card and save the recording directly into MP3, WMA or WAV files.";
fDesc[3] = "image, you can record the whole screen into video using this little program. The program is very useful to create video tutorials.";
fDesc[5] = "offering various excellent recording features with different popular format support like MP3, WMA, OGG, VOX, AU, AIFF.";
fDesc[6] = "record any external sound by using a microphone or other device and save the result as a WMA, OGG, Mp3, APE, FLAC or WAV file. The program enables you to record any sound directly from a sound card.";
fDesc[7] = "matter if you are listening to your favorite on-line radio, your audio CDs, or if you want to record your voice by using your microphone. With this versatile program you can do it easily.";
fDesc[8] = "both internal and external sources into MP3, OGG, WMA, WAV, or APE format sound files directly. i-Sound WMA MP3 Recorder can record sounds from MIDI, Internet broadcasts, streaming media or your microphone, in 8 channels.";
fDesc[9] = "MP3 audio formats. The user interface is similar to the Windows traditional sound recorder. You can use a microphone or any audio input to record a sound.";
fDesc[11] = "such as microphone, DVD audio, audio played on the online radio, songs played on media players and voice chat. Audio Record Expert provides you with a silence detector that splits your recording automatically. It also allows you to schedule recording on specific or recurring events.";
fDesc[12] = "Recorder helps in recording very high quality media. These recordings are made directly from the sound card. It also helps recording of the mentioned streaming audios directly to the required format without creating temporary files.";
fDesc[13] = "audio recording. Most of the audio recording tools can record audio as WAV file format that is really big in size and offers poor quality, even Windows audio recorder does the same. But Magic Audio Recorder enables you to record sound to MP3, WAV and WMA files.";
fDesc[14] = "kinds of sound devices, eg, Microphone, Line In, System sound. Besides, it can highly maintain the original scene sound by calculation.";
fDesc[15] = "interface. The program is very customizable and has two main distinctive characteristics: a built-in silence detector that stops the recording when a long silence appears, and a schedule option that lets you record automatically all your favourite Internet shows.";
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 = '...';
}
}