var fDesc=new Array(); fDesc[1] = "Jojo Cruz and her daughter Rosalind to make stylish outfits for female and male models as you showcase your fashion sense on runways from L.A. to Berlin."; fDesc[2] = "a grade as well as the fashion show overall. The game has a good presentation, a good and challenging game mode and good items. This all adds up to a very recommendable game."; fDesc[3] = "cartridges. GGPO can be added to existing games to provide network gameplay support to the old consoles´ games. The program uses a peer-to-peer topology to run a complete copy of any available game for each player, transmitting controller inputs over the network to keep these copies synchronized."; fDesc[4] = "screensaver in seconds. Its interface is very simple and easy to use. It is written in German, but it is so intuitive that you will not have any problems configuring it to your liking."; fDesc[5] = "guests happy. But, remember that guests are the life of any party, and if your guests aren't happy then it doesn't matter if the event was carefully planned, it will be a total disaster. That's why JoJo needs your help, to make her guests happy, so then the party will be a success."; fDesc[12] = "anagrams, and Countdown. Includes over 280,000 word database and over 100,000 definitions"; 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 = '...'; } }