var fDesc=new Array();
fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up.";
fDesc[2] = "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[3] = "Security... that won?t slow you down!";
fDesc[4] = "aliens that are threatening the Earth. As you complete missions you get money to buy new and more powerful weapons, and be able to fight toughter aliens each stage.";
fDesc[5] = ", only available from the developer’s website. It gives us the opportunity to learn a foreign Language: Spanish, English, French, German and Italian. Depending on our budget and needs we can purchase 3 different products for each Language.";
fDesc[6] = "purpose of this application is to create 3D texts quickly, easily and economically. If you use this application to create 3D text then you will not required to purchase costly high-end software applications which you may required to learn and gain expertise skill to use those software applications.";
fDesc[7] = "tree by introducing step-by-step data about our ancestors. It is a very easy to use program and we do not need special training to start building our history to share with the rest of our family or just for entertainment.";
fDesc[8] = "game is to eliminate pieces from a pile by selecting two pieces with the same drawing. To be able to eliminate pieces they can´t have another piece over them. Game ends when all of the pieces are eliminated from the pile or when the time runs out.";
fDesc[9] = "and get amazing images thanks to tone mapping and many other parameters available to change. This version of Photomatix 3 is a full featured trial version that will get a watermark in the photographs you make until you purchase its license.";
fDesc[10] = "their type,attack type and the level at which they can be evolved. With the money won, we can bet or purchase several items, such as POKéBALLS,Great Balls,Ultra Balls,Potions and Super Potions";
fDesc[11] = "trial version for free from the developer’s website. While installing we can choose the engine options and select high quality objects, high quality textures, mip-mapping, sound enable, joystick, joystick sensitivity, and video mode.";
fDesc[12] = "any program by right-clicking your mouse over it and holding down the CTRL key. You can evaluate WordWeb free of charges for 30 days. After that you may use it only if you flight less than three times a year. Otherwise, you must purchase WordWeb Pro to continue using it.";
fDesc[13] = "cases and iPod. The software will help you to create these with a professional look and you're only limited in your designs by your creativity. You can install the software easily by inserting a disc that is provided when you purchase the software.";
fDesc[14] = "developer’s website. It is possible to try for free the downloadable demo version for 14 days. In fact we can play only for 7 days, leaving the rest for warming up. Most of the features are only available for the registered version.";
fDesc[15] = "Help Emily rescue her family's finances in five all-new restaurants, each with a unique menu and theme. Use your earnings to purchase decorations sure to make your customers smile.";
fDesc[16] = "put out of business by Mr. Big’s mega conglomerate MegaPet. Now, you have to sell pets, please customers and transform the pet shop into a successful thriving boutique! You can try this game for 60 minutes before you buy the licensed version.";
fDesc[17] = "launched in North America. This fourth release of the popular racing game introduces various new classes of gameplay: High Stakes, Getaway and Career";
fDesc[18] = "(portable document format) without having Adobe software. This software runs in an independent way (separately) and you will have the facility to do your conversions in a Free way.";
fDesc[19] = "haven't been able to find any reasonably priced purchasing software, this is the answer.";
fDesc[20] = "organizations to create, process, and track purchases.";
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 = '...';
}
}