var fDesc=new Array(); fDesc[0] = "Extreme Units Converter. This small but powerfull and useful utility is a free tool for converting the normally used units, both at the industrial and the personal environment.

Physical units such as Temperature, Weight, Length, Area, Volume, are available from the application to be converted for being used in Chemistry, Mathematics, Physics, etc. Any combination can be converted among these units.

The major feature that this application offers is its accuracy. Any conversion is made up to the thirteenth decimal, which is more than many other converter or calculator.

The application offers all the possible unit conversion for each part:

Weight:

Pounds to Kilograms and viceversa.
Carats to Grams and viceversa.
Ounces to Grams and viceversa.
Troy ounces to grams and viceversa. Stones to Kilograms and viceversa.

Length:

Miles to Kilometers and viceversa.
Yards to Meters and viceversa.
Meters to Feet and viceversa.
Feet to Centimeters and viceversa.
Inches to Centimeters and viceversa.

Temperature:

Farenheit to Celsius and viceversa.
Kelvin degrees to Farenheit and viceversa.
Celsius to Kelvin and viceversa.

as well as for Area and Volume units.

As an extra utility, the application can directly call to the Windows Standard calculator, for helping users in their formulas calculation."; 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 = ''; } }