var fDesc=new Array(); fDesc[0] = "Podreel is an enhanced podcast authoring tool for Windows.
Podreel allows you to create the so called enhanced podcasts by taking your audio podcast file (currently, AAC and M4A formats are supported) and adding chapter table, URLs and pictures to it at desired positions in time.

Enhanced podcasts are audio recordings that can include chapters, pictures and URLs built-in into any position of their playback. They play beautifully on a variety of devices, including iPhone, iPad, iPod Touch and on PC using iTunes."; 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 = ''; } }