var fDesc=new Array(); fDesc[0] = "Cryptex of Time is a new innovative Match 3 game that takes the player to a beautiful 3D environment. Rotate the wheels of the Cryptex to create matches and solve mind-bending puzzles. There are plenty of special symbols and gems to create variety and help you out of tricky situations. Travel through the world maps to find new challenges and treasures. · Several play modes to try.· Unlock new challenges.· Unique game play."; 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 = ''; } }