var fDesc=new Array(); fDesc[1] = ", and Amazing Action. Although the game mechanics is the same for the four options, what changes is its level of difficulty and puzzle solving."; fDesc[2] = "you the feel of playing in fog, or over mountains, or at sea. The enchanting effects and eye-catching graphics make this game addictive. The display of the game is in two languages, English and French."; fDesc[3] = "present your pictures the whole year. Comes now with AquaSoft Online printing service."; fDesc[4] = "the Gnutella, Ares and OpenFT filesharing networks. The first time you run the program, it will guide you for configuring some basic settings, like your connection speed, your shared folder(s) and the sharing networks you wish to connect to."; fDesc[5] = "looks like a real flame. Features: - Real-time heart beating! - Very realistic real-time fire effect and more"; fDesc[6] = "Help Wendy earn enough money to travel to Europe and chase down the villain by creating elegant outfits for all her customers."; fDesc[7] = "videos looks more professional, just put your videos or pics & relive that moments again whether it be your big wedding day or engagements. Just create a new video with some lovely special effects like sweeping hearts, roses & love-themed overlays, and gift it to loved ones."; fDesc[8] = "top. Oh no, someone forgot about the tree! Hurry up and decorate the tree and light the star and perhaps there will be a gift for you too under the Christmas tree this year!"; fDesc[9] = "and the gift-completion meter will rise. In this game customers are important. To keep customers happy the player must offer them gifts, but if they wait they will become unhappy. The aim of the game is to reach the daily sales goal by selling gifts to customers."; fDesc[10] = "information about it in their webpage. You can play Christmas Challenge in three modes: Adventure, Quads, Puzzle and Relax."; fDesc[11] = "giving you some potions to be faster attending your clients. You should sell as much as you can to reach the goal of each task."; fDesc[12] = "order to form groups of parcels with the same color. The parcels will form a group when you have three or more adjacent parcels with the same color, either horizontally or vertically."; fDesc[13] = "Valentine's Day, Christmas, Birthday, anniversary or any other special occasion. UniqueGiftMaker will help the user to make his greetings or gift baskets in the flash e-gift format. Sharing electronic gift items is much easier and faster than the conventional way of greetings."; fDesc[14] = "your clients and don“t make them wait for their gifts. Try to sell as much as you can to reach the goal of each task. Complete each costumer's needs and reach your money goal before the time is up or the game will be over."; fDesc[15] = "selling in days not weeks."; 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 = '...'; } }