var fDesc=new Array(); fDesc[0] = "You can import an audio file to this Voice Changer, and then you would be able to change voice pitch as well as the speed of this audio file. Generally you can record your voice with with the free Windows Voice Recorder, and then import the recording file into AthTek Free Voice Changer."; 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 = ''; } }