var fDesc=new Array(); fDesc[0] = "§ Find words in three different game modes, ranging from strategic to frenetic! § Full graphics & sound effects draw you into the game. § Earn tokens offline you can use online § No ad interruptions Three Ways To Play: Classic, Strategy and Challenge modes give you three fun ways to flex your spelling talents. Keep your hive from filling with honey, choose your words wisely, or play against rival bees!Rich Graphics and Sounds: You'll be humming to the buzzing of our completely new soundtrack, sound effects and frisky opponent bees"; 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 = ''; } }