var fDesc=new Array(); fDesc[0] = "Help a mysterious Chime Spirit restore harmony to the universe in this imaginative, fun, and exciting match-3 game! Experience a thought-provoking and incredible glimpse into new possibilities, as you gather exciting powerups and unlock unique game modes. Dive into this one-of-a-kind journey and encounter an awesome world beyond our perceptions in Chime Spirit! Can you bring back the balance the universe needs?"; 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 = ''; } }