var fDesc=new Array(); fDesc[0] = "Bluelab Connect devices can connect wirelessly to a computer at a grow site / greenhouse via the Bluelab Connect Stick, which enables the data logging of pH, Conductivity and Temperature to the free Bluelab Connect Software. The logged information is viewed on a computer and can also be accessed remotely via the cloud from a mobile device or other computer, allowing the grower to view the status of the grow system 24 hours a day.

Bluelab Connect Software enables you to collect data on your crop to spot trends over your growing cycles."; 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 = ''; } }