var fDesc=new Array();
fDesc[1] = "everyone.";
fDesc[2] = "save time and give you an unparalleled creative power. Adobe has added a lot of very needy characteristics of production, as lines of time in which they can implement searches based on keywords and navigation projects and nested compositions.";
fDesc[3] = "game types, including fast action and slower, turn-based modes, there's never a shortage of dino fun!";
fDesc[4] = ", using backgrounds, animated graphics, music and sound effects. You can use the Lite Edition for free, if you want more complex functions, you will need to upgrade to the Pro Version. You can even sell the games you produce.";
fDesc[5] = "inhabited with monstrous green creatures. The enemies are entraping you! The aim of the game is to clear out the gaming field from the green monsters and stay alive. Simple and clear gameplay, mystic heartfelt music - that's what you get with the game \"Alien Zap\". Download the game \"Alien Zap\" and play for free!";
fDesc[6] = "domination. There are a few modifications in this PC version that make it worth playing, even if you like the original Risk. This is the best way to play Risk on your PC.";
fDesc[7] = "NT. With a new user interface and improved rendering performance through support for OpenGL, Cosmo Player provides the means for viewing and navigating interactive content, from animated ad banners to immersive 3D worlds. These enhancements, together with unrivalled distribution, lay the foundation for the future of online advertising, electronic commerce, and interactive entertainment. Cosmo Player 2.0 will introduce millions to high-impact, animated graphics via the Web.";
fDesc[8] = ", such as logos, titles, headings and buttons. MAGIX 3D Maker can produce both still and animated graphics that are anti-aliased and optimized for the best possible on-screen appearance, and exported in all the popular formats such as GIF, PNG, AVI and Flash.";
fDesc[9] = "film with the same name. In the game, you are in the middle of Oakey Oaks, where you will take the roles of Chicken Little and his friends, Runt-of-the-Litter, Abby Mallard, and Fish-out-of-Water.";
fDesc[10] = "help you to have a relaxing break and spend a good time at a PC screen.";
fDesc[11] = "objects can be created using any font type installed on your system, giving the ability to support any foreign language character set. We also provide the ability to add up to 24 photo-realistic and non-photo realistic rendering style effects to your animations. Effect3D Studio provides designers of all levels the ability to create professional looking 3D animated graphics. A real-time 3D preview window provides a WYSIWYG editing environment to see project develop. To add effects to your project, drag-and-drop from the hundreds of backgrounds, 3D objects, rendering effects, material settings, lighting and animation effects available from the content galleries, plus manually adjust various settings & parameters to achieve desired effect.Effect3D Studio allows to use own photo collection or graphics in projects.Effect3D Studio includes a gallery of over 700 high quality 3D objects...";
fDesc[12] = "and animated 3D text and graphics, such as logos, titles, headings and buttons. When you run the program for the first time, you`re offered to watch a Demo Movie that explains how the program works. You can always watch that movie in http://site.xara.com/p roducts/xara3d/demomov ies.asp.";
fDesc[13] = "designed to be easy and intuitive to use for beginners, but has the advanced image manipulation, printing, and management features needed for dealing with large image collections. PolyView’s major features include: Supports most popular graphics image formats, including BMP, FlashPix, GIF, JPEG, JPEG 2000, KDC, Photo-CD, PCX, PhotoShop, PNG, SFW, SGI, TARGA, TIFF, WMF, and many others Sophisticated printing support Automated creation of Web pages from thumbnail/image sets Powerful batch format conversion to save multiple images in one of many available formats, with optional image resizing and text annotation Sophisticated animated GIF creation and playback capabilities Extracts digital camera information from JPEG and FlashPix files (APP12, CIFF, EXIF and FlashPix standards), including playing embedded sound information Distortion-free JPEG image rotation TWAIN support for acquiring...";
fDesc[14] = "away with seriously superb graphics, all the latest games and $888 Free welcome bonus!";
fDesc[15] = "realistic relaxing sounds. It has only one scene that includes an old clock standing against a waterfall. The old clock looks like a mysterious construction of gears, a wooden dial plate and rusty metal hands. The screensaver has a settings dialog that allows customizing it to your demands.";
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 = '...';
}
}