var fDesc=new Array(); fDesc[0] = "Aare MP3 Sound Recorder directly record any sound to wav or mp3 file without an intermediate wav file and sound quality remains excellent. It is is a powerful MP3 sound recording software. It records just any sound from any source available to your sound card. The resulting files can be saved in WAV-file and MP3-file format. This Mp3 Recorder is able to record on-the-fly, that is, the recording result can be saved directly as mp3 file without an intermediate wav file. Sound quality of the recordings remains excellent."; 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 = ''; } }