var fDesc=new Array(); fDesc[0] = "QCast is an accessible, intuitive and full-featured podcast player for your Windows or Mac desktop. With QCast you can: listen to thousands of podcasts from all over the internet, right from your desktop. Automatically receive new episodes as they are posted. Search for new podcasts to listen to, rewind, fast forward and adjust the playback speed of the episode you are playing.

Resume both downloaded and streaming episodes right where you left off after closing QCast or switching to a different podcast."; 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 = ''; } }