var fDesc=new Array(); fDesc[0] = "AceThinker Music Recorder enables you to record audio in high-quality, convert and download Music. Music Recorder is the solution you’ve been looking for as it lets you record the audio from both your microphone and computer simultaneously.

Main features:

- Record audio in high-quality.
- Search and acquire music.
- Identify music with ID3 tag automatically.
- Manage music files with ease."; 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 = ''; } }