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] = "your web camera output. The program can replace the video output from your webcam with any other video clip or even with images from your computer.";
fDesc[3] = ", etc.. It is commonly used as a virtual studio or as a collection of virtual instruments to use live or with other software sequencer.";
fDesc[4] = "well known programs of instant messaging and VoIP. You can use background sounds street voices, nature, forest and waterfalls. You can perform song remixes, change the song voices, add effects and save the new song in standard formats like MP3 and WMA.";
fDesc[5] = "Vista™. Windows Vista™ Gadget. Enhanced Realtime Monitor. Hostsfile Checker. LSP-Viewer. Online connection to a malware database. Integrated task scheduler. Three integrated skins.";
fDesc[6] = ", Compression, Chorus, Delay, Pitch Shift, Graphic and Parametric EQ effects are included), audio and MIDI tracks, 24 bit soundcards and more";
fDesc[7] = "graphics layers Realtime video and audio filters Realtime 2D, 3D and alpha transitions Voiceover recording support Audio waveform display Three-point, four-point, ripple, slip, slide and video/audio split editing Unlimited undo / redo levels MPEG-1 and MPEG-2, Windows Media, RealVideo and QuickTime export via ProCoder LE EDIUS Edition EDIUS directly supports and requires either a DVRaptor RT2 series, DVStorm series or DVRex RT series card.";
fDesc[8] = "other unwanted applications. Mamutu identifies the malware based on behaviour so some false positives are natural but if you are connected to the internet, it will show you what the community has done with the application so that you may be able to decide better";
fDesc[9] = "further processing in DVD authoring tools.";
fDesc[10] = "downloaded through Internet from Earth and Moon viewer, made by John Walker. EarthClock can use jpeg and gif images downloaded from websites. It is possible to add your own views.";
fDesc[11] = "screen. With this program, you will be able to select any spot of your desktop and set the program to record it and save it as a video file.";
fDesc[12] = "the features RtCC v2.5 had and then some! The features now include the ability to clean your internet cache on the fly.";
fDesc[13] = "cleaning tool for your system cache. The application is organized in a small multiple-tab screen, each tab for a specific task. You can buy this software for as little as $ 9.95";
fDesc[14] = "Roulette is an exciting game of chance and enjoys International popularity. Roulette is easy to learn. There can be many winners with every spin of the wheel. The object of Roulette is to successfully pick the winning number during a betting cycle.";
fDesc[15] = "skills. You can use the given template and objects like chairs, tables, pots, flowers, stairs and much more in your home design.";
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 = '...';
}
}