var fDesc=new Array(); fDesc[0] = "This application can transform the sound of your voice into that of Donald Trump.

The general usage is like this: you plug in a microphone to your PC (desktop, notebook, ultrabook etc.) and speak into it.

Then there are two possibilities:

a) the voice changer (synonymously called voice imitator) translates your voice in real-time into that of Donald Trump and outputs it via the speakers or headphones; The first 30 minutes of the translated voice can be re-played and saved as .wav file.

b) you make your PC work hard and translate the voice in the best possible quality. The result can be heard and saved as .wav file."; 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 = ''; } }