var fDesc=new Array();
fDesc[1] = ", measurement, money, problem solving and more.";
fDesc[2] = "fonts, or create an entire typeface from scratch. Fonts created with Fontographer can be used in any program with a font menu on Windows and Macintosh platforms. Turn your font fantasies into realities with Fontographer, the industry-standard for font design on the Macintosh and Windows. Designed for graphic artists, type designers, and technical professionals who want to modify their existing fonts or create new fonts from scratch, Fontographer's precision drawing tools make type design as easy or advanced as you need it to be. With Fontographer, you can quickly modify your existing fonts, add fractions to your existing typefaces, or create lighter or heavier versions of your fonts. You can easily scan in a signature, autotrace it, and make it a font. Blend any two fonts to create a completely new font. Use a pressure-sensitive drawing tablet to create a font with your own...";
fDesc[3] = "division or fractions for an exercise.";
fDesc[5] = "hexadecimal/decimal conversions and fractions/decimal conversions. It provides you with range of features like expression editing, prefix functions and scientific functions like Trigonometric, Hyperbolic & Logarithmic.";
fDesc[6] = "will encounter four exciting activities covering fractions, multiplication, division, geometry, and more. They'll have to use their heads, boost their smarts, to get to be a Number Hero too.";
fDesc[7] = "money, problem solving and more.";
fDesc[8] = "which are commonly used in the Imperial measurement system. Plus, the radius of circumferences can be calculated and much simpler operations can be done, such as additions, subtractions, divisions, etc. It also converts cm to inches and vice-versa.";
fDesc[10] = "performing 'what if' analyses, such as determining what share price a stock needs to attain in order to return a specified profit. When buying stock, Stock Calculator can determine the total cash outlay, per share buying price, or number of shares. When selling stock, Stock Calculator can determine the net profit amount and total return percentage, or the per share selling price. Stock Calculator can optionally include flat rate, percentage, per share, or custom commissions in the calculations. The custom option allows advanced flexibility in defining commission rates. User-defined taxes on the net profit can also be deducted. Calculations can be saved, opened, and printed for future reference. A built-in stock fractions table lets you perform at-a-glance conversions between dollar amount share prices and stock fractions in 1/64 increments.";
fDesc[11] = "or practice addition, multiplication, subtraction and division. The application is very easy-to-use, but that does not mean the answers are easy at all.";
fDesc[12] = ", primality testing, factorials and much more.";
fDesc[14] = "Roman Numerals, Number Systems, and now World Currency. Definitions and Reference Tables are included. Educational.";
fDesc[15] = ", circles, temperatures, numerals and fractions. A Custom section lets you \"roll your own\".";
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 = '...';
}
}