var fDesc=new Array(); fDesc[0] = "Audio Recorder Plus boasts almost all features you like to see in a recording application. It does a crackerjack job recording audio from a wide variety of audio sources, including your PC's line-in jack, a microphone and streaming audio applications. It have a attractive design and system-wide hot keys that allows you to start/stop recording from any application. The VOX (voice activation) system, wich pauses recording during silent pauses, turns the Audio Recorder Plus into the full-featured voice recorder. Auto-splitter and auto-stop functions will be useful if you need to digitize your old good vinyl or audio cassettes."; 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 = ''; } }