var fDesc=new Array();
fDesc[1] = "Transform your two monitors into one big desktop and tidy all your staff. It’s very easy to use and yet a very complete and tool to help you save money and complex tasks.";
fDesc[2] = "the most of your Internet connection’s speed by adjusting your Internet parameters to the most convenient settings. You can either let the program make an automatic adjustment or, if you are an experienced user, you can make manual settings to optimize your Internet connection.";
fDesc[3] = "firewall, and it doesn't have any trouble working with them. ThreatFire is an easy to use and free tool, that will help you to improve your PC security tremendously.";
fDesc[4] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects.";
fDesc[5] = "While installing, we can choose to install any or all of the following components: script interpreter, standard scripts, example scripts, user's manual, and screensaver. We can also set this program to perform daily automatic optimizations.";
fDesc[6] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser.";
fDesc[7] = "software we can buy and/or evaluate for free for a 30-day period. The program provides protection against virus and spyware, this protection can be selected to high, normal, off, custom, or performance-optimized levels. It also offers real-time scanning, scheduled scanning, e-mail scanning,etc.";
fDesc[8] = "Heroes art book; 3 exclusive in-game maps; Exclusive \"visual only\" in-game artefact; Heroes of Might & Magic II. The 1.6 patch for the Collector's Edition includes a number of bug fixes and enhancements to the user interface.";
fDesc[9] = "backs up data. The program has a file manager that allows you to access the files stored in your phone. You can also copy music files and other files to the phone.";
fDesc[10] = "performance. Fortunately Large Software released PC Tune-Up 2.0 which is a multitool application that helps us deal with system crashing and freezing. This software is intended for beginners as well as for experts.";
fDesc[11] = "this application. Many special effects, panorama and screensaver creation, rotate, flip, scale, etc. will fit most of one's picture editing needs. Perspective effects, object handling and collages, screenshots creation, picture cropping, etc.";
fDesc[12] = "multiplayers on an ultra realistic sea modelled. There are 14 different ocean water courses and competitions such as Valencia, Auckland, Rio, Marseille, etcetera. Players can choose the boat or create their own regattas. You need to consider wind and weather conditions to sail.";
fDesc[13] = "sites. Mx-Fx 1.0 is easier to use than Adobe Flash; the trial version didn’t allow creating all the Flash effects that the software can make. The Mx-Fx 1.0 GUI (Graphic User Interface) is very friendly to use and you can start to create Flash effects immediately.";
fDesc[14] = "references to all controls: buttons, fields, lists, and etc. Dr.Explain makes CHM, RTF, and HTML help files.";
fDesc[15] = "from your hard disk. With SpaceMan 99 you can find duplicate files by various criteria like byte-by-byte comparison, file name matching etc. SpaceMan 99 is a feature-rich tool that provides you with file/folder filters, summary and detailed reports, marking/unmarking features etc.";
fDesc[16] = "With its simple word-processor-like interface and integrated help, this application can be easily mastered by novice users too. Supplied with single- and multi-author editing capabilities, this program allows you to create documentation in form of compiled HTML help, Web help or PDF format.";
fDesc[17] = "effects to them, thus beating the limitations of electronic devices. This is achieved by fusing multiple exposures of the picture into one, resulting in a beautiful picture.";
fDesc[18] = "(accepts MP3, WMA and M4A formats); any kind of data (docs, images, etc) and will let you backup your HD according pre-selected categories.";
fDesc[19] = "for recording calls. Works in automatic/manual mode, automatically compresses recordings to MP3/WMA, can work in spy mode, has user-friendly interface";
fDesc[20] = "responsive. This program is a package of 3 utilities, a network pinger, and internet speed booster, and a Free Mem tool.";
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 = '...';
}
}