var fDesc=new Array(); fDesc[0] = "Hattrick Manager is a program for managing Hattrick teams. Hattrick is an online game where you coach a virtual football team. You´re in charge of the economic management of your team and the implementation of sport strategies required to win. By paying a fee, you can become a supporter. That will give you access to some extras (team badges, press notes, statistics, players´ faces among others). You must get an account at http://www.hattrick.org to register your team.

Hattrick Manager allows you to sort your players, perform analysis and arrange your team, and you can do all this offline. Once you get your membership, you must set a security code to access your account. This is NOT the password you set when obtaining your account. You will need to set the code on the web site, by choosing My Hattrick/Preferences/Security Code. You will have to login with your username and Security Code each time you use Hattrick Manager. Doing that, you will be able to access your team´s information, change it and upload it instantly."; 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 = ''; } }