var fDesc=new Array(); fDesc[0] = "Go on an expedition deep into the jungle to collect gems and awaken eight ancient totems which will grant you an incredible gift. Puzzle your way through 60 colorful levels in this easy-to-learn match-3 challenge!

System Requirements :
Windows XP/Vista
Processor speed: Pentium III 600 MHz or equivalent
RAM: at least 128 MB
Hard drive space (uncompressed): 19,5 MB
Graphics Card: Direct3D compatible 3D graphics card with 32 MB
DirectSound compatible sound card
DirectX 7"; 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 = ''; } }