var fDesc=new Array(); fDesc[0] = "Sit back and lose yourself within the enchanted forests of Ringlore, the game that literally puts a new twist on the classic Match 3 gameplay. As you progress through the levels, new elements are introduced and difficulty increases. Ringlore features 3 game modes to match your mood. Challenge your brain with puzzles, test your endurance against the arcade mode, or just relax and enjoy."; 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 = ''; } }