var fDesc=new Array(); fDesc[1] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program."; fDesc[2] = "desired difficult level. The harder the level, the smaller the pieces. You can go from a very easy 4 pieces puzzle to a very hard 442 pieces puzzle."; fDesc[3] = "explosions. You have to join the same kind of jewels, as you do it, they will explode and in that way you will reach points. You will find a lot of precious stone such as ruby, emerald,amber and so on."; fDesc[4] = "certain items in different scenes and find them in order to progress in the game. In this case, the scenarios will be represented by different rooms in the manor. You can see your current location at any time in the game map."; fDesc[5] = "to AVI, or encode to AVI the videos you burnt into VCDs and SVCDs. You can select which parts will be converted, as well as change the aspect ratio, or the video and audio quality."; fDesc[6] = "computer. There are two teams, one of them with white pieces, the other one with black pieces. White pieces play first. By turns, you must roll the dice pressing the \"Roll\" button. Then you must select the piece to move and the target point."; fDesc[7] = "different colors and you have to create matches (or groups) of 3 or more pieces in order to clear them from the board. There are three urns you have to fill with the triangles you clear from the board."; fDesc[8] = "both with the computer and a human partner, analyse chess positions, and solve chess problems."; fDesc[9] = "50 pictures, you will enjoy viewing the popular cat doing its favorite activities: taking its naps, sitting on the couch to watch TV, eating lasagna or playing jokes at the clueless Odie. The game is fully enjoyable and a demo version can be downloaded from the developer's website."; fDesc[10] = "goal is to adjust the blocks so they form lines that will disappear. The more lines that disappear at a time, the more points you get."; fDesc[11] = "you need to create gorgeous puzzles. It’s really easy to use: you can create your own puzzles from your favorite photos in any format: jpg, tif, gif, among many others."; fDesc[12] = "wide array of options to create or customize a puzzle according to each level of expertise and taste since the number of pieces ranges from 35 to 1700!"; fDesc[13] = "of the world, in high quality pictures for you to complete and have a great time doing so. It is straightforward, entertaining, and with lots of options for you to fully enjoy it. This game should definitely be in your jigsaw puzzle collection."; fDesc[14] = "can purchase this game or/and download and evaluate free of charge the trial version available from the developer's website. We play it for seven days. We are allowed to play the game against the computer, another player, or the computer against itself."; fDesc[15] = "This software will send you through e-mail the IP address currently used by your computer when logged on the internet and its serial number (input during installation. It can also be any other number that can allow you to identify your computer’s uniqueness). These two pieces of information put together will greatly help police forces to retrieve your goods. Once installed, this program will run discretely on your desktop and will notify you of any IP address change. A courteous e-mail will then be sent to you.It is a simple way to also know that Zecop will be running when you most need it. The confidentiality of information is a great concern at Turbulence Software; therefore, the IP address of the location from where your computer is used is not saved, it is merely forwarded to your e-mail account. It’s performed in a simple way to ensure your privacy."; 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 = '...'; } }