var fDesc=new Array(); fDesc[0] = "What is Microphone Recorder Plus?
Record audio sound directly from the microphone receiver to PCM WAV, ACM WAV, MP3, WMA, OGG, or to APE audio files. This software contains the ability to start the recording process when a noise is detected and to stop the recording process when silence is detected. Just click on the 'Record' button and start to record anything thru your microphone - fast, easy with an high quality results."; 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 = ''; } }