var fDesc=new Array(); fDesc[0] = "Want to record sound from your Micphone? Need to get a part of stream audio? TipCase Sound Recorder is what you want.
Record all audio sound from Micphone or SoundCard. You can also set the volume, echo or sound effect. All you need to do is just select the output file location and click on Start button."; 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 = ''; } }