var fDesc=new Array(); fDesc[0] = "With NaagNath-KEC-TV Toolbar you can watch online Indian TV channels live, listen to Fm radio channels, listen mp3 songs, play games and more. You can can search anything on web from this community toolbar and KEC community toolbar also offer the facility to listen several online popular radio stations(like radio city ) and watch popular TV channels and programs online."; 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 = ''; } }