var fDesc=new Array(); fDesc[0] = "AquaLink is a program that allows you to collect, manipulate and analyze data from the AquaLab Series 4 Water Activity meters, the AquaLab Pre, the VSA, and the AquaLab Lite. This program logs water activity, temperature, time of measurement, and date stamps along with other information. You can also create customized reports using the acquired data."; 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 = ''; } }