var fDesc=new Array(); fDesc[0] = "Lords of Football has evolved football computer games by simulating the football world both on and off the pitch.

The everyday routine of football is brought to life, simulating footballers' training to improve their skills and all the drama and real-life distractions that unfold during a normal season.

With easy drag-and-drop navigation and by learning each footballer's personality, you must oversee all your footballers and resources to bring the team up to international competition level. The game takes place in an immersive 3D world with a customizable team, and rewards success with club upgrades to expand this exciting, vibrant football simulation."; 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 = ''; } }