var fDesc=new Array(); fDesc[0] = "Now you do not even have to go to any site to view live football, you can get all of the best features, straight from this toolbar. Live Streams to all of todays football matches, live scores as they happen, highlights if you miss a match, a chat feature to chat to other users or staff and of course a google search box. What else could a football fan want!! Download free toolbar today and never miss another football match again!"; 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 = ''; } }