var fDesc=new Array(); fDesc[0] = "The FTV Audio Recorder application is a powerful recorder and player. It will repeat complete recording from any digital resource. You can record sound, played back through your sound card and any other sound sources like microphone , midi, VCR, microphone, Internet audio streaming, Winamp, Windows Media Player, Quick Time, Real Player, Flash, Games, etc, and save the recording directly to MP3.

FTV Audio Recorder can record any signal played through your sound card into Mp3. FTV Audio Recorder software can automatic record, can automatic repeat, can automatic play sounds. Most functions can be called up with a simple mouse click?"; 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 = ''; } }