var fDesc=new Array();
fDesc[1] = "the galaxy by this. Is a game in which one can lengthen the line-up wherever you want whenever you begin a life of the universe is completely new and very large.";
fDesc[2] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program.";
fDesc[3] = "purchase without accessing the eBay website. This application came in an \".air: package; previously you need to be register with adobe for the installations of this type of files but now you just need to install Adobe Air.";
fDesc[4] = "range of encoded, compressed, and disc-images files. It also includes very powerful features in a very easy-to-use application interface and Windows Explorer integration.";
fDesc[5] = "print wonderful business cards of multiple sizes. It includes many high-quality business card templates and logos, as well as great design tools and background images to help you design your own cards in a snap.";
fDesc[6] = "Raider has always been a puzzle game, and if you like puzzles with nice graphics and a decent story, this is a top-of-the-line game. The graphics, as well as the environments, are excellent and Lara looks better than ever before.";
fDesc[7] = "a graphics editor tool that is used in such purposes. These graphical data contain mathematical solutions and it is not possible to edit these images in a simple editing tool.";
fDesc[8] = "age or less that enables single players to use gaming skills to overcome obstacles and choreograph dance moves. This game portrays Barbie as the character of Princess Genevieve.";
fDesc[9] = "Androsa FileProtector uses very strong encryption algorithms including AES - 256 bit / 192 bit / 128 bit, TripleDES 192 bit and DES 64 bits.";
fDesc[10] = "Fixed in this version: support for valid flash, for valid image, and for valid horizontal line XHTML, and enhanced support for the phpDocumentor, highlighting phpDocumentor tags, one-click add phpDocumentor documentation to functions and classes feature, and PHP Syntax Check and more.";
fDesc[11] = "expansion pack to Shadows of Amn. The game draws the Child of Bhaal saga to its dramatic conclusion. It is bundled with 30-50 hours of game play, 80 new areas spread across a dozen adventure areas,";
fDesc[12] = "without having to open the explorer and navigate to facebook website. Among the notifications you can receive unread messages, pokes, friend requests, wallposts or any other third party application you may have configured in your facebook.";
fDesc[13] = "by Frogwares. This time the plot takes Sherlock Holmes and Dr. Watson to investigate a series of mysterious deaths which are in some way connected to the Cthulhu Mythos.";
fDesc[14] = "location, create self extraction files, convert compressed files, and UU/XX encoding. The supported compression formats are Bh, Cab, gZip, Jar, Lha, Tar, Zip, and ZipSplitter.";
fDesc[15] = "your folders and secure your data by applying a true, low level encoding. Strong ciphers up to 2048 bits.";
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 = '...';
}
}