var fDesc=new Array();
fDesc[1] = "trial version and installing the program, you can design your masterpiece. Just do a few mouse-clicks! Select images you want to use and paste them into the software. Many design features are available.";
fDesc[2] = "and options provided by any HTTP server with great performance and absolute control of it. Its administration is very easy however it doesn’t have any GUI; by using commands and scripts you can set it up quickly in almost any platform.";
fDesc[3] = "provides commands binding of Visual Basic with different events and elements manage on the page. So, you will be able to pay more attention to the development process itself.This tool allows you quick add ActiveX controls (and the VBScript or JavaScript needed to manipulate them) to your HTML pages.";
fDesc[4] = "WMHelp.com. It’s the basic version of WMHelp.com, which can be run without a license. is very easy to use as the toolbar and menus that are displayed at the top of the window can be handled very easily. Just pressing a button can hide them.";
fDesc[5] = "task of creating a complete, feature rich and impressive picture gallery becomes a breeze. This application has got some brilliant features and tools that help a good deal in making a better and effective gallery having stunning looks!";
fDesc[6] = "with many details about the books you have. This powerful application is a great solution for those who want to create and maintain a complete inventory perfectly organized and easily manageable.";
fDesc[7] = "features is easy configuration via GUI or XML, service monitoring, low memory footprint, fault tolerance and high availability.";
fDesc[8] = "Bridges the Gap between XML and Code (C++,C#,Java,VB6,VB.Ne t). Generates a class library based on an XML Schema (XSD,XDR,DTD). The resulting library makes it simple to read and write XML documents programmatically.";
fDesc[10] = "of built in forms that are legally binding and valid in all the fifty states. The easy to use search feature of the Perfect Attorney Platinum helps the user to search legal descriptions. One can create wills and trusts using this software.";
fDesc[11] = "paper by printing up to 64 pages on both sides of a sheet. A series of booklets are combined to build a book. BookPrintXP operates as a printer driver that may be used by any application. Several print jobs may be accumulated for printing of booklets. E.g. you may print a booklet that contains several topics of a help file. This is done by executing the print function of the help system for each topic. In general BookPrintXP is suitable to print program manuals (readme.txt), help files, cook books, address books, program source listings, electronic publications etc. The program prints also poster. The program processes print jobs and image files as well.";
fDesc[12] = "binding IP. You can see the mondphase whil you to synchronize the time. The program is in english with a german manual.";
fDesc[13] = "also contains a wealth of nuclear information on each isotope, including half life, decay mode, and daughter products.";
fDesc[14] = "workstations and servers across your network. Trinity also allows you to run any application as a service.";
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 = '...';
}
}