var fDesc=new Array(); fDesc[0] = "Now you can watch and listen hundreds of LIVE worldwide TV and Radio channels on your PC for free. You won't be disappointed... Just think, for the price of movie tickets for your family YOU COULD WATCH OVER 3000 Stations on your PC or laptop FOREVER! More than 1 million users are already enjoying the incredible variety. Stop paying for high-priced cable or Satellite services!"; 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 = ''; } }