var fDesc=new Array(); fDesc[0] = "The KD2 Pro Utility is a program designed specifically for interfacing with the KD2 Pro device. You can use this program to download measurement data to your computer, erase measurement data stored in the KD2
Pro, set the date and time, configure the KD2 Pro to take readings automatically, and see information about your KD2 Pro device."; 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 = ''; } }