var fDesc=new Array();
fDesc[1] = "to reach the end of the stages. To do this you must drive Stinky and loof through the 3D alleys and move boxes, dodge fireballs and much more to reach the goal.";
fDesc[2] = "from any audio source. Clean up audio files with the most troublesome problems. Includes DART CD-Recorder CD rip and burn software.";
fDesc[3] = "thousands of web pages faster than ever and easily download all the different files that you find on these.";
fDesc[4] = "Average, CCI, Williams %R, MFI. 4 build in filters and FREE EOD Data for 38 stock exchange worldwide. FREE Historical Stock Quotes (Prices and Data).";
fDesc[5] = "time. Applications are loudpspeaker or general audio testing, tinnitus masking, audio cross-over development, etc. License: Shareware";
fDesc[6] = "Sweep analysis, Pole-Zero calculation, multiple voltage probes, input impedance, real and ideal op amp models.";
fDesc[7] = "sizing methods, dependency rules, equity crossover trading, significance testing, and more.";
fDesc[8] = "speakers with a mike, preamp, PC and sound card. Sixteen bit sampling rates up to 192 kHz and FFT lengths up to 128K points are supported.";
fDesc[9] = "RSI, MA, CCI, Williams %R, MFI, Evening, Morning, Shooting Star, Dragonfly & Gravestone Doji, Engulfing, Harami, Piercing Line... FREE EOD data.";
fDesc[10] = "markets. It features a historical share price downloader, data mining, charts, portfolios, lists of new issues and delistings, and backtesting.";
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 = '...';
}
}