var fDesc=new Array();
fDesc[1] = "can download the free demo version and play it for 60 minutes. It features nice graphics and lots of different games and puzzles.";
fDesc[2] = "vehicles and off road tracks. You will feel the adrenaline in all the jumps and airborne tricks. All the scenarios full of dirt, mud, water and thick vegetation, in which you will be able to play are taken from the real world.";
fDesc[3] = "that gives its name to the film, a small robot that after 700 years cleaning up the planet Earth, has begun showing curiosity about things that it can find around, and finally it develops a personality despite being a mass of screws and metal.";
fDesc[4] = "being moved by the flow of the water. The Water Clock 3D Screensaver will provide all of these elements and more. The clock is beautifully crafted, with a lot of detail in its gear mechanism.";
fDesc[5] = "intuitive and easy to use. The program also contains an useful tuner which you can customize for using alternative tunings, adding an exotic flavor to your music. You can use the trial version during 30 days. After that, you must purchase a license.";
fDesc[6] = "realism. You can have precise control over the entire creative process can achieve visual results of great precision that are difficult to obtain without software so advanced as this.";
fDesc[7] = "Alibre Design is made for engineers, machines designers and all those who want precision and ease in making their designs. Alibre Design enables you to create 2D drawings and then convert to 3D using simple steps.";
fDesc[8] = "functions like transparency manipulation, blurring, texture and pattern generation, noise creation, mirroring and warping. It also includes amazing metal, chrome, neon, pop art, glass, rainbow, sunshine and star effects. Additionally you can enhance, colorize, add edges to your photos or even encrypt them. Last but not least, there are some effects that can be rarely found like feedbacks, grids and zooming. The 129 basic effects of Plugin Galaxy can be adapted with the help of sliders, check boxes, color dialogs, color pickers and preview coordinates. So you have access to thousands of potential effects. Additionally there are four interface types to match the different effect types. The dialogs were constructed to be easy to use and the attractive interface graphics were designed by a French artist. Plugin Galaxy works with Photoshop, Paint Shop Pro, Corel Photo-Paint and 20 other...";
fDesc[9] = "scattering of light on the wave surface of the interference of the given quantity of sources.";
fDesc[10] = "launched directly from Corel Photo-Paint. All you need to do to start using the application, is to go to the effects menu on Corel and then click on the Filter Forge button.";
fDesc[11] = "optimize your photos and apply a lot of scary effects that will let you to convert your images in ghostly photos, and to personalize them to high extents, but that's not all. Customize text messages, edit screenshots and adjust webcam captures.";
fDesc[12] = "program we can find a Menu Bar, three tags and one panel in the first Tag we have the start, in the second we have the textures and the third is the render.";
fDesc[13] = "universal symbol of threat: the Skull and Bones. But this is not a plain skull and bones image. It will display a menacing and at the same time beautiful skull and bones on your screen, complete with shiny effects and other unusual traits.";
fDesc[14] = "hundreds of new features are a new Substance Lab, a new Weather Lab, a new Cut & Tile Lab, and much, much more. Also comes in Pro edition.";
fDesc[15] = "you based on your Sun Sign, Moon Sign and your Birth Month. Gemstones have fascinated human beings since the ancient ages. Ornamental stones are collectively termed as Gemstones or Birthstones and all these minute, glittering stones possess certain attributes like their color, beauty, shape, rarity, durability. Apart from these properties, astral gems, with the help of their curative powers are also known to enhance the psychic abilities of a person and to waive off the malefic effects of planets if they are worn in the form of birth stones. Moreover, the birth stone should be set in the right metal and with the right weight. The reason for wearing it with the right metal and in right weight is, each gem, with its constant source of specific rays, gives rise to constructive vibrations that have therapeutic powers. Hence wearing your appropriate birth stone will always bring you good...";
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 = '...';
}
}