var fDesc=new Array();
fDesc[1] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically.";
fDesc[2] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD.";
fDesc[3] = "clicks and with remarkable results. Making use of five different filters, what this software does is adjust important aspects, such as contrast, brightness or exposition, so that pictures look professional, and with the best possible quality.";
fDesc[4] = "must hit, it will destroy some things (like bricks, or jelly fishes), and bounce against others towards you. You must avoid the ball to escape from the lower bottom of the screen, and catch the falling jewels and power-ups that will fall sometimes.";
fDesc[5] = "offered by Windows. This game introduces great graphics rendered through OpenGL technology, and offers two different views of the table.";
fDesc[6] = ", compelling music, and game play. The game has rendering in vibrant 16-bit color along with an isometric; top-down view gives a bird’s eye view of the action. It has 3D height maps for realistic travel over terrain";
fDesc[7] = "must battle hundreds of enemy spaceships, firing your laser gun, homing missiles and many more weapons. Some enemies, when hit, will release power-ups. By catching them, you will get extra life, strength and weapons.";
fDesc[8] = "amazingly animated game. Literally destroy your enemies pieces, among which you will find orcs, mad dogs, golems, a wizard and a witch. Challenge your mind with this animated chess board game.";
fDesc[9] = "are rendered with Japanese style and show different seasons of the year. Swap game pieces to clear filled cells in two game modes. In the Arcade mode you must clear cells in a limited time.";
fDesc[10] = "graphical talent to get started since it includes several of ready-to-use cartoon actors. All you need to do is write a screenplay, using a very easy to understand script language that uses a common English syntax which does not require any programming skills. The program comes with a sample that will get you started immediately, once you look at the documentation and the included sample, you will have no problems understanding the concept. Tales Animator lets you use custom background images (or included scenes) and the characters will speak their text aloud using MS Agent technology to convert your typed text to speech. The result can be saved as a project or rendered to AVI format or exported as animated GIF. This is a unique software with lots of potential. Tales Animator does not have real competitors because it is unique. Full 18MB installation available at the program web for...";
fDesc[11] = "and a percussion synthesizer. The program has a 100% synthetic sound which is rendered in real-time. There is no need for samples whatsoever. It also features an over-sampled oscillators as well as accurate sample triggering.";
fDesc[12] = "where everything on the screen can be clicked and used to compose a picture. This studio layout uses brightly colored, rendered images of everyday objects to represent the various painting tools. Many of these easy to use tools are actually sophisticated image processing effects in disguise.Discover Painting features over 30 painting and drawing tools, in addition to a library of 144 stamps, visual special effects, sounds effects, and an expandable set of coloring pages and starter backgrounds.Parent Friendly TooDiscover Painting also includes an option specifically designed to conserve printer ink. Complete instructions are provided in the form of standard help screens and automatically appearing tool tips. The main window always opens full screen to maximize the painting area and to minimize the chance of kids accidentally clicking on something off limits.";
fDesc[13] = "arcade game. The classic snake / worm concept updated for today's computers. This game features stunning 3D rendered graphics, smooth animation, new concepts & multi-level scrolling gameplay. Face groundhogs, gators, fireflys, bad weather, alien invasions and much much more.";
fDesc[14] = "6 levels in shareware. 18 levels in registered version. Awesome Digitized Sound Effects. Pilot your ship through each level, shooting 3d rendered al...";
fDesc[15] = "create a movie, you simply need to import a set of pictures for the video, and add audio as desired. ZAP is perfect for: Creating animation shorts. Import images from almost any source, such as scanned in pencil sketches, photographs from digital cameras, claymation image sets, even rendered 3D images. Creating visual audiobooks. Excellent for children's picture books, do-it-yourself instructional books, or even novels displaying the cover illustration. ZAP's chapter feature provides easy navigation for the readers. Teaching the fundamentals of animation. Users get to experience first-hand how a series of images can be compiled into a motion picture. ... and much more!";
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 = '...';
}
}