var fDesc=new Array();
fDesc[1] = "who require a program that gives them unlimited design options with professional tools they can use to create 2D technical, artistic, and mechanical drawings with which they can create 3D models.";
fDesc[2] = "viscosity. Work with feet and inches. Formatting and clipboard features. Excludes archaic units.";
fDesc[3] = "edit and typeset this kind of text with ease. Scientific WorkPlace is basically a word processor that integrates mathematical input and computations. Scientific WorkPlace uses LaTeX.";
fDesc[4] = "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[5] = "measure in 21 categories. This program designed not only for the professionals (students, teachers, scientists), but also for ordinary users.";
fDesc[6] = ", measurement, money, problem solving and more.";
fDesc[8] = "different difficulty levels,kids between age 4-7 yrs would really relish learning the so called difficult subject MATHS.Arthur`s Maths games would really shape the calculative abilities of children.";
fDesc[9] = "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[10] = "grade kids. The game is developed to assist the teaching of reading for kids with ages 6 to 8. You must help Reader Rabbit and Sam the Lion to obtain the things that the Professor requires to fix his hovercraft, and then recover their Dreamship.";
fDesc[11] = "division or fractions for an exercise.";
fDesc[12] = "modern tactical game viewed from an overhead camera. The game features a role-playing futuristic story scenario where the USA has suffered nuclear destruction and has disintegrated to six nation states that have descended in to war.";
fDesc[13] = "mathematical correlations in a very clear and simple way. The program covers the areas Analysis, Geometry, Algebra, Stochastics,Vector algebra.";
fDesc[15] = "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[16] = "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[17] = "the axis, translate and zoom the graphs in real-time. Graphs can be shaded with customized gradual color along the 3 axis. The lighting allows you to have a better visualization of the depth of the surface.";
fDesc[18] = "splits it into as many smaller audio files as you need. This application offers three different and simple cutting choices – either by time, by size or by allowing you to introduce a start time and an end time.";
fDesc[20] = "libraries. The software includes features like 2D/3D Exterior Home Design, 2D/3D Landscape Design, Skylight & Dormer Cutout Tools, Deck Cutout Tool, Brand Name Content, Decorator Palette, Compass,";
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 = '...';
}
}