var fDesc=new Array(); fDesc[0] = "FairStars Recorder is a real-time audio recorder that offers professional recording features with full support for WMA, MP3, OGG, APE, FLAC and WAV formats.

This tool allows you to record sound directly from your sound card, including from a microphone or a line-in jack at high quality. It can be used to grab any sound, including music, dialogs from movies, game sounds, streaming audio or anything else.

The captured sound can be saved directly to files of the WMA, MP3, OGG, APE or WAV format, without the need for temporary files.

Furthermore, the program includes an ID3 tag editor and recording schedule support. Additional features include silent skip (Silence Detector), file size limits, recording wizard, audio cutter and more."; 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 = ''; } }