var fDesc=new Array(); fDesc[0] = "Ever wondered what 17 inch were in metres? Units! knows more than a thousand units of measurement, with daily updates of the most commonly used international currencies.

Whatever you do, there are just too many units of measurement to remember them all. Units! makes unit conversion easy. As if that were not enough, Units! converts currencies as well - with daily currency updates.
Units! can convert measurement from these categories: Amount of substance, Currencies, Time, Mass, Weight, Volume, Temperature, 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 = ''; } }