var fDesc=new Array(); fDesc[0] = "The football strategy game for Windows. Pick your plays from over a dozen available to get your team into the endzone as soon as possible. Play by yourself, with a friend, or just watch 'from the sidelines' and let the computer do all the work controlling both teams. You can get up-to-the-minute statistics on your game, go for a two point conversion, risk an onside kick, pick any team from the 97 pro football roster etc. An attractive and easy to use interface makes it quick to learn and enjoy right away."; 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 = ''; } }