var fDesc=new Array(); fDesc[0] = "Vocal Assessment provides you with the ability to analyze and display acoustic and EGG features of a sustained vowel. A wide range of parameters (jitter, shimmer, NNE, etc.) and graphic displays (spectrogram, F0, intensity, etc.) can be obtained as well.

Comparison can be made with a normative data base of 2973 normal voice and 902 pathological voices to determine if the current recording falls within normal limit on each of the acoustic parameters."; 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 = ''; } }