var fDesc=new Array(); fDesc[0] = "Unit Converter Pro is a handy utility for students, teachers, and practitioners in engineering, physics, sciences, and technical subjects. It can quickly convert more than 1500 different units in 78 categories.
It contains the most important conversion factors for length, area, volume, mass, force, pressure, density, energy, power, temperature, dynamic viscosity, kinematic viscosity, and time units. But it provides many high-specialized units and categories, too.
Unit Converter Pro offers fully customizable databases.
Unit Converter Pro is distributed as a shareware (No restrictions in the shareware version)."; 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 = ''; } }