var fDesc=new Array(); fDesc[0] = "Digital Audio Recorder is a very easy and efficient to use recorder which can record sound from any source in your computer directly to MP3. You can record sound from microphone and anything that is being played on your computer. It is the simplest recording program.
To record sound you need to follow simple steps -
Choose input device.
Browse for output MP3 file.
Select Bitrate.
Start Recording.
Once you are done with it simply stop recording."; 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 = ''; } }