var fDesc=new Array(); fDesc[1] = "by Blitwise productions, it is easy and fast to play and fun and exciting. A range of 230 weapons is available with expansion packs each adding to the excitement."; fDesc[2] = "by controlling a battle tank and taking turns at aiming and firing at each other. Good graphics, various types of weapons along with multiplayer ability promises a compelling gameplay. The small install size makes it ideal for an overwhelming gaming experience even on a PDA. ."; fDesc[3] = "– or several of them – bouncing as long as you can so the ball can destroy an arrangement of bricks and stuff. To do that you have a ship on which the ball bounce when it comes down to the bottom of the screen. You can control your ship by moving your mouse sideways."; fDesc[4] = "pandemonium. Play solo against brain-hungry bots or go head-to-head against other online."; fDesc[5] = "physics equations."; fDesc[6] = "game, Danny Phantom. The left mouse button is used for firing colored projectiles at cartoon ghosts attacking Danny. These ghosts and an evil character named Vlad Plasmius, constantly invade Danny wherever he is in the Danny Phantom ™ Ghost Frenzy 2.6 game"; fDesc[9] = "focus on physics and not mathematical busywork by working with over 150+ equations and other features."; fDesc[10] = "obstacles and booby traps. You get only limited moves and shots each round. 200 expertly-crafted levels, test of wits not reflexes."; 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 = '...'; } }