var fDesc=new Array();
fDesc[1] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc.";
fDesc[2] = "you can buy the game. Go Deluxe for even more fun while playing. Download Mahjongg Fortuna Deluxe and play on your PC any time you want, whether or not you're online.";
fDesc[3] = "Magnifier is always handy for when you need to see all the details.";
fDesc[4] = "special tools like the pickaxe to find the gold to help you progress to the next level. Get digging! And be sure you have ahead lots of free time!";
fDesc[5] = "ability to customize their browsing experience to their own optimum system requirements. Using Flexbeta Firetweaker 2.0, Firefox browser users are presented with a simple and easy to use Windows’ style interface.";
fDesc[6] = "single Master Password gives access to all the contained data. An integrated Form Filler automates the filling in of web forms.";
fDesc[7] = "finds it replaces with alocal image so Internet Explorer doesn't have to spendvaluable on-line time downloading them.";
fDesc[10] = "Pack Shot and Windows Movie Maker (an easy to use Video Editing program that's included as a standard part of Windows XP and above).";
fDesc[11] = "as to what has improved or degraded your rating and what your credit limit might be.";
fDesc[12] = "cost. We will never hassle you to purchace additional functionality and there are no adverts in the software. For more information on our solutions, select your area of speciality from our solutions list above. To add additional functionality you can purchase optional modules using a “Pay as You Go” system similar to mobile phones. Select the extras you require for an inexpensive monthly fee and receive free updates for life, so you never need to buy another software package again. If you no longer need one or all of the modules you use, turn it off and pay nothing, no contract, no time limits and just use the free version. For more information on our modules, select an item from the Pay as You Go list above.";
fDesc[14] = "click. EasyLogin saves login information as a favorite, which you can place anywhere on your computer and even email to someone else.";
fDesc[15] = "Programs and other infections that could be low risk annoying pop-up adverts to high risk confidential data stealers.";
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 = '...';
}
}