var fDesc=new Array(); fDesc[0] = "EVPmaker is an experimental software for the generation of acoustic "raw material" for recordings of paranormal voices on tape, also known as "Electronic Voice Phenomena" (EVP). For this purpose, the program divides any recording of speech into short segments and then plays them back continuously in randomly order. The resulting "gibberish" still sounds like speech, but can't be understood anymore, and is therefore suited as background noise for EVP recordings. Of course, the program can also be used to generate special acoustical or musical effects."; 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 = ''; } }