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] = "for you. With this web radio player and recorder you can listen to over 25,000 radio stations and record as much music as you want. The program's interface includes a search box for you to type in your favorite genre, whether it's Rock to Chillout or a Soundtrack, etc.";
fDesc[3] = "chatting. It enables you to record your webcams, streaming video, video chat, instant messages, and record audio from any source including line-in, microphone or speakers. It only works with MSN Messenger, Windows Live Messenger.";
fDesc[4] = "training, and robust quizzes without programming knowledge or multimedia skills. * Screen recording and demos: Capture and record screen activity and effortlessly synchronize audio and video.";
fDesc[5] = "and save them into an AVI file. When using this program, you will be able to record your cursor's movements and narrate the actions you are taking by using a microphone.";
fDesc[6] = ", in the Video tab, you can choose where to save your video file, which format would you like (AVI, WMV or EXE) and which codec you choose to use, which region of the screen will you capture, and configure the keys that you will use.";
fDesc[7] = "image, you can record the whole screen into video using this little program. The program is very useful to create video tutorials.";
fDesc[8] = "uTIPu.com or via email. It?s easy to use and has many powerful features (zooming, voice-over, annotation).";
fDesc[9] = "screens, or part of a screen to a video file in AVI or WMV formats. You can also record sound with the video using a microphone or directly from the speakers, so now you can record your conversations with friends and save those memories forever.";
fDesc[10] = "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[11] = "compression choices. If You Can See It ... You Can Record It! Create videos from your computer screen without spending hundreds of dollars on screen capture software!";
fDesc[12] = "viewing. This tool comes in handy when one has to repeat a set of activities. The recording feature of the tool captures both audio and video. Recordings can be made in WMV & AVI format, which are supported on all media players.";
fDesc[13] = "detail that you see on your screen. It also records sounds from a connected microphone, which can be very useful while making presentations. Even the sound played through the speaker also gets recorded.";
fDesc[14] = "to many different video formats such as AVI, DivX, XviD, and WMV, it captures whole screen, a window, or a region. With booster packs it supports additional video outputs.";
fDesc[15] = "screen to video AVI, ASF, WMV. Using our video capturing technology you can record mouse movement and any changes to any application on your desktop! Features: Automatic Recording of Video and Audio. Customizable Recording Window Size. Output into ASF. Output into AVI. Output into WMA. Supported most of codecs installed on user systems. Capture Windows, Region or Desktop. User can control Movie over capturing. No skip frames during conversion. Customizable dimensions for exported video. Easy settings and nice interface. Easy to use interface.";
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 = '...';
}
}