var fDesc=new Array(); fDesc[0] = "With AnalogX Vocoder you can make your synth pad come to life with your voice. You can simply supply a wave file with some speech (or singing), supply another wave file with an instrument playing and this is it. AnalogX Vocoder outputs 16-bit/mono/44100 wave files and can load any sample rate and any bit depth mono wave files.
Vocoder works on all versions of Windows, from Window 95 to Windows 7 and everything inbetween (including XP, Vista, Win2k, etc)."; 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 = ''; } }