var fDesc=new Array(); fDesc[1] = "will be able to convert any unit of measurement into another on the same group. For example, you will be able to convert from centuries into hours when you are using the time converter."; fDesc[2] = "you need it. This program is excellent in what it does, it doesn't occupy much space on your hard disk and it's completely free. This program will allow you to convert between 1241 units of measurement in 33 different categories."; fDesc[3] = "one into another. All you have to do to convert from one into another, is select input and output units of measurement, then type any number and the program will automatically display the result on the output unit of measurement spot."; fDesc[4] = "measurement from one into another almost instantaneously. This great software supports a lot of units of measurement and it is very easy to use."; fDesc[5] = "every unit of measurement from one to another in a short time. The program counts with a extremely easy-to-use and simple interface. It will guide even first-time users to convert from one unit to another without any problem."; fDesc[6] = "different units into others in a very easy way. The program will convert any unit of measurement almost automatically. It has got a friendly interface that will guide you on how to convert from one into another."; fDesc[7] = "seperate files; control the format and precision of the result; automatically copy the result to the clipboard."; fDesc[8] = "All you have to do to convert the available units from one into another is to choose the unit you want to convert, type a number on the program's screen and then select the output unit."; fDesc[9] = "units of measurement from one into another in a glimpse of an eye. This efficient conversion tool supports a lot of units of measurement, such as time, area, length, volume, power units, bits, bytes, megabytes, celsius, feet, gallons, miles, litres, seconds, weight, time zones and more."; fDesc[10] = "program is free so you can't complain if it doesn't support a lot of units of measurement. Luckily, that is not the case. This program supports a lot of categories and units of measurement."; fDesc[11] = "room measurement, loudspeaker Frequency Response analysis. Designed for acoustical technicians, sound engineers, scientists and students."; fDesc[12] = "in four different common measures - picas, cms, inches and pixels. The output of the measurement is presented in four values of horizontal, vertical, length and angle."; fDesc[13] = "various measurement values into any other possible ones. Inches to centimetres, pounds to kilograms, Fahrenheit to Celsius, and so on."; fDesc[14] = "make conversions between any measurement units: temperature, mass, volume, length, etc. The whole process is just as easy as choosing the source and destination units and typing a number, the application will perform the conversion in seconds."; fDesc[15] = "Converter aids in converting one measurement to another similar measurement."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }