var fDesc=new Array(); fDesc[0] = "Wispa Forest is a casual hidden object game, developed by Two Tonic Game Studios and published by Reflexive Entertainment. Wispa Forest features vibrant hand-drawn levels to search for objects in, as well as a multi-level matching game where the player must clear away corruption before it spreads. The wondrous journey of Lyia from her small village through the great Wispa Forest and the surrounding caves, swamps, mountains and towns is vividly presented in over a dozen painted story-scenes. Lyia will need the aid and cunning of her friends Hank the squirrel and Ara to overcome the myriad obstacles she'll encounter in her quest to find the source of the corruption and save her world."; 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 = ''; } }