var fDesc=new Array();
fDesc[1] = ", provides more up-to-date content and more engaging multimedia than ever before. Whether you’re searching online or offline, it’s the trusted way for everyone in the family to easily find relevant and reliable information on just about any subject.";
fDesc[2] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
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] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning.";
fDesc[5] = "overview that helps you keep track of your expenses. Put savings targets and then perform a monthly analysis of your finances to see how much you're really saving.";
fDesc[6] = "PC industry. The application utilizes sophisticated real time 3D gaming workloads for measuring the performance of PC with the help of suite of DirectX 9 tests such as 3D graphics tests, CPU tests, and 3D feature tests including the HDR/SM3.0 graphics tests, as well as SM2.0 graphics tests.";
fDesc[7] = "as filling in familiar checks, invoices, and forms onscreen. Get all the features of QuickBooks: Basic, like easily pay bills, print checks, track expenses and much more. Customize 100+ pre-designed forms to create a unique look. Exchange data with Microsoft Excel and more than 325 other software applications. Track employee time and job costs. Create reports comparing estimated costs to actuals.";
fDesc[9] = "like Bridge, Hearts and Gin Runny to family games like Crazy Eights and Old Maid. It also includes fifty different Solitaire games. Many of the games can be played with Hoyle computer players, and some games can be played with several people in front of your computer.";
fDesc[10] = "Fixed in this version: support for valid flash, for valid image, and for valid horizontal line XHTML, and enhanced support for the phpDocumentor, highlighting phpDocumentor tags, one-click add phpDocumentor documentation to functions and classes feature, and PHP Syntax Check and more.";
fDesc[11] = "Games and Hoyle Board Games. Bend your mind around 18 challenging puzzle games, from crosswords to word searches. Then test your skill at dozen board favorites. They’re two great titles for one great price, with all the quality and fun you’ve come to expect from Hoyle!";
fDesc[12] = "works with any SQL Server versions from 7 to 2005 and supports all of the latest SQL Server features.";
fDesc[13] = "is beginner’s guide and designed for people with little or no prior knowledge of computer languages, who want to learn to program by using the Visual Basic language and who has some previous programming experience, maybe in another language or from a few years ago.";
fDesc[14] = "a professional way. This incredible program is the ideal tool to record and compose music, utilize and control MIDI equipment, mix optimal sounds and burn it all onto CD.";
fDesc[15] = "PC. Thanks to this incredible game, like any British, now you can enjoy this sport which is the basis of American baseball. In this amazing title you will be able to experience the tension in each bowl, in each hit and every race.";
fDesc[16] = "This download includes the following: - Base Class Library Group 1 samples show how to use the classes in the namespaces System.Net, System.Text.RegularExp ressions, System.Transaction, System.Console, and more.";
fDesc[17] = "cars, helmets and sounds, the mod is very realistic. Every F1 enthusiast should have this mod installed in their rFactor, because the 2005 season cannot get better than this.";
fDesc[18] = "order to create dynamic Windows applications. You can either take this tour on-line or you can download it to your computer. This tour is available for free and doesn’t require any prerequisites.";
fDesc[19] = "dynamic Windows applications. You can either take this tour on-line from the MSDN web page, or you can download it to your computer, so you don’t need to be connected during your study time. This tour is available for free and doesn’t require any prerequisites.";
fDesc[20] = "you can do with VWD in order to create dynamic Web applications. This tour is the best way to begin studying Visual Web Developer 2005 Express Edition, and also the less time consuming one. It is available for free for anyone who’s eager to learn and doesn’t require any prerequisites.";
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 = '...';
}
}