var fDesc=new Array();
fDesc[1] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[2] = "photomontages, impressions and conversions of formats. Specifically, includes an image viewer with a presentation mode, an editor for adjusting levels of brightness, color and contrast, an editor of frames and masks to embellish your photos, and other effects";
fDesc[3] = "software problems. It helps identify the most common modem failures. This new tool replaces the Modem Helper utility and its only for Conexant Modems";
fDesc[4] = "that were installed on a Windows XP operating system. This tool is being provided to tech support as a preliminary test & repair step prior to doing an OS re-install, preventing unnecessary re-installations where driver issues must be resolved.";
fDesc[5] = ", leaflets, certificates, holidays and invitation postcards, and more. This software has a very easy and interactive interface. Now you don’t need to spend much time on this work, it will take just several minutes to prepare all the material you need.";
fDesc[6] = "Prix Mode, Extreme Mode, Time Trial, Training Mode and Multiplayer * All 24 riders from the 2004 Season * Race online along with 15 more players. Buy it online for a really affordable price.";
fDesc[7] = "one picture you are looking for. Use the picture of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures.";
fDesc[8] = "fictional in nature. That is to say, there is an alien species and technology is much more advanced that the tech present in Battlefield games. But the gameplay is kind of the same.";
fDesc[9] = "time playing it. Pocket Tanks Deluxe is a simple game, there are two tanks, one controlled by us, the other one is controlled either by the computer or by another player. The aim of the game is to hit the other tank the most before all the weapons are used.";
fDesc[10] = "plot and with multiple possibilities for customization. It's also an engine for creating strategy games based on XML. It's free, allows networking, it runs both on windows and linux.";
fDesc[11] = "as analog) onto DVD or CD. The software makes real-time hardware conversion possible and so opens a whole range of possibilities since it allows users to make their own movies that can be played on Sony PSP, Apple iPod and Zen Version.";
fDesc[12] = "called System Tech Anti Spyware. System Tech Anti Spyware is equipped to Detect and remove number of Spywares, Adwares, Malwares, Trojans, Worms, Keystroke Loggers, browser hijackers and many other existing as well as future threats.";
fDesc[13] = "different parts of the world and gives instant access to international dialing codes.";
fDesc[14] = "FixYa tech experts to provide live technical assistance to its users for their tech related problems. So if you are a FixYa tech expert and work for FixYa users to solve their tech related problems and want to provide live assistance to increase your income or if you are an expert ...";
fDesc[15] = "vista exclusive software product to enhance the computer performance by various means. System Tech Vista has 14 different utilities packed in one, named; Enhanced Drive Defragmentation, Memory Optimizer, Internet Booster, One-Click Optimization, Registry Doctor etc.";
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 = '...';
}
}