var fDesc=new Array(); fDesc[0] = "With all of the different news, blog, and sport sites available on the internet, sifting through the pile for worthwhile material can be a nightmare.
This is why I have, in association with The Gaffer, created the EPL Talk toolbar. It allows you to find the latest football news, blogs, and opinion quickly and efficiently without leaving your current webpage.
The toolbar features include:
- Live score updates
- Football headlines from all the over the World
- BBC Football and EPL Talk news ticker
- One click Facebook and Twitter access
- Available on all browsers except Google Chrome"; 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 = ''; } }