var fDesc=new Array();
fDesc[1] = "homework done more quicker and easier It can evaluate solve and graphic equations, run matrixes, find standard deviations, means or variances. I'ts a powerfull College Scientific Calculator with nice graphing capabilities";
fDesc[2] = "features. Some of the common tools includes automatic brightness, contrast, gamma and saturation adjustment; red-eye removal, resize, rotate, crop and warping of images; a great number of filters such as smooth, sharpen, edge detection, etc.; among others.";
fDesc[3] = "to calculate every aspect of your subnet configuration just in a few minutes. This incredible application generates a color-coded bit map, breaking down the network, subnet, and host portion.";
fDesc[4] = "execute realtime DNS and PING test, while making subnet creation and network worksheet generation simple and easy. It's an indispensable tool for almost any network administrator.";
fDesc[5] = "coordinate plane automatically. It is highly useful for students and for scientific work. It supports a multilingual interface; many languages are included with the installation package and others can be easily downloaded.";
fDesc[6] = "functions like MD5, CRC, SHA-1 and some other less popular functions. It can also be used to compare a file with its MD5 file (.md5 file) so as to verify its integrity.";
fDesc[7] = "search engines. Other tools included with Advanced Searchbar are a pop-up blocker, an Internet tracks eraser, a calculator, a spell checker. The program also features Internet network tools, games, web page translation and more.";
fDesc[9] = ", system administrators and software developers.";
fDesc[14] = "expressions; 3) Clipboard smart functionality; 4) Four numerical systems for entering and printing numbers";
fDesc[15] = "calculator, the CDML Advanced Calculator provides users with the following features: A resizable Tape Display with user-selectable fonts 7 Memory Functions 14 Financial Functions 11 conversion modes 7 Intra-System conversion modes Currency Conversions (with daily updates via the web) Time/Date Calculations Base Conversions 33 Scientific Functions Special Features for Financial Professionals Special Features for Engineers and Scientists A Scientific Expression Evaluator A Foot/Inch Calculator (similar to the Expression Evaluator) There are also many Convenience Features, such as RPN mode Auto-Decimal mode Adding Machine mode User-defined Toolbar User-defined number of Decimal Places 2 Percentage Calculation modes Magic Number (mathematical constant) mode Reminder Alarms Calendar with Daily Notes Scratch Pad (a text editor with font selection) Billing Function Project Timer and many...";
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 = '...';
}
}