var fDesc=new Array(); fDesc[0] = "The Digital Voice Editor is an integrated program designed to import messages from a Sony IC recorder, and to manage a variety of operations such as playing, transferring, and editing imported messages.
The Digital Voice Editor allows you to exchange messages between your computer and IC recorder or “Memory Stick”. You can also import audio files from a variety of sources such as audio CDs, Internet music services, mail transfer, or your computer’s hard disk. Imported files can be played back, edited, converted into MP3 or another file format, or transcribed with voice recognition software. You can also make an original audio CD or send a voice e-mail."; 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 = ''; } }