var fDesc=new Array(); fDesc[0] = "Analysis of the bat calls may be required in some situations e.g. in order to positively identify a certain species. The software BatSound is an efficient, high-performance tool for various types of sound analysis. It is suitable for sound analysis in general, but also includes a number of features particularly useful to analyze bat calls recorded from a bat detector or recorded directly with a D500X or D1000X ultrasound detector."; 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 = ''; } }