var fDesc=new Array(); fDesc[0] = "Bounce to the beat of Sveerz - it's the musical matching game that will get you into your own funky groove as you cruise the galaxy singing songs! Repeat the tunes you want to hear by clicking on those loveable Sveerz! You'll never be bored with 4 unique modes, tons of funky tunes, and synthetic voices that actually sing-say your name!"; 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 = ''; } }