var fDesc=new Array(); fDesc[0] = "The PodNova Desktop Client is a Podcast receiver which seamlessly integrates with the www.podnova.com website. The www.podnova.com website is a distributed podcast directory. It's maintained by dozens of volunteers from around the world. It features a way to search and subscribe with one click to podcasts.
The PodNova Desktop Client fetches your subscriptions from your free www.podnova.com account and manages the downloads of the podcasts to your computer. You can also use the PodNova Desktop Client to add or remove a podcast or to import an opml file with podcasts links.
These mutations are synchronized with your www.podnova.com account."; 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 = ''; } }