var fDesc=new Array(); fDesc[0] = "Free trial game download available. This wild and wacky game combines pinball magic, paddle ball mayhem, asteroid adventures, 5 Level Guardians, a herd of crazy cows, and a band of barrel monkeys to keep you laughing. With 100 levels and too many options to tell, Superball Arcade Mania, gives you the ability to play for 5 minutes or 5 hours at a time… surprising you every step of the way."; 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 = ''; } }