var fDesc=new Array(); fDesc[0] = "WildVoice Studio makes it easy and fun to record podcasts and other audio.

1. Record your show in clips, mixing in music and sound effects as you talk.
2. Edit your clips, cutting out the parts you don’t like.
3. WildVoice Studio merges your clips. Publish the finished show on WildVoice.com (right from WildVoice Studio!) or any other site that supports audio files."; 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 = ''; } }