var fDesc=new Array(); fDesc[0] = "Deadband is an area of a signal range or band where no action occurs (the system is dead). The filter module "Deadband" for GPS Tracker Data Logger is an additional module that provides a method for excluding less significant data records from the final data export. The module has four different dead band methods: absolute, percent, timelimit, count limit that can be used in any configuration."; 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 = ''; } }