var fDesc=new Array(); fDesc[0] = "The PrimeLab is equipped with a Bluetooth module and connects automatically with the user’s PC, in the same way as smartphones connect to a car kit.
In addition, the PrimeLab can be controlled by its own software, the “PrimeLab Desktop Assistant”.

The free “PrimeLab Desktop Assistant” software permits storage of address data (accounts) with information on the sample water origin (e.g. “50 m³ pool”). Calculated water values, which are always assigned to “accounts”, can be managed historically, printed, compared and interpreted."; 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 = ''; } }