var fDesc=new Array();
fDesc[2] = "(Windows Media Player, etc.) as a plug-in accesory, or run as a screensaver, or run standalone. When installing the application, the user can select to integrate to the music player and, the next time the user plays music, G/Force displays a selectable music visualizer.";
fDesc[3] = "sleek for a freeware. The media library is the main window of the program. Searching for files and browsing the library is very fast, unlike in Windows Media Player. The items found will be automatically grouped according to the genre, artist, and album.";
fDesc[4] = "that can help you to keep your PC running like new. An anti-virus, E-mail scanner, cleanup tool, defragmentation tool, backup tool, registry fixer, registry editor and system explorer, all these will provide you with a solution for any problem caused in any area of your PC.";
fDesc[5] = "technology. * 2000dpi Laser Sensor * 32KB Onboard Memory * 1000Hz Ultrapolling™ Add 32KB of onboard memory, this intelligent mouse is a genre-defining weapon that makes for penetrating, explosive gameplay.";
fDesc[6] = ", info-line, audiotext or autodial solution for small to medium businesses. You can connect it to a the phone using a standard voice modem, professional telephony board or directly to a VoIP service.";
fDesc[7] = "or French. The electrical circuits can be of direct or alternate current. Solve Elec features an oscilloscope and performs frequency response graphs.";
fDesc[8] = "execute your applications with less response time and it will reduce the registry access time. System requirements: .Microsoft Windows XP, Net Framework 2.0 or higher.";
fDesc[9] = "response time, throughput and streaming performance between two endpoints. You must install Qcheck on the computer you will use to run the console, and the Ixia Performance Endpoint that´s right for your Operating System in each one of the remote computers you should test.";
fDesc[10] = "circuit with component values and displaying the frequency response. It has a filter wizard to design a filter step by step by selecting: type of filter, frequency (Hz), attenuation (dB) and approximation. Also you can design analog to digital converters.";
fDesc[11] = "you the ability to control the volume of audio tracks. The program includes advanced MIDI controls and the response curve of these controllers can even be customized by the user.";
fDesc[12] = "and host names, and their speeds including response times. Downloading and installing the software is simple and when it is opened it displays a Windows' style interface that is easy to navigate.";
fDesc[13] = "types, Tone Stack Calculator may be just the tool you need. When launched, the program displays an easy-to-navigate interface that includes seven tabs for a variety of tone stack types.";
fDesc[14] = "impulse response is generated by a feedback delay network to minimize ringing.";
fDesc[15] = "match a certain user-defined criteria. First you have to create simple rules in relation to email content or attachments, and specify a certain response and/or attachment for that types of emails.";
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 = '...';
}
}