var fDesc=new Array(); fDesc[0] = "With VOC Player Plus you can play and convert VOC file (Creative Voice) by a few mouse clicks, with a high quality results. You do not need to install any additional codec, just play or convert the VOC files from inside the software.

You can also operate many events when the process is done, such as play a notification sound, turn of the computer, notice an external application and much more."; 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 = ''; } }