var fDesc=new Array(); fDesc[0] = "Moo0 VoiceRecorder is a very simple sound recorder.

It is very easy to use, and you can start recording your "Only Voice" / "Voice and PC Sound" / "Only PC Sound" just by one click. It currently supports Wave and Mp3 encoding formats.

Also, since this program can capture any sounds on your PC, you may use it to record Internet radio, streaming music, Skype and even some sounds from your video files."; 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 = ''; } }