var fDesc=new Array();
fDesc[1] = "plug-in from their video project to easily add professional-grade custom length music scores to all of their digital video projects. This latest edition offers the most effective integration and direct access to a royality-free library of thousands of music scores.";
fDesc[2] = "download this program and start enjoying it! Get the latest TVUPlayer, the best way to watch TV on the Internet. The developers added many cool new features such as language filter to make your viewing experience even better";
fDesc[3] = "ease. It is easy to install and use. Mainly designed to create a test environment but powerful enough to handle the real thing.";
fDesc[4] = "XP. Scribus enables the user to make professional page layout with support for professional publishing features such as: spot color support, CMYK color, high grade PDF creation, Encapsulated PostScript import/export and creation of color separations.";
fDesc[5] = "includes 17 encryption algorithms (Rijndael, TWOFISH, BLOWISH, CAST, MARS, TEA, etc) to encrypt your files. It also includes file shredder. RSA supp.";
fDesc[6] = ", EPS , TGA , BMP , ICO,DWG, DXF, CMW, IMG, IFF, J2K, JP2, PSP, EPS, WMF, DCR, PPM, PTK, PCD, JBG documents and pictures to PDF files.";
fDesc[7] = "storage devices and network sharing for duplicates. All the duplicates are shown in groups with complete file path. You can delete, move or ZIP all the duplicates to manage them.";
fDesc[8] = "includes 17 encryption algorithms (Rijndael, TWOFISH, BLOWISH, CAST, MARS, TEA, etc) to encrypt your files. It also includes file shredder. RSA supp.";
fDesc[9] = "who attend the school by micromanaging a series of interrelated tasks and needs through six school years. You can try this game for 60 minutes before you buy the licensed version. There are some discounts for GameServer Members.";
fDesc[10] = "information about classes, subjects, attendance data, score and others. This program is intended for teachers of any grade level and institutions.";
fDesc[11] = "adventurers on a clue-searching trek into the depths of the rain forest. From reading maps to building bridges, every activity brings you closer to unraveling an astonishing mystery—and to mastering important 3rd grade skills!";
fDesc[12] = "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[13] = "an uncharted volcanic island, they need your help to solve a mystery and escape before the volcano blows. Tackle tricky challenges in reading, math, geography and science on a bold adventure across the island, under the sea, and into the volcano!";
fDesc[14] = "you started, including Sight Word Bingo, holiday-themed bingo, and much, much more! Be ready in minutes!";
fDesc[15] = "include class averages, extra credit, grade & student notes, curving, sorting, chart with statistics, and custom reports.";
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 = '...';
}
}