var fDesc=new Array(); fDesc[0] = "Data-Driven Football NFL Simulation Game software reproduces the original Paydirt board game, and supports the following features:
-Season replay mode - replay actual NFL schedule including post-season
-Exhibition mode - pick your teams and play a game
-Statistics - 35 statistics tracked in-game and throughout the season. Exported to Excel.
-Solitaire - computer AI coach for solitaire game play
-Online Head-to-Head - play opponents online over the internet using Team Viewer"; 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 = ''; } }