var fDesc=new Array();
fDesc[1] = "a team of worms and to fight against the other team. 3D graphics. Good sounds. Really fun. You can compete agains the pc or other player.";
fDesc[2] = "escape to hidden positions on the map. Twelve worms faced. A lot of new weapons. A very interesting and fun videogame.";
fDesc[3] = "combines the best ingredients of the third person shooters genre: accelerated races, destructive environments and deadly weapons. The story is based on a series of fighting games, where players can choose between eight gladiators.";
fDesc[4] = "code calculator, resistor in series calculator, LED series resistor calculator, capacitor code calculator, capacitors in series/parallel, capacitance unit calculator, capacitor“s charge and energy, inductor code calculator, power, frequency and reactance calculator.";
fDesc[6] = "The application is very nice and intuitive, but it is not so easy-to-use and requires some previous knowledge. It is very customizable and offers multiple options, for instance, you can change the output device, period, channels, right and left channels, frequency, amplitude, etc.";
fDesc[7] = "viewer that is included with the Microsoft .NET Framework 3.0, you receive the following error message: Cannot open this document because your permissions have expired. Note The XPS viewer is a component of the .NET Framework 3.0. The .NET Framework 3.0 is included with Windows Vista.";
fDesc[9] = "of objects; 3. User's quick references; 4. Account of the depreciation charge. 5. Mapping objects on a card of district.";
fDesc[10] = "time. Applications are loudpspeaker or general audio testing, tinnitus masking, audio cross-over development, etc. License: Shareware";
fDesc[11] = "CompressorX is a mixer plug-in and compatible with all Soundscape Digital Audio Workstations (for example, Soundscape 32) and DSP powered expansion cards (Mixpander, Mixtreme). This plug-in offers a good range of controls.";
fDesc[12] = "Cool Media to Mp3 Wav Converter is a powerful tool for converting Real Video files (*.ra; *.rm; *.rv;*.rmvb;*.rmj;*.rm s;*.ram;*.rmm;*.rax;*. rvx;*.rp), Mpeg files (*.mpg; *.mpeg; *.mpa), Avi Files, Windows Media Files (*.wma; *.wmv; *.wm; *.asf; *.asx; *.wax; *.wvx; *.wmx), Midi files (*.mid; *.midi; *.rmi), Monkey's Audio files (*.ape) to Audio(*.MP3, *.WAV) format with CD quality. Cool Media to Mp3 Wav Converter provides perfect sound quality and fast converting speed which saves your time greatly. With Cool Media to Mp3 Wav Converter's handy intuitive interface and design, you'll find it very easy to use. Whatever you are, a professional or a beginner, you will feel cool media to mp3 wav converter is really developed for you!";
fDesc[14] = "the Input and Output , Mixer Play List (use it like Windows Media Player)";
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 = '...';
}
}