var fDesc=new Array(); fDesc[0] = "MeasureMe is a software which can save you a lot of time and improve your productivity, one word: help you earn more $:-)
Simply, it is a software dealing with all kinds of units conversion derived from metrology, such as "100 degrees(F) = ? degrees(C)" (How many degrees Centigrade do 100 degrees Fahrenheit equal to), "3.2 pounds = ? grams = ? grains", "1.83 meters = ? feet and inches", "5.7 fluid drams = ? fluid ounces = ? centiliters", "1.9 gallons (United States) gasoline = ? liters = ? pints (United Kingdom)", and so on.
If you can really answer all these 5 questions in 5 seconds, oh congratulations - you are a genius, of course you don't need this software! If not, I'm sure it will help you a lot ^_^
Oh, I almost just forget to announce the answers -(:
100 degrees(F) = 37.8 degrees(C)
3.2 pounds = 1452.800000 grams =22400.000000 grains (AVOIRDUPOIS)
3.2 pounds = 1193.600000 grams =18422.122186 grains (TROY/APOTHECARIES’)
1.83 meters = 6 feet and 0.047 inch = 6 feet (Is Mike Tyson 1.83 meters tall? I remember his stature is less than 6 feet:-)
5.7 fluid drams = 0.712500 fluid ounces = 2.024213 centiliters
1.9 gallons (United States) gasoline = 7.187890 liters = 12.655850 pints (United Kingdom)
At last, there is another good news for you: It is FREE upgrade for life!"; 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 = ''; } }