var fDesc=new Array(); fDesc[0] = "With Free TV Bar Toolbar you can watch Live TV Stations
Local, national and international channels. Listen to your favorite radio music in 1500 Online Radio Stations.Watch TV Shows & Movies like:Family Guy, The Daily Show, Greek, The Simpsons, The Office, and thousands more. You have an Online TV Schedule."; 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 = ''; } }