var fDesc=new Array(); fDesc[0] = "Kestrel Communicator helps data to be uploaded for long-term storage, in-depth analysis and detailed charting. This application is compatible with ALL Kestrel 4000 series models. Simply connect the interface cable to the appropriate port on your PC, rest the Kestrel on the cradle, and the Kestrel Communicator automatically recognizes which model Kestrel Meter you are using,"; 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 = ''; } }