var fDesc=new Array();
fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[2] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool.";
fDesc[3] = "Pro is designed to quickly and easily draw good-quality, straightforward designs.";
fDesc[4] = "viscosity. Work with feet and inches. Formatting and clipboard features. Excludes archaic units.";
fDesc[5] = "that will show you which movement are you supposed to perform in a given moment. The possible movements are up, down, left and right. You must perform this movements exactly when directed to do so. If you fail, you loose.";
fDesc[6] = "easy. Another neat way of enjoying your memories is the QRPhoto to iPod MP4 Converter utility that allows you to create an iPod MP4 video by converting your digital pictures with Mp4 and h264 codecs.";
fDesc[7] = "screensaver's features are configurable, like the 3D rendering capabilities and the sounds. Although it has some minor disadvantages, it is a god screensaver.";
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] = "displayed from different camera angles in true 3D. The wonderful thing about it is that it changes constantly, making a marvelous panorama.";
fDesc[11] = "of lumber you'll need for your project, and what it will cost. No more confusion switching from actual dimensions to nominal thickness! No mo...";
fDesc[12] = ", triangle solver, circle solver, and a steel shapes viewer.";
fDesc[13] = "The main advantage of this software is its compactness and size. The simple interface only contains three text boxes. These text boxes correspond to the inside diameter of the cylindrical pipe, velocity and the volumetric flow rate.";
fDesc[14] = "most flying potential, get ready and throw the tire in an angle that feels like just the right to pass that magic 400 feet mark.";
fDesc[15] = "(TROY/APOTHECARIES&rsq uo;) 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&rsq uo;) 1.83 meters = 6 feet and 0.047 inch = 6 feet (Is Mike Tyson 1.83 meters...";
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 = '...';
}
}