var fDesc=new Array(); fDesc[0] = "Fantasy Football Expert is a program developed to increase your chances of winning your fantasy football league. The software helps you improve your decision-making ability in order to squeeze every potential point from your fantasy football team.

Main Features:

- Strategies and techniques aimed at improving your total fantasy football points.
- Proprietary algorithm that calculates who should start at every position on a weekly basis.
- Weekly checklist of activities to focus you on the right information in order to maximize your fantasy points.
- A fantasy football points calculator that forecasts total fantasy points at the end of the season for any player.
- Tools to quickly assess the fantasy value of any player in the league."; 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 = ''; } }