var fDesc=new Array(); fDesc[0] = "Viscom Store Voice Changer is a free tool that allows you to capture audio from microphones or other audio devices and changes the voice to old man or child. The result is saved to WAV, WMA, or MP3 audio file.

Features:
- Supports changing the pitch in real time.
- Supports setting the waveform color.
- Supports adjusting the bitrate of MP3 file.
- Supports adjusting the WMA profile.
- Supports changing the sample rate."; 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 = ''; } }