var fDesc=new Array(); fDesc[1] = ", find, and share your notes and information more efficiently and effectively. The program features powerful search capabilities that help you locate information quickly and easy-to-use shared notebooks that allows you to manage information overload, whether online or offline."; fDesc[2] = "case comes up and you are ready to get to the end of it. Your mission is to investigate who is the killer of Miss Linnete Doyle, another passenger of the cruiser. Twelve levels will lead you to the truth, gathering clues on each investigation."; fDesc[3] = "This application's selection is limited to free streams that are widely available on the Internet. What this application does is gather a list of all those channels in a single location so that you can access them freely."; fDesc[4] = "power and raise Atlantis, the submerged continent. This game is a great challenge of speed and logic. Graphics and moves of this game are well done and the game is very entertaining."; fDesc[5] = "extremely fun and challenging. There is more to winning than having a better army, I think. You have to keep an eye on many things so that your country is the best and survives each campaign."; fDesc[6] = "format. It supports a wide range of DVD formats and creates an interest in the users to gather the available memoirs to meaningful collection of images. The movie can also have audio suitable for the occasion or event integrated with titles"; fDesc[7] = "to clear all the spaces in your board, new butterflies will appear when you set groups, you must clear the tiles and rocks under them. Help your fairy friend to built a house and enjoy this magical adventure."; fDesc[8] = "games I have ever played. There are many different types of strategy games, but I particularly like the ones in which you have to gather resources and create a strategy in order to prevail. Empire Earth 2 is one of those games."; fDesc[9] = "world by removing mines and destroying monsters! Download Bomb Threat and Play for Free!"; fDesc[10] = "pig wearing a Santa’s hat. The protagonist of this game is a female pig that is a specialist at cooking apples dessert. The mission in this game is to bake homemade apple pies for her little piglets, but before she can bake these delicious apple pies she has to gather some delicious apples."; fDesc[11] = "gather data from different locations within the computer. This application also has a database of its own so it can produce plenty of reports along with multiple options of saving them as well."; fDesc[12] = "server. This tool will connect and provide detailed information to the Computer Inventory Server about all installed components of all the local machines."; fDesc[13] = "save the world by removing mines and destroying monsters! Download Bomb John and Play for Free!"; fDesc[14] = "replacer for Internet Explorer Favorites.It will greatly simplifies the collection and management of your web sites!"; fDesc[15] = "loves balloons, and there are balloons scattered all over these winding jungle roads. The user has to help your Frog gather as many balloons as possible."; 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 = '...'; } }