var fDesc=new Array();
fDesc[1] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox.";
fDesc[2] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN.";
fDesc[3] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2.";
fDesc[4] = "same time it can save and protect your password. When you install it appear like a toolbar and you can handle from your browser this is an amazing feature because the program is used in the web.";
fDesc[5] = "The connections it offers are stable with almost no disconnections. It supports all the Cisco VPN infrastructure and its hard to go wrong with this client.";
fDesc[6] = "track your bank accounts, stocks, income and expenses. Are you going to buy a vehicle or a new house? GnuCash will help you plan the investment and track loan payments. With GnuCash you can also keep track of your checkbook.";
fDesc[7] = "fraud, identity theft, and so on. This program can search our files, web data, e-mails and attachments, and Windows Registry for any personal information that we may have stored and that can be used to cause us real damage.";
fDesc[8] = "reconciliation, journal, point of sale, edit customer, edit supplier, edit inventory items, graphs and financial rates, business intelligence center and dashboard, pastel cash manager, explore, note facility, internet and help file.";
fDesc[9] = "and friends, but also as educational tools for teachers and educators. Program's support for special characters makes it possible to create puzzles in a number of languages such as Chinese, Japanese, Arabic, etc.";
fDesc[10] = "same time there are certain things like personal bank transactions, etc., which must be kept private and to attain such important functional features PC Pitspot Erase is a good program.";
fDesc[12] = ", bills, taxes, bank accounts, etc. Transactions history including all the steps and documents are stored and available to track any invoice, money movement, accounts movements, etc. The information is organized so it gets easy to access, better than in the classical accounting books.";
fDesc[13] = "computers that enables users to play the game on more modern PCs. This new version of Westbang 1.2 has an animated introduction and players have to take on the role of a nameless legendary character and guide the character through 25 missions";
fDesc[14] = "information regarding every bank in the US. Phone number, State, Zip Codes, etc. Also contains information about AMEX, VISE, MASTERCARD, routing numbers.";
fDesc[15] = "taking care of your virtual cash in the game is important for your winning chances to play the featured games. The game's theme is banking and dollars, and just to add to the excitement, a bank robber is also featured.";
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 = '...';
}
}