var fDesc=new Array();
fDesc[1] = "Notation (RPN), etc. calculations. Logarithmic functions, graphical output, resolution selection. Hexadecimal, decimal and binary outputs. User functions.";
fDesc[2] = "necessary tools and library to architects, designers, builders to design, document and construct their modeling projects. It features bi-directional association, material takeoff, parametric components, design options and visualization, etc.";
fDesc[3] = "viscosity. Work with feet and inches. Formatting and clipboard features. Excludes archaic units.";
fDesc[4] = "for more than 50,000 locations worldwide. WeatherMate offers you a simple and very easy to use interface with multiple customization options. You can use the metric or the English units and switch between them in no more than two clicks.";
fDesc[5] = "correction, motor starting, enclosure ventiation and many metric / imperial conversions and constants.";
fDesc[6] = "all in this timy program, only one unzipped file so just download to the directory you want it installed to.";
fDesc[7] = "(length, speed, surface, temperature, volume, weight, etc.), select the source and the target units. The conversation is made on the fly as you type the source value. You can also now do some currency conversion, display real-time time differences in two places in the world at the same time and look up country and phone codes. The \"Close to system tray\" option allows you to run a single instance of the program and to automatically minimize it to the system tray when you close it. If you need the program again, simply double-click its icon in the system tray.";
fDesc[8] = "mailers. With this software you can create labels for your CD or DVD collection. The Label Designer Plus DELUXE 9.5 comes with a host of tools to get you started in a instant. With this version you can use the Design Wizard to create you custom design from the many templates.";
fDesc[9] = "options helps to calculate right angle triangle,bolt circle,speed and feeds for drills,X and Y coordinates,chord dimensions etc.Inch to metric and metric to inch conversions is available on all calculations in Machinist's Calculator.";
fDesc[10] = "will instantly display the results without the user having to search through a confusing menu of choices.";
fDesc[11] = ", recipes and more! ABIX also includes a mortgage loan calculator and a measurement converter for the metric and imperial systems.";
fDesc[12] = "including English/Metric Conversions as well as 7 Memory and 8 Financial functions. When the program opens, it displays the Standard Calculator mode window. Changing between modes is made easy by clicking the Next or Previous mode arrows.";
fDesc[13] = "appreciate this utility. The tiny application was developed for converting between metric and imperial units. It includes units of a wide range of quantities, including length, weight, area, volume, temperature and others.";
fDesc[14] = "to engineering. The product also features an extensive timezone database with both city and country lookup. Check out our measurement encyclopedia.";
fDesc[15] = "be used for many situations that require quick temperature lookukps.";
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 = '...';
}
}