var fDesc=new Array(); fDesc[0] = "TURCK Converts is a free application for calculating formulas common to many TURCK customers. Using TURCK Converts is an easy way for users to quickly retrieve results.
With TURCK Converts, you can solve for the following formulas:
* Flow volume
* Flow velocity
* Ohms Law
TURCK Converts also provides easy access to:
* Dielectric constants
* NEMA and IEC rating information
* Many common unit conversions, such as speed, pressure, temperature and weight."; 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 = ''; } }