var fDesc=new Array(); fDesc[0] = "SQFM (Super Quick Football Manager) is a European football (i.e. soccer) management game designed specifically for people with limited free time.

The ideal "quick play" game that can have you building world class teams and chasing trophies within a short period of time. *The average time to play a season in SQFM is approx 20 - 30 mins, as oppose to 4-5 hours on many modern football games.

Enjoy the challenge and the thrills of being a football manager and only use a fraction of the time (and cost) required to play other football games.

Main features:

- Unique Quick and Simple gameplay.
- Play your entire football career from Youth Player to Manager Retirement.
- Play European Leagues England, Italy & Spain
- Compete against the worlds best teams.
- Multiple Leagues and Cup competitions to enter.
- Transfer Market to buy and sell players.
- Play the World Cup."; 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 = ''; } }