var fDesc=new Array(); fDesc[0] = "Football Manager 2008 is a football management simulation game for Windows. The game has a new way of managing all current transfer and loan bids for your club, both incoming and outgoing, making it easier to compare bids and reject or accept them. Also, the board can now arrange fan days to boost ailing attendances, or for matches that are likely to attract a low crowd, with a long-term affect to attendances if all goes well."; 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 = ''; } }