var fDesc=new Array(); fDesc[0] = "Inspheration is a fun puzzle game in which you have to insert three adjacent spheres of the same color but different sizes one into another, thus causing a bright explosion and eliminating them from the board. The objective of the game is to explode a certain number of spheres in order to get to the next level. The game has three different modes: Classic, Action and Puzzle. The Classic mode includes an unlimited gameplay, and It's perfect to relax for a while. The Action mode is a time-limited game, in which you have to collect a set of three spheres before a Warning line. The Puzzle mode is the most challenging and difficult, since you have to remove black squares from the board by collecting three spheres in it and in a certain number of moves. The game features colorful graphics, nice music and good sound effects. Each of the fifteen levels includes a different background and adds a great variety of power-ups, which make the game even more enjoyable and addictive. It supports Windows 98/ME/2000/XP and it's completely free."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }