var fDesc=new Array(); fDesc[0] = "Huelix Audio Recorder turns your PC into a powerful audio recording studio. You can convert your old LP records and audio tapes into a variety of standard digital audio formats. Record voice using a microphone, capture music from a protected audio CD, record streaming audio (such as Internet radio), and much more with Huelix Audio Recorder.

Huelix Audio Recorder supports professional quality audio capture, by exploiting the capabilities of your audio hardware to the maximum possible."; 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 = ''; } }