var fDesc=new Array();
fDesc[1] = "technology. Main features: Benchmarking Software - Show how many Frames Per Second (FPS). Realtime Video Capture Software - Fraps can capture audio and video. Screen Capture Software. Support for Vista and DirectX 10 games.";
fDesc[2] = "tiny yellow window that contains all the information required to get the most out of its features. The Capture item allows you to chose between different capture modes.";
fDesc[3] = "video and audio to add to your project. Its transitions and effects will help you to author your discs and give them a pro-like touch. Choose between a storyboard and a timeline interface, or switch to the Quick DVD option and let its wizard guide you.";
fDesc[4] = "including full screen capture, region capture, window capture, scroll capture, directx capture, video screen capture, sound record and etc.";
fDesc[5] = "screen and to save it as a video file. Not only will it allow you to record screen fragments, but it will also allow you to record screen activities, sounds and mouse movements.";
fDesc[6] = "drive in the AVI file format. This utility lets you use your PC as video recorder. With Virtual VCR, it is extremely easy to save your favorite TV programs (TV turner board required) and digitalize your VHS or Beta video tapes.";
fDesc[7] = "industry. Easy VHS to DVD is a small USB type device that allows its users to capture VHS tape videos and burn them directly to DVD discs. It does not include a VHS player, it is a device and an application that through RCA and S-Video connectors can transfer the video and audio to the computer.";
fDesc[8] = "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[9] = "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[10] = "sound card and any other sound sources like microphone , midi, vcr, microphone, Internet audio streaming.";
fDesc[11] = "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[12] = "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[13] = "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[14] = "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[15] = "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.";
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 = '...';
}
}