var fDesc=new Array(); fDesc[0] = "This is a simple screensaver that will keep you from becoming bored, either by watching the computer play itself or by joining in on the action and playing against your computer, you are sure to enjoy great entertainment from this classic game. Random colored paddles and ball are an option, or sticking with classic black and white will work. Also settings of 5,10,30, or custom idle times can be set."; 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 = ''; } }