var fDesc=new Array(); fDesc[0] = "WebCal is a PC utility program that enables users to easily configure and test compatible Flowline level sensors to their measurement and control requirements. You can download your free copy in English or Chinese and connect your sensor through Fob USB adapter.

Sensors are sold with and without Fobs. When connected to your level sensor, WebCal displays the factory or user configuration that was last written to the sensors non-volative memory."; 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 = ''; } }