var fDesc=new Array(); fDesc[0] = "Super DX-Ball delivers a vibrant and colorful brick-breaking game that the whole family can enjoy. Created by Michael P. Welch, the original author of DX-Ball, this game brings together the amazing world of tessellation and repeating patterns with the classic game play of DX-Ball. Hand-crafted by an old pro, Super DX-Ball is the quintessential brick-breaking game that you've been searching for."; 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 = ''; } }