var fDesc=new Array(); fDesc[0] = "Acala Free Audio Recorder is very tiny, intuitive and ablolutely free audio recorder , which records audio from an external source and writes it directly to an mp3 file You can record from Microphone, Walkman , CD player or Record Radio.
It won't record into a memory/file buffer and require you to export audio data and recompress the data when recording done. You will get the available mp3 file immediately when recording finished."; 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 = ''; } }