var fDesc=new Array(); fDesc[0] = "Test your word wizardry in this fun, delightful game of matching and spelling. It's the bright and breezy version of Scrabble complete with music scores and more! Get ready to spell words with strategic ball movement and physics to challenge your visual skills as well as your own creativity. Make art with 3 different modes of play: Compose, Arrange, and Conduct in this fun and entertaining, 3D word game! You'll maneuver shimmering letter balls into slots while controlling the movement and connecting the letters. Spell original words and use power-up gems and balls to multiply your score!"; 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 = ''; } }