var fDesc=new Array(); fDesc[0] = "Sparkle Unleashed introduces floating Orb Slinger gameplay never seen before in a Sparkle series game. The unleashed Orb Slinger floats along the bottom of the screen providing a fresh way to experience the beloved Sparkle gameplay. Make your way through a secluded world of mystery, light magical braziers and discover a way to banish the darkness once and for all. Unlock potent powerups and use the ones you like the most to overcome Chained Orbs, Rock Orbs, Survival levels and other exciting challenges."; 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 = ''; } }