var fDesc=new Array(); fDesc[0] = "Coach is a realistic football management game. You have a splendid opportunity to try yourself as a coach in English Leagues and international competitions. Real players, real teams, real championships (Premier-League, National Division 1, National division 2, F.A.Cup, UEFA Champions League and UEFA Cup) and even real stadiums! You can control all aspects of your club's life, from starting line-up to transfers, stadium management and other details. Attractive, user friendly interface with informative displays of all features will make playing comfortable and easy."; 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 = ''; } }