var fDesc=new Array(); fDesc[0] = "RustySpigot Voice Recorder is a solution for recording notes, annotations and other audio.
Requirements: Windows XP, Vista, Server or 7 and also Microsoft .NET Framework 4.0 (Will be installed if required).
Features for RustySpigot Voice Recorder:
-Recording are saved in the widely supported compressed mp3 format
-Soundwave visualizer
-NSA Approved AES Encryption
-Recordings indexed by name and date
-Variable Recording Rates
-Simple interface belies high quality audio recording."; 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 = ''; } }