var fDesc=new Array(); fDesc[0] = "The Diablo BTU Calculator is a simple, easy-to-use, yet flexible BTU Calculating and Reporting Software solution for the Agilent Technologies EZChrom Elite and Cerity Chromatography data systems. Although the software was originally designed to perform standard BTU/energy calculations, it also includes capabilities that are of interest to general chromatography users including flexible export of results to text files, alarming, and historical trend plotting of results."; 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 = ''; } }