var fDesc=new Array(); fDesc[0] = "Arrange many-colored balls into combos in the shade of the lofty pagoda in this exciting puzzle game. Put every ball into a combo while they try to roll away and fall down in a realistic environment. Make use of stone walls and plates, bonus balls and nature forces such as wind and gravity. Nice graphics and effects, realistic physics, smooth oriental-style music, three game modes (Strategy, Arcade, Puzzle), Worldwide Hall of Fame and much more."; 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 = ''; } }