var fDesc=new Array(); fDesc[0] = "Jewel Story is a match-three game where you match jewels to bring back your inheritance that was stolen by Doctor Evil, Burglar John, and Irene. With each step of your journey, you'll gain access to new game modes and bonuses and return your jewelry. The game features beautiful hand-drawn graphics, simple point-and-click controls, 120 adventure mode levels, bonuses and achievements, and more."; 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 = ''; } }