var fDesc=new Array(); fDesc[0] = "Ancient Secrets Double Pack is an exciting game in which you have to discover the Tekka people and their ancient powers. You have to uncover the tribe's history and become the spiritual successor to all of their secrets. Use tools to find your way through, solve challenging puzzles, and harness the power of Tekka relics."; 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 = ''; } }