var fDesc=new Array(); fDesc[0] = "A compelling puzzle / skill game. Collect the gems, solve the puzzles and escape before time is done. Find your way in the caves, on the journey in the ice age and the desert heat!
Strategy and problem solving are a must as you try to collect all the gems. It's a challenge for all ages. The idea's simple, the execution's brilliant."; 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 = ''; } }