var fDesc=new Array();
fDesc[1] = "technologies like HTML, Ajax or Flash. Developers can take advantage of their knowledge in website creation to develop multimedia applications. In other words, from a web application they can create a general application with the contents and utilities of a web application.";
fDesc[2] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator.";
fDesc[3] = "Program often can not completely uninstall some applications and broken registry keys. Revo Uninstaller is a better and easier way for you to completely uninstall any unneeded application that standard Windows Add/Remove Program can't remove.";
fDesc[4] = "lets you access IMAP, POP and Windows Live Hotmail accounts, Windows Live Messenger, your blog and RSS news feeds. Windows Live Mail offers effective spam and phishing filters, quick search, and a few search folders.";
fDesc[5] = "powerful proccesors for real time gaming. AGEIA PhysX 8.0 is a free and unique physics engine for all GeForce 8-series, 9-series and 200-series GPUs, bringing an innovative experience when playing the latest games.";
fDesc[6] = "changing the value in memory that holds data like health shield, ammunition, etc. There are tables already made for the most popular games. All of these work with memory can be made easily with the help of the step by step work structure.";
fDesc[7] = "capable of joining users of ICQ, MSN, AOL Instant Messenger (AIM), Yahoo Messenger, IRC and Google Talk into a single chat space.";
fDesc[8] = "predecessor that makes it a much better game. With 160 levels to play in nice environments, Lost World should be a good choice for arcade gamers.";
fDesc[9] = ", and sound in 2D or 3D space and then animating virtually any aspect of each element. You can also create text and vector graphics in After Effects using familiar Adobe tools, and then animate these elements to create visually innovative new motion graphics.";
fDesc[10] = "environment.";
fDesc[11] = "innovative interface, extremely easy to use and designed to support your remote control, you can browse tons of sports video stored on your hard drives. Maybe the most innovative feature of this application is the automatic highlights detection in your videos.";
fDesc[12] = "programming environment is completely graphical. Games created with this software are built through elements that you can drag and paste as if they were LEGO pieces. Thus, creating a small program is a simple and fun process.";
fDesc[13] = "that every \"x\" minutes the image will be updated showing you how day or night covers the earth. Moreover, clouds are displayed together with the world map, and of course, the clouds are also updated from a server on the Internet.";
fDesc[14] = "or XP system by using many tools which optimize key areas of Windows operation.";
fDesc[15] = "Vista and Windows XP. Includes powerful and easy to use tools for speeding up your system, uninstalling software and removing spyware.";
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 = '...';
}
}