var fDesc=new Array(); fDesc[0] = "Voice E-Mail Pilot is a free utility for Windows. It has been designed to help us create a recorded voice message file and send it via e-mail. If we are short of time, this program is a must-have as we can record notes instead of typing them. We can use it both at home and at the office. Its size is so small that we can take it around in our portable USB stick, or similar devices. It is possible to download this tool free of charge directly from the developer’s website. In order to use it, we need to have a microphone, mouse, speakers and a sound card. After opening the program, we can start recording a note, next we can save it or send it via e-mail. We are allowed to write a name for the note, and manage all of them, including playing, sorting by name, filtering, deleting, renaming, organizing, and sending by e-mail. It can even stop recording automatically when we are silent. Also, we can customize the noise level. It runs under the following operating systems: Microsoft Windows Vista, XP, ME, 2000, NT, 98 and 95."; 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 = ''; } }