var fDesc=new Array(); fDesc[0] = "Absolute Audio Recorder is an ideal solution for audio recording, editing and mastering. The program contains everything you need to create great sounding recordings and audio CDs, including professional tools for recording, analysis and editing. The user interface was designed with speed, accuracy and ease of use in mind.

Absolute Audio Recorder can record any sound passing through any line of your sound card. For example, you can record sound being played back by an external program, sound from a microphone, an external LP, cassette, CD/DVD player, AM/FM/Satellite radio, etc."; 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 = ''; } }