var fDesc=new Array(); fDesc[0] = "Master Converter is a powerful Windows utility designed to fill one specific purpose: quickly and easily convert units of measurement. The interface is extremely intuitive and user friendly, enabling even first-time users to convert from one unit to another without a hassle.

Master Converter is pre-configured to convert over 800 units in 42 categories. The categories include: length, area, volume, time, speed, acceleration, mass, density, force, energy, power, pressure, flow, data storage, data transfer, viscosity, temperature, magnetism, capacitance, charge, conductance, thermal conductivity, angle, angular velocity, luminance, illumination, numbers, fractions, radiation, and more."; 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 = ''; } }