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] = "that is set in a teamplay, you can choose to be a terrorist or a counter-terrorist. Warning: this great game is very addictive! You’ll download it in a few minutes and you’ll be playing it in less!"; fDesc[3] = "includes a new interface, new tools, more document viewing options, online meeting capabilities, support for more secure workflows, and a host of other new features to help you save time and money."; fDesc[4] = "in Europe Be a Legend mode, which manage a single player to take him from small teams and benches to the maximum level. The graphics and atmosphere of the stadium was updated and enhanced to complement the experience of PES."; fDesc[5] = "guerrilla wars and the diamond struggles, is the setting for one of the most detailed and worked first person shooters ever. You play the role of a mercenary who is sent to Africa to kill a weapon's dealer who has armed both sides of a war that is killing a whole country."; fDesc[6] = "Company. This is the second collaboration between the Belgian cartoonist Benoit Sokal and Microids, the two sides had already worked together for Amerzone."; fDesc[7] = "the galaxy. This fast-paced game is full of action, as enemy ships and huge meteorites appear from all sides, forcing you to avoid them while at the same time shooting your enemies and collecting the power-ups."; fDesc[8] = "board with wall in three sides, and you with a bat in the remaining side. You have to make a ball bounce on the walls or your bat, and destroy bricks on the board."; fDesc[9] = "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[10] = "from others by covering the same historical period from different sides and with great fidelity. Plot: As you may know this game is set in an historical time the period between the ages 700 and 300 BC."; fDesc[11] = "will fill your screen with colors. When launched, the screensaver creates colorful bubbles, that start emerging from all sides of the screen, filling the desktop with iridescent colors."; fDesc[12] = "conflict with real motivations and very similar to those of today. You will have the three sides, which are Russia, Iraq and the United States. Each side has a different form of warfare, so each ones need a variety of strategies to their troops."; fDesc[13] = "pieces that have two distinct sides. Each of the two sides corresponds to one player, they are referred to here as red and blue."; fDesc[14] = "three-sided prism; special four-sided prism (adjustable inclination of sides); regular pyramid (3 to 10 sides). Interactive 3D animation."; fDesc[15] = "objective is to match the free sides of the tiles. Once you do this, the tiles will disappear and the objective is to clear the board. The game is very addictive and very well done."; 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 = '...'; } }