var fDesc=new Array();
fDesc[1] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology.";
fDesc[2] = "standard for the future of RTS gaming once more, C&C 3 takes you back to where it all began—the Tiberium Universe. Published by Electronic Arts Inc.";
fDesc[3] = "Ubisoft. It has a multiplayer online adventure and a single player mode. Storyline: You play the role of Jack Carver, you are on your boat in a beautiful day in the company of Valerie, a journalist. Suddenly your boat takes fire and you find yourself swimming in the ocean.";
fDesc[4] = "surface, all files and partitions are eliminated, and it defines or re-creates the tracks and sectors on the disk. Then, it is possible to fix or repair a damaged disk.";
fDesc[5] = "Light to autostart with Windows or not, and to include sounds or not. The complete version lets you disable the update info, use anti aliasing, prefer favicons or throw files into folder, and lets you disable the Dynamic Mouse Pointer and shortcut arrows.";
fDesc[6] = "image, using two type of bending (curling and folding), but also texturize it (using the bump maps), orient it in 3D space (including the perspective distortions) and obtain total control over the process of lighting the image (including the option of dropping inner shadows. List of Features: The ability to create both the turning page effect (Page Curl) and the folding page effect (Page Fold) (collectively â bends). The Multi-bend option: the ability to create several bends within the single session of the plug-in. The ability to orient the page in 3D space. The ability to specify the desired level of the perspective while orienting in 3D space. The ability to work with arbitrarily-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface for a curled or a folded page by adjusting the following...";
fDesc[7] = ", this screensaver will show you the view that you will get from the cockpit of an airplane flying over the sea on a sunny day, through a realistic 3D animation that shows the waves, the clouds and the horizon. If you want, you can enable the screensaver to play a relaxing music.";
fDesc[8] = "background, you can make it alive, by adding movement to the water in the image. By using Ripples you will build a screensaver that can be later displayed by Windows.";
fDesc[9] = "program is of special interest for astronomers, amateurs, and all those interested in exploring the Earth’s natural satellite. Due to its precision and detail of its data, Virtual Atlas Moon has won the recognition of astronomers and prestigious scientific publications.";
fDesc[10] = "types of effects using the all new and vastly improved engine: the very realistic turning page effect (Page Curl) and the folding page effect (Page Fold). The plug-in lets you adjust the plethora of parameters while curling or folding the page. The new unique features of AV Bros. Page Curl 2.0 along with the old ones, which were inherited from version 1.2, let you create amazing effects in almost no time! The User Interface of AV Bros. Page Curl 2.0 is extremely convenient and has some special features that make your work with the plug-in not only pleasant, but very efficient as well. List of Features: The ability to create not only the turning page effect (Page Curl), but the folding page effect (Page Fold) as well. The ability to work with arbitrary-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface...";
fDesc[11] = "geometry is very intuitive and quick. The toolset is very complete, you can sculpt your models like clay and export them to a wide range of formats. Silo is a great professional modeler for a very affordable price.";
fDesc[12] = "working with CB Model Pro is like if you would be sculpting those objects in a soft material mass. With traditional image editing programs, create those types of objects is sometimes really difficult and takes a lot of time, but with this application, create 3D stunning pictures is a piece of cake.";
fDesc[14] = "Hollywood blockbusters since 1991, when it was originally introduced. It will assist you not only to create a stellar end product, but on time and on budget.";
fDesc[15] = "applications will automate, in a single step, the surface fitting process for you and enable you to find the ideal model for your 3D data within seconds using its built-in, frequently encountered, equations. The program can fit and rank around 36,000 out of its over 450 million equations.";
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 = '...';
}
}