var fDesc=new Array(); fDesc[0] = "Metric Converter belongs to a type of software that might not be used very often, but when computer users need it they highly appreciate this utility. The tiny application was developed for converting between metric and imperial units. It includes units of a wide range of quantities, including length, weight, area, volume, temperature and others. The program has a very simple and easy-to-use interface. All you have to do is select units you want to convert and input the required value of a quantity. The application has also a small settings section where you can define number of decimal places and enable the “Stay on top” option. Also every time you launch it the man window of Metric Converter contains interesting facts from the world of science. You can get some useful information about using this program in the "Help" section. The application has very low system requirements and doesn’t need a lot of space on your hard drive. By the way you can download this great utility absolutely for free."; 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 = ''; } }