var fDesc=new Array(); fDesc[0] = "This adventure game has an interesting storyline, incredible graphics, and challenging puzzles. The world of Timba is an enchanted land, where animals reveal a rich history that the player must learn in order to solve puzzles, rescue a child who is the only hope for the future, find a queen and return her to the throne, and stop an evil queen.
Eerie places and strange crystal structures that mysteriously surfaced from the waters of Heagaron make for very interesting and very pleasing visuals, as the player searches for the special child, the evil queen set on destroying the child, and the good queen, who is hidden away somewhere, frozen in time."; 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 = ''; } }