var fDesc=new Array(); fDesc[0] = "Football tracker sets out all the games from this summer’s FIFA World Cup in South Africa and all you do is input the scores from the games and it will automatically tabulate where each team in each group stands and who will play who in the later rounds."; 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 = ''; } }