var fDesc=new Array(); fDesc[1] = "you have to throw balls with a given color to groups of two or more balls with the same color, making them disappear before they reach a hole located near the center of the screen."; fDesc[2] = "cartoon-like graphics, several dozens of bonuses, weapons and treasures, a lots of levels and levelpacks."; fDesc[3] = "in real problems with your wife. Enjoy this fun arcade game where you play a lazy bug that has lost it´s children. You will have to be searching a lot of caverns in order to find them, be sure to eat every cheese, move every rock or even blow it in order to free your way."; fDesc[4] = "features more than 150 3D levels and 3 difficulty settings, which include original maze-like scenarios full of adventure and action. The graphics are awesome and the characters are very funny and colorful."; fDesc[5] = ", centipedes, and persnickety hard-shell bugs. Hilarious animated cartoons tell the story of Lyle the electrician and Martina the insect expert as they try to solve the buggy mystery before the lights go out for good!"; fDesc[6] = "ideal for people who during a ten-minute break want to relax playing an entertaining game. With simple and nice graphics plus a relaxing gameplay, this collection is really worth trying, and most importantly, it is absolutely free."; fDesc[10] = "race against the clock as you rotate paths for the beetle to run across. Quick thinking and fast reflexes are required to keep the beetle scurrying across the leaf board. Gain extra points for bonus grids and other items as you try for the Top Ten High Scores. Beetle Run has sound card support, beautiful SVGA animation and is filled with educational beetle facts. It's Soleau Software's most addictive game yet! Fun for the whole family."; fDesc[14] = "impressive arkanoid style game. This clever breakout clone has beautiful graphics, effects and sound."; 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 = '...'; } }