var fDesc=new Array(); fDesc[0] = "Podcast Player is a perfect online and offline tool that helps you to improve your listening skills. With Podcast Player you can: watch online English TV, Listen online English Radio channels, edit, add and update your favorite channels, add your favorite podcast and webcast Rss feed to your favorites, watch and download HDTV video podcasts, Create and play synchronized Lyrics for your favorite songs, Listen ESL podcasts, Listen VOA special English Podcasts, Listen news, watch mp4, m4v and flv video podcasts. Listen, watch and download all of your favorite Rss podcast and save your time."; 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 = ''; } }