var fDesc=new Array();
fDesc[1] = "to interact effortlessly with their Students either on an individual, group or full classroom basis. Includes internet monitoring.";
fDesc[2] = "application. It provides educators with around 6600 learning objects which include images, background, dynamic Flash files, and video/audio files.";
fDesc[3] = "brings a complete solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. The minimum amount of students’ licenses available to be purchased is ten.";
fDesc[4] = "Net Control 2 - Control Your Network Easy...";
fDesc[5] = "and ask the program to solve it. It will do, and will explain every step of the solution. It can also graph any function you ask. This program can be used by algebra students to supplement in-classroom learning or assist them to complete their homework.";
fDesc[6] = "solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. After the period finishes you can either buy a license or uninstall the application.";
fDesc[7] = "take control of a remote computer by controlling the mouse and keyboard. Additionally you can also record student?s screens.";
fDesc[8] = "teachers from elementary thru grad school easily keep track of their class records and make up their students' grades.";
fDesc[9] = "avoid missing important events or tasks. The program includes a scheduler where you can put all your activities and events by day, and the calendars can be viewed by current work week, current week, current month, current quarter and current year.";
fDesc[10] = ", which is connected to the network. After start the program displays the screens of all remote computers. Teacher can also lock the remote computers.";
fDesc[11] = "any system. The program allows the user to prepare classroom rosters, generate paper and e-mail report card, performance sound analysis of records, attendance, progress, punctuality and achievements.";
fDesc[12] = "is connected to the network. After start the program displays the screens of all remote computers. Teacher can also lock the remote computers.";
fDesc[13] = "learning, through the means of crossword puzzles, word searches, bingo cards and word scrambles.";
fDesc[14] = "questions, to play eight different games using a digital projector and any interactive board for competative and fun learning!";
fDesc[15] = "After start the program displays the screens of all remote computers. Teacher can also lock the remote computers.";
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 = '...';
}
}