var fDesc=new Array(); fDesc[0] = "UNIFORM 2000 is a software tool to configure and monitor Elster Instromet's range of Ultrasonic Gas Flow Meters. These include the CheckSonic, the FlareSonic, the P.Sonic®, and the Q.Sonic®. UNIFORM 2000 uses the 'virtual instrument' concept to transform your PC to a measurement instrument with a nice and easy-to-use graphic interface."; 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 = ''; } }