var fDesc=new Array(); fDesc[0] = "Edit - audio format files fast and easy.
Batch Transform - hundreds of audio files to a different format - add effects, filters and tags all at the same time too!
Record - from any supported source directly to MP3.
Rip - CD tracks directly to MP3.
Overdub Mixer - record and mix your voice (or another file), add effects or edit too.
Write - mix and match your audio files to CD.

Features:
-Updated for compatibility to Windows Vista and 7 (32 and 64-bit versions).
-Reported, or found bugs, fixed as found - no waiting for any scheduled release date.
-Since we are the developers, not merely a vendor, we have a 'no excuse' bug policy.
-The fact that this software has thousands of registered users helps ensure that any customer issues are found and fixed immediately."; 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 = ''; } }