var fDesc=new Array(); fDesc[0] = "Bump, bounce, and roll your way through a plethora of perplexing puzzles in Bumps Deluxe, an original challenge that's full of colorful fun! Use your puzzle skills to drop Bumps into complex scenes and free your Bump buddies! A completely unique take on casual puzzles, Bumps Deluxe features vibrant full-screen graphics and nearly endless puzzle fun. Experience this one-of-a-kind treat today!"; 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 = ''; } }