var fDesc=new Array();
fDesc[1] = "It can work with AVI, DivX, Xvid, MPEG, WMV, MOV files, allowing to set start and end points of the output. Batch conversion is also supported.";
fDesc[2] = "including full screen capture, region capture, window capture, scroll capture, directx capture, video screen capture, sound record and etc.";
fDesc[3] = "other words, if you download SkypeCap and install it, it will become a gateway between Skype and the Internet, and, thus, will be able to capture all the traffic that goes through it.";
fDesc[4] = "well as delivering a complete set of recording applications and optical drive testing utilities to your computer. This program is provided with a graphical user interface that displays the command buttons for its featured applications in a toolbar for your convenience.";
fDesc[5] = "audio collection by converting audio to MP3 or other popular formats, from almost any source. Automatically organize your collection as it grows. Use your music as ringtones for your mobile phone or create smart playlists for your portable player.";
fDesc[6] = "sound card and any other sound sources like microphone , midi, vcr, microphone, Internet audio streaming.";
fDesc[7] = "of all, for music lovers. Using this tools you have the possibility to record music disks with creation function of archival copies for CD and DVD disks.";
fDesc[8] = "Plextor hardware, you could benefit from using their Plextools software. Plextools Professional is a set of recording tools you can use to create your multimedia, video and audio projects.";
fDesc[9] = "such as line-In, or speakers to WAV, MP3, audio-only AVI, and WMA files (additional formats supported with booster packs). Also lets you record from a DV camcorder or VCR connected to 1394 port.";
fDesc[10] = "program, you will be able to select many audio sources and to grab the audio stream and save it into different audio files. The audio files you will be able to save your audio to are WAV, Mp3 and WMA.";
fDesc[11] = "capture card via an embedded HTTP server or a Flash Media Server. The video stream is FLV1 encoded and the audio stream is PCM, IMA ADPCM or Lame MP3 encoded. As a remote player you can use any FLV player able to render remote FLV files. Other option for you is to use the HTML embedded player which is shipped with the encoder or to design your own player using Adobe Flash technologies.";
fDesc[12] = "which can’t be converted directly, along with countless other handy features. The application has an auto sensor feature that facilitates the user to batch capture from other players. There’s provision of adding tags during recording on even prior to it.";
fDesc[13] = "clips online. YouTube Audio Capture is a tiny application by E-soft that was developed for capturing and saving audio tracks from video clips on Youtube. It may come in useful when you hear a really great song in a video clip and want to save it to your computer.";
fDesc[14] = "from virtually any sound playing on your computer. It can grab audio coming directly from a device connected to your sound card, or from any audio and video file being played in your system. This tool can also be used as an audio player for any of the supported formats.";
fDesc[15] = "with zero lines of program code. The library supports large number of formats and technologies. Free for non-commercial use.";
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 = '...';
}
}