var fDesc=new Array(); fDesc[0] = "Audio Recorder records sound as MP3, WAV files. It is capable to use various audio devices/audio inputs for recording. You can generate file names automatically or manually, play the recorded files in the internal audio player, start/stop the recording on timer event, adjust audio setting, adjust the audio volume, and more. Software is very easy to use and learn. Works on Windows Vista/XP/2003/2000/Me/98."; 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 = ''; } }