var fDesc=new Array(); fDesc[0] = "Stepvoice Recorder is real-time recording software with MP3 file format support. It allows recording from any sound source, such as microphone, line in or any sounds currently playing on your PC (internet radio, movie sounds, etc.).

Real-time mp3 encoding saves hard disk space and time, because you don't need to encode recorded sounds later. This feature is critical for longer recordings.

A wide range of mp3 bitrate settings allows to vary sound quality from telephone (3.5 to 7.0 MB/hour) to CD (3.5 to 7.0 MB/minute).

With sound levels visualization you can easily adjust volume level before recording for best 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 = ''; } }