var fDesc=new Array();
fDesc[1] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1.";
fDesc[2] = "to interact effortlessly with their Students either on an individual, group or full classroom basis. Includes internet monitoring.";
fDesc[3] = "driver, it requests all the packets from the network card driver (even the packets not addressed to this computer). The software will intercept all messages available on the network adapter.";
fDesc[4] = "without having to open the explorer and navigate to facebook website. Among the notifications you can receive unread messages, pokes, friend requests, wallposts or any other third party application you may have configured in your facebook.";
fDesc[5] = "to win the contest. Make sure to meet all the requests of the brides and grooms when it comes to decoration and food.";
fDesc[6] = "audio enhancements as per individual needs. It supports multiple users working on the same video and requests for changes will be analyzed with the latest version and the requested changes may be implemented";
fDesc[7] = "your web applications. Since Paros acts as a proxy server, it will trace and trap any response to your requests. Then, it will analyze them, solve any problem found and generate reports.";
fDesc[8] = "Internet and see whether those respond or not. The application is based on the basic ping test that can be performed from the command prompt on any computer.";
fDesc[10] = "simple program you can get detailed information like: the lowest, highest and average response from the server, the domain registrant, etc.";
fDesc[11] = "between two requests. The generated requests are sent to the specified URL.";
fDesc[12] = "office. Easy Adder automates the daunting task of adding friends, sending messages, and leaving comments.";
fDesc[13] = "database of past problems and solutions. Output your data to reports, html pages or export to other software.";
fDesc[14] = "their conveniently. Features: collecting users information; generating reports; reminder; sending email.";
fDesc[15] = "for acceptance. Additionally, it will submit requests for numerous less important awards as well. Database can be auto...";
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 = '...';
}
}