var fDesc=new Array();
fDesc[0] = "Everything you need for fully professional podcast production. Get the most complete integrated podcasting tool available at any price. Record, edit, upload, on-screen teleprompter, and DSP voice effects. Separate voice and music tracks with mixing and crossfading, up to 36 separate music tracks, complete support for iTunes tagging.
ePodcast Producer Features:
-Produce high-quality audio podcasts;
-Record, edit, & upload from one award-winning program;
-Create iTunes tags and RSS feed for iTunes Directory;
-Assign up to 36 music and sound effects to on-screen and keyboard function keys;
-Full DSP audio editing effects;
-Rip music from CD and burn CDs for archiving;
-Two FREE sets of non-synthesized, pro sound effects;
-Comprehensive online text and video tutorials.";
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 = '';
}
}