var fDesc=new Array(); fDesc[1] = "and MacOS. Developers can use this great tool to design software using Java SE/FX, Java, Ruby, C/C++, and PHP. It is sponsored by Sun Microsystems and is very powerful thanks to the contribution of thousands of users."; fDesc[3] = "graphix and physics delivering a new experience for the long time Counterstrike fans. Began as an experiment, now is an experimented success. People from all around the world play it online via STEAM."; fDesc[4] = "can arrest people, is online and there are opponents that are very difficult, you can make almost real missions, in which one holds four companions to fight the enemies"; fDesc[5] = "of the pocket watch made by Abraham-Louis Breguet, who has been called the greatest genius of watch making in history. You will feel the urge to reach in the water and grab it yourself to solve the mystery of the never-stopping watch!"; fDesc[6] = "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[9] = "sound like something only accessible to great leaders like Julius Caesar or Napoleon, but there are already many games that have managed to convince you that you are able to create a world empire too just clicking your mouse."; fDesc[12] = "may need to ease your digital imaging life: EXIF metadata access, image manipulation/sharing and much more!"; fDesc[13] = "Universal Games. The story of the Cuban drug lord by Al Pacino has found its sequel in this new game by Sierra and Radical. Scarface proposes to embody the peculiar Tony Montana in an alternate story where he would have not fallen victim of his own success."; fDesc[14] = "mathematics from the primary school level. It has a very simple user interface. Although the game is restricted to numbers between 1and 12, the way of teaching the elementary mathematical skills of addition and multiplication is very interesting to children."; fDesc[15] = "your street player before joining a match. After each match, you gain experience points that will help improve your attributes. The game has a few problems but is free and the matches are very fun."; 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 = '...'; } }