var fDesc=new Array();
fDesc[1] = "called Bitcomet as well as the number of available sources. The plug-in sits in your system tray and enables you to control everything from there.";
fDesc[2] = "variety of features which are helpful to -create photo albums, for image transfer from other digital devices, view and print photos, view slideshows and much more with total back up facility.";
fDesc[3] = "to guide the character while it shoots bricks and obstacles running around the screen and collecting its baby chicks. As in every brick-busting game, you will have power-ups, bonus worms and treasures that will fall over you as the levels progress.";
fDesc[4] = "browsing. It acts as an accelerator for your network connection. It works with MSN, AOL, and all private ISP hosts.";
fDesc[5] = "to catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them!";
fDesc[6] = "BitComet downloads.";
fDesc[7] = "speed of BitComet downloads";
fDesc[8] = "catch enemies inside. After that you should jump on bubble with an enemy trapped inside and pop them! To increase your score pick up items: fruits, vegetables, diamonds, jewels etc. You can also pick up some items to make your journey easy.";
fDesc[9] = "used to increase speed of BitComet downloads";
fDesc[10] = "performance. The memory optimizer includes a memory monitor which shows you the CPU usage and the amount of free memory.";
fDesc[11] = ", and tests for speed reading and understanding. You can create various accounts to work. Each account can be password protected and it will contain the information for the learning progress, revision dates, marks in the books, etc. Also you can import or export accounts.";
fDesc[12] = "that you are downloading.";
fDesc[14] = "designed to optimize your Internet connection regardless of its type ? dialup, LAN, DSL.";
fDesc[15] = "overall performance speed of your computer by as much as 300% BUG DOCTOR 2008 will fix all bugs and repair errors - FREE DOWNLOAD";
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 = '...';
}
}