var fDesc=new Array(); fDesc[1] = "icons just beside the normal icons for minimizing, maximizing and closing. This is really a wonderful tool to compare some data as in the normal windows the open window is automatically minimized when another is clicked."; fDesc[2] = "together. When there are no valid plays, flip a card from the stock and try again. Jewels are dropped onto the board based on how you play the cards. The jewels dropped will match the suits of the cards that are played."; fDesc[3] = "non PC devices later called MediaCenter Extenders using a wired o wireless Network. With this software you could share your music folder from your PC to another device attached to your network on the living room."; fDesc[4] = "of the pocket watch made by Abraham-Louis Breguet, who has been called the greatest genius of watch making in history. You will feel the urge to reach in the water and grab it yourself to solve the mystery of the never-stopping watch!"; fDesc[5] = "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[6] = "Connection Keeper can also be set up to automatically close those annoying pop-up windows."; fDesc[7] = "underwater monster gives no rest to people. You and your submarine are the stronghold for the whole humankind. Go ahead, brave captain!"; fDesc[8] = "invaders and us. The aim of this game is to shoot torpedoes at the invaders and destroy them all. At the same time, we must keep our eyes wide open and try not to be hit by any of the bombs that are continuously being dropped by the invaders."; fDesc[9] = "left avoiding dropping the ball. When hitting the bricks you can obtain power ups: brick destroyer, multi ball, laser paddle, extra life, catch paddle, etc. Each time you hit a brick you increase your score. You lose lives every time you drop the ball."; fDesc[10] = "drop the jellies that the bees will deposit in the right position of the hive by matching groups of three or more same colored honey jellies. Then, the jellies will be dropped in the honey meter."; fDesc[11] = "BMP formats. Multiple images can be drag-and-dropped into the drop box. They will be processed to create thumbnails of the specified size and store them in a separate directory along with an HTML file for viewing the thumbnail images."; fDesc[12] = "alarm at a specified time."; fDesc[13] = ", Justify additional storage capacity investments to management. Includes automated scans and low disk space warnings."; fDesc[14] = "that words will be recognised by the game dictionary. When a word is spelled correctly a score will be awarded."; fDesc[15] = "the well known \"Same Game\" with many enhanced and new features. Groups of cells are dropped by clicking on one of the cells in the group."; 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 = '...'; } }