var fDesc=new Array(); fDesc[0] = "The Voice from Heaven is a match three game for Windows users. On a cold winter's night in the Frostwood Forest, an old woman found a baby girl which she named Aurora. She eventually discovered that Aurora’s chants had a magical, healing power to make the world around her a better place. You must solve match 3 puzzles to heal the emperor and restore the cursed Empire."; 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 = ''; } }