var fDesc=new Array(); fDesc[0] = "TankMaster is an excellent choice for inventory calculations/control and alarm handling. The powerful and easy-to-configure inventory calculations support the most commonly used API and ISO tables.
It can provide data over a network, via Modbus and/or OPC, to host systems or an unlimited number of TankMaster clients."; 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 = ''; } }