var fDesc=new Array(); fDesc[1] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1."; fDesc[2] = "aliens that are threatening the Earth. As you complete missions you get money to buy new and more powerful weapons, and be able to fight toughter aliens each stage."; fDesc[3] = ", voiceless 22nd-century space marine called by the Union Aerospace Corporation to its Mars research facility to face a set of with mysterious problems. The game supports only up to four players on a handful of maps and in a small number of different deathmatch-style modes."; fDesc[4] = "with the creativity of the developers.You will discover a world full of fantastic creatures and magic as the pure Japanese style."; fDesc[5] = "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[6] = "3x3 blocks with the numbers from 1 to 9, without repeating the same number neither in the 3x3 block, or the same row or column. When you begin the game, some numbers are in its place already."; fDesc[7] = "your childhood's stories. Pure water springs give birth to the Charming Waterfalls. The sound of water splashing could be heard in the background while you could see the water falling."; fDesc[8] = "in a linear way (cutting and pasting fragments freely and works both as standalone application and as plug-in for the most common video edition software, such as Sony Vegas, Pure Motion EditStudio and Adobe Premiere."; fDesc[9] = "a great simulation game that allows you to play a single game or a party mode. Challenge a friend and have a great shooting emotion."; fDesc[10] = "must-try. At the core of the application are the sync jobs. Those allow you to select a folder and establish how to sync it with another folder on the same hard drive or on a separate, external drive."; fDesc[11] = "applications that run under Windows, Amiga and Linux Operating Systems. The user interface is very easy to use and offers many preferences and options for the users to set according to their own purposes."; fDesc[12] = "tricks. The game includes seven real locations from around the world including Wyoming, Italy and New Mexico, with more than 30 tracks. It allows you to perform impressive aerial jumps and spectacular airborne tricks in photo-realistic locations with incredible landscapes."; fDesc[13] = "very erotic poses as they display on your screen in a slideshow of pure beauty. The MC-Nudes Screensaver will deliver beauty, eroticism and sensuality to fill your day with pleasure and joy."; fDesc[14] = "quality sudoku game with a style of its own. Download the Free Edition now."; fDesc[15] = "tiles as a full house. Cards are shuffled and placed on the desk in 4 rows with 13 cards in each. The way you place cards on a desk in a traditional patience card game usually depends on your liking, spirits or whim, but the software will do it for you, and you will only have to do the most interesting thing - to play the game! The starting card is the leftmost card in the uppermost row. It designates the starting suit and rank. This card cannot be relocated during the game. The game is won when the following conditions are met: 1 Each row contains a full suit. There may be only one suit per row. 2 Suits follow each other in the following order: - Clubs - Hearts - Spades - Diamonds The suit designated by the starting card begins the sequence, the way suits succeed each other must be preserved. 3 Ranks in each row are lined up in either ascending or descending order, e.g.: - 2 - 3 - 4 -..."; 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 = '...'; } }