var fDesc=new Array();
fDesc[1] = "styles and fonts, insert symbols and use many preferences and templates to suit your needs. You can even use the drag-and-drop option to include equations in a document, save it as an image file in various image formats, export equations from a document and much more.";
fDesc[2] = "create interactive, flash-based quizzes and assessments easily. Although the application is a bit confusing to novice users, it becomes very handy with due practice.";
fDesc[3] = "This incredible program allows you to cut-and-paste math into any one of a growing number of MathML-compatible software packages, such as Maple and Mathematica.";
fDesc[4] = "money from every paycheck to pay Federal and State taxes. I am only saying this so that everyone is on the same page. Most times, people hire tax accountants that prepare the taxes declarations. They charge you a lot of money per hour. To prepare your taxes is not as hard as it sounds.";
fDesc[5] = "enough to guide anybody to create step by step a web page by means of its interface WYSIWYG -what you see is what you get- very useful also for editing existing web pages.";
fDesc[6] = "Folding, Evaluate Math Expressions, Spell Checker and many-many other convenient and pleasing features.";
fDesc[7] = "develop stress management skills and develop creativity. By tracking your brain capacity over time, Brain Challenge will help you identify your mental strengths and weaknesses and help you become stronger overall. Try this game for 30 minutes before buying.";
fDesc[8] = "of mathematics. The program's simple and structured office type interface provides you with easy access to tools for creating mathematical diagrams like points, lines, curves, circles and midpoints that can be freely manipulated by you.";
fDesc[9] = "math/chemical equations simple vector graphics and pictures.";
fDesc[10] = "works out two of these skills, for double the mental muscle building. There are 15 different Brain Builder games so you won’t get bored, that's for sure. Try this game for 60 minutes before you buy the licensed version.";
fDesc[11] = "application, you will be able to optimize one file per time or to optimize a group of files all at once. When you optimize your GIF files you will be able to speed up web pages loading.";
fDesc[12] = "college environment. Uses the RTF format known to Wordpad, Word. Generates HTML, so that math notation can be displayed by popular browsers.";
fDesc[13] = "act as repositories for a wide range of test items for specific topics. It allows you to create an unlimited number of TestBanks, with an unlimited number of test items that may include multiple choice, True/False, Fill-in and essay types.";
fDesc[14] = "skill summaries. Make it the basis of your personal web site. Word/text/clipboard formats and career advice too.";
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 = '...';
}
}