var fDesc=new Array(); fDesc[0] = "Steady Recorder is a smart audio software with the powerful recording and selection tools. The program is well-suited for long time unattended recording and you don't miss the start of a song or sound. It can record any sound playing through or any signal connected to your sound card to MP3 and WAV format. To control the recording process Steady Recorder displays a sound waveform and its spectrum in real-time. With the selection tool you can easy navigate throughout the recorded sound, play, select and save any portion of a waveform."; 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 = ''; } }