var fDesc=new Array(); fDesc[0] = "Build words and battle nearly 50 warrior foes in Bookworm Adventures The Monkey King! It's up to you to save the world of books from its greatest threat yet! But this time you’ll have help from fighting friends, the Legendary Master and Monkey King! Boost your word power with all-new Rainbow Tiles and earn 8 new treasures along the way. And remember - the better the word, the badder the damage! You don’t want to miss this special single-mode edition of Bookworm Adventures 2!"; 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 = ''; } }