var fDesc=new Array(); fDesc[1] = "2000. With this program you will be able to change your plain default Windows cursors with animated cursors, with great effects and graphics."; fDesc[2] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects."; fDesc[3] = "the game is to arrange the different types of candies into rows in order to crunch them away. Different candies will give you different points. Once you complete the required number of rows in time you will jump to the next level…"; fDesc[4] = "relevant information such as weather forecasts and latest news from selected channels.Gerz clock automatically synchronizes the clock with the desired timezone and also lets users choose among four eye-candy themes."; fDesc[5] = "disabling them depending on your power setting preferences (behaviors on battery or ac power) just like you normally do with the LCD screen brightness and standby / hibernation options."; fDesc[6] = "Your job is to design or change the decoration of a room or entire house, guiding yourself with the description of each character's personality and needs. You will have to decorate 52 different houses and 200 unique rooms, in 7 neighborhoods, which will give you many hours of fun."; fDesc[7] = "factory. As all the candies are messed up, you will have to gather them before they destroy everything. You will have to shoot candy from your shooting machine directly to the candy of the same color so that they disappear and they don't destroy everything."; fDesc[8] = "game features colorful graphics with funny characters (Dora and her friends Boots, Backpack and Diego from the popular program Dora the Explorer), and great music and sound effects."; fDesc[9] = "fall from the windows of a building. Equipped only with a candy cane, you must guide the falling presents into Santa´s sleigh. The presents can bounce on the walls of the buildings, but if they crash to the ground, they´re lost."; fDesc[10] = "their orders of candies. You must produce and select groups of candies in order to complete your costumers needs. This game is a time challenge where you must move fast to complete your task and reach new levels."; fDesc[11] = "so that the train does not derail or run into the edge of the scenery. There are three difficult levels to keep things challenging, and the game is very addictive."; fDesc[12] = "Jack-O’Lanterns are sure to light up your holiday! Scary yet lovable pumpkins appear on your screen to celebrate as well as decorate for the greatest candy-eating day of the year."; fDesc[13] = "seriously intense shooting action."; fDesc[14] = "arcade style puzzle game. With just a click of your mouse, you can swap candy places to match 3 similar candies in a row to clear your board of candies. The more candies you clear from your board, the more score points you get."; fDesc[15] = "software you should get based on your needs. It asks you 2 questions and then uses this information to help you wrap candy bars."; 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 = '...'; } }