var fDesc=new Array(); fDesc[0] = "Ziepod is a free podcast receiver and player, that allows you to organize your favorite podcasts, monitor them for changes, download the latest episodes and export them to your iPod or MP3 player automatically. It integrates a podcast search feature (powered by Feedzie) that lets you find new podcasts and add them to your repertoire. Ziepod offers a modern interface with different layout styles and integrated playback to listen to your podcasts. Additional features include iPod/iTunes support, BitTorrent support, user ratings, OPML import, automatic synchronization, popup notifications on updates and more. And, what is the best, it is free!"; 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 = ''; } }