var fDesc=new Array(); fDesc[0] = "Clear out and clean up the cluttered Magic Glades using a magical Wizards Hat and your fantastic match 3 abilities! Piece together crazy combos to create special potions with incredible abilities, and helpful powers. Carefully plan your moves to start huge chain reactions and earn as much money as you can to unlock upgrades like magnificent magic wands, shiny cauldrons, and the ultimate Wizards Hat!"; 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 = ''; } }