var fDesc=new Array(); fDesc[0] = "TMTool is a utility for the online multiplayer football manager game.
The program is in BETA-stage and the current features include:
* Semi-automatic squad import with in-program browser
* Notification when player data is not up to date
* Monitor player growth by comparing week data
* Formation Assistant (calculate the overall best tactic and starting lineup)
* Attacking style and set piece taker is suggested in the Formation Assistant
* Maximum 5 foreigners used in formation assistant
* Player profile page including ASI-wage and ASI-TI chart to monitor progress
* Player Notes
* Import all players on squad and shortlist
* Adjust individual adaptability for each player"; 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 = ''; } }