var fDesc=new Array(); fDesc[0] = "DeLoad is a simple and compact utility designed to integrate the operation of the dataTaker data logger onto your PC’s desktop. DeLoad greatly simplifies the downloading of data and the automation of operation of the logger particularly when unskilled operators are involved. When DeLoad has been configured it is simple matter to double click a particular logger’s ICON on the desktop and the data will be downloaded."; 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 = ''; } }