var fDesc=new Array(); fDesc[0] = "Break Blocks - Early Adopters Edition features :
- "Casual Game for Gamers" that's easy to jump into, but difficult to master
- Story mode with over 40 Battles and over 25 Music Tracks from composer Stephen White
- Battle with other players around the world while climbing to the top of a global ranking system!
- Dare yourself to do the impossible in our Challenge Mode
- Unlock over 100 Achievements, hidden songs, and player skins
- Ability to build your own songs into the game"; 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 = ''; } }