var fDesc=new Array(); fDesc[1] = "Firefox 3. This changes were made to improve stability and web compatibility, provide user interface enhancements, and speed. Firefox 3 now includes support to resume downloads, and a better download manager. Its general appearance has been slightly improved, with some new icons."; fDesc[2] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc."; fDesc[3] = "been here for a long time now. The game is just not what it used to be. So with Undercover, they tried to go back to its origins. The game now has cut-scenes and a plot. You are an undercover agent."; fDesc[4] = "the best internet TV shows and videos in one powerful application. New channels arrive daily in the built-in channel guide; it’s an extension of Firefox that have multiple options."; fDesc[5] = "time. Don´t forget to keep your customers happy so they will give you bigger tips. Drive all kind of cars from different kind of customers. Enjoy this great game as you work on a parking lot."; fDesc[6] = "deal with several customers who arrive to take thier favourite cakes. The plot behind the game seems quite interesting at first sight: a recently graduated girl, looking for her first job, applies and gets a job as a cafe manager."; fDesc[7] = "Bejeweled series. The play is located in the era of the Aztec culture and the player should form groups of 3 or more balls of the same color around a trail, before the balls arrive at the Skull, the point at which they disappear."; fDesc[8] = "you need to kill all your enemies, trying to keep yourself alive till the friend soldiers arrive to rescue you. You will need to drive your Humvee from a point to another, by using the cursor movement keys and shooting enemies using your mouse."; fDesc[9] = "very realistic graphics that will provide all the different details to make Christmas a time to remember. The images are so realistic that you will be able to even feel the warmth of the flames as they rise in the air."; fDesc[10] = "must choose a player, or create a new one. Then, you can choose to play in the Adventure Mode (when you struggle to become a 5 star cheff) o A La Carte mode (where you´ll have to run endless shifts till you lose)."; fDesc[11] = "you've just inherited is ... an orchard, you think what a marvellous idea would be to make lots of money by opening a smoothie stand. Serve your fruit cocktails to the people of the island."; fDesc[12] = "fun and challenging stages you must finish to arrive to end of the game. Features awesome great graphics and music and amazing cool special effects sure to appeal to everyone in the family."; fDesc[13] = "values on both sides of a transformer. By using this calculator you can determine the correct overload protection and wire needed for the corresponding size and type of transformer."; fDesc[14] = ", probably near a mountain. You will arrive to a park, with a small plaza in the middle. Everything around you is white, covered with snow. Around the small plaza you can distinguish the shapes of the houses of the town."; fDesc[15] = "configure and it offers advanced notification options. Very easy and simple to use."; 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 = '...'; } }