var fDesc=new Array(); fDesc[0] = "Voxal Voice Changer lets you modify, change, and disguise your voice in any application or game that uses a microphone. Voxal seamlessly works with other applications so that you don't need to change any configurations or settings in other programs. Simply install and start creating voice distortions in minutes. Effects can be applied in real-time on audio input devices or any existing file. Vocal effect library includes robot, girl, boy, alien, atmospheric, echo, 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 = ''; } }