var fDesc=new Array();
fDesc[1] = "icons just beside the normal icons for minimizing, maximizing and closing. This is really a wonderful tool to compare some data as in the normal windows the open window is automatically minimized when another is clicked.";
fDesc[2] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms.";
fDesc[3] = "installed as a replacement for Notepad or as a new installation. AkelPad brings interesting and practical improvements specially designed to help you in your documents editing.";
fDesc[4] = "desktop browsing and file management application that is kept simple. Just because it is not extravagantly designed, it does not mean that you will be missing any of the important basic features.";
fDesc[5] = "shell namespace is an all area access. The shell is compatible with the drag and drop method, has a context menu and the multi-window or multi-headed operating mode lets you see everything.";
fDesc[6] = "the freedom to create while protecting your work. It is more than just your typical word processor.";
fDesc[7] = "eSignal, IQFeed, Interactive Brokers, QCharts, CQG, among other sources. AmiBroker features automatic Walk-Forward Testing, Multi-monitor floating charts, symbol and interval linking and drag-and-drop indicator creation.";
fDesc[8] = "enjoy its fine graphics, with a very functional lobby. Download Bodog Poker Now, it's Free!";
fDesc[9] = "charting software is ChartNexus. The software has a multi-window charting system allowing the user to arrange the chart in the desirable manner and also features world indices.";
fDesc[10] = "architecture. It has high degree of performance among all other browsers. Some of its best features include memory enhancer; freedom from popup, spyware, or adware as it has an in-built popup killer.";
fDesc[11] = "username/passwords, numbers and license keys. The program will export them to a text file in few seconds. It can be accessed through command line and a beautiful advanced front-end.";
fDesc[12] = "support for drag and drop files into the queue and upload and download all the options and profits of a professional client. Remember this version only works on X64 processors or those that have both instructions such as Intel Core and Core 2 Solo / Duo Processors";
fDesc[13] = "world in 2D. You don’t need to download or search for any map. Just starting the program will show you the world map and you can navigate through it using the pan tool or zooming marquees.";
fDesc[14] = "tiles that your require for many of the different platforms available. The TilEd 2002 0.6 software tile editing program could be just what your need since it has cross platform support for formats including the Mega Drive, Gameboy Advance, Gameboy, Gameboy Color, Master System";
fDesc[15] = "cache technology, it improve the user experience of viewing map.";
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 = '...';
}
}