var fDesc=new Array(); fDesc[0] = "MzManager is a tool to get the best out of the ManagerZone game.
It helps you to: track the training progress of your players and know when they are bout to gain an extra ball, determine the optimal training path for each player, see per player at what position on the field they are best, set the best team formation on the tactics field, spy your opponents and see graphs of your progress."; 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 = ''; } }