var fDesc=new Array(); fDesc[0] = "QSDP Setting Studio is required for changing all settings in iSTAT communicating transducers and all but basic settings on communicating Measurement Centres and Power Quality Analysers. QDSP can store a record of all settings to allow simple replacement of devices or duplication for equivalent applications. QDSP can also be used to assist during commissioning by confirming that the Modbus communications on the products are working correctly and that the product is measuring correctly and calculating the correct outputs."; 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 = ''; } }