var fDesc=new Array(); fDesc[0] = "DLI Call investigator is a tool which will aid in locating and playing audio recordings created by DLI Audio Logger audio recorders. When call Investigator starts for the first time, it will perform a quick search for recordings. If it is not successful, the Browse for Recordings dialog will pop up. The playback audio level can be adjusted with the volume control. Amplification will amplify the actual audio, but setting this too high may distort the audio."; 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 = ''; } }