var fDesc=new Array(); fDesc[0] = "Spooky Spirits 1.0 is a puzzle game developed by Legendo Entertainment. In this game we must catch all the spirits that we can. In order to do this we must, first of all, choose any of the two available characters to play. Then we get to the gaming screen. In this screen we can see different colored squares hanging from above. Some of the squares contain spirits. We can select an horizontal pair of squares and drop them or swap them. Each time we drop a square that contains a spirit it will explode all the surrounding squares of the same color, and this way the spirit will be free. Each time we do this, a spirit meter bar will raise. Each time the bar is completely filled up, we get to the following stage. We can get more points exploding more squares at the same time.
Spooky Spirits 1.0 is a full featured time limited demo version which will expire after 60 minutes playing. If you want to keep playing, you must upgrade the game to the retail version. This upgrade cannot be done through the developer's web page, you must get the upgrade through the links that appear in this demo version."; 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 = ''; } }