var fDesc=new Array(); fDesc[0] = "Recordpad Sound Recorder can be used to record sound, voice, notes, music, or any other audio. Recorded audio can be saved into WAV, MP3, and AIFF formats. You can also burn the recordings using directly to CD using Express Burn program. System-wide hotkeys allow keyboard control over recording while working in other programs. Support for command line options allow you to automate this program using batch files."; 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 = ''; } }