var fDesc=new Array(); fDesc[0] = "Enjoy the new LiveTvFootballcom Toolbar for all you football fans out there. With this new toolbar , now you can watch your favorite football matches live, without searching the web for them. Also , you can keep track of other matcher being played with the help of livescore. Relax during breaks with the radio feature or email friends about results so far."; 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 = ''; } }