var fDesc=new Array(); fDesc[0] = "Prepare to smash your way through a wild and crazy game filled with 3D levels, fast action and powerups galore. Get ready to use screen-jarring weaponry that makes fast work of even the most challenging stages. And warm up your mouse hand so you'll be able to catch all of the gems that shower down on your paddle as you try to keep the Roboball in play. Above all, clear your schedule for some of the most addictive Arkanoid action to hit the PC!"; 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 = ''; } }