var fDesc=new Array(); fDesc[0] = "Memory Stick Voice Editor is a very interesting tool with many features.

Main features:


- You can access and execute the menu commands form the menu bar.
- Toolbar contains the buttons for common menu command tasks, providing a quick way to do tasks.
- Folders and messages stored in your computers hard disk are displayed.
- Player pane controls playback operation - The information of the message being played back is displayed."; 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 = ''; } }