var fDesc=new Array();
fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[2] = "models (including new models) and the new Winamp Remote with which we can access our audio and video files remotely, either from a URL or from any device.";
fDesc[3] = "expect by the program's name, you can open and play the .669, .far, .it, .med, .mdl, .mol, .mtm, .nst, .s3m, .stm, .ult, .wow, .xm, and .wav formats along with all flavors of zipped .mod files. ModPlug Player's intuitive and attractive interface has a VU meter and a switchable fourier spectrum analyzer (with mono and stereo modes). Even though its hard disk footprint is fairly small, ModPlug Player has a wealth of features including automatic click removal, volume ramping, digital bass expansion, and compilation of multi-format playlists. You'll also find Dolby Pro-Logic Surround support, basic reverb, noise reduction, and stereo enhancement";
fDesc[5] = ", we can enter a file name or select it from anywhere within our computer, external or removable devices. We will be able to select the following extensions: HTM/HTML/CGI/ASP/PHP/S TM/SHTML/SHTM/PHP3.";
fDesc[9] = "evaluation copy from this page today!";
fDesc[10] = "Recovery for Exchange Server stores recovered data in PST files and makes the user able to get the lost data back.";
fDesc[11] = "using someone else's computer. Never fearthough, STM comes equipped with a reset button.";
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 = '...';
}
}