var fDesc=new Array();
fDesc[1] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor.";
fDesc[2] = "file to all popular video and audio formats with great accuracy and fidelity. But with this amazing tool, you will also be able to do many other tasks just like: Extract pictures from video files, edit your videos with powerful video editing tools, convert video files to audio formats, etc.";
fDesc[3] = "application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking.";
fDesc[4] = "choice suitable for all ages what makes it ideal for the whole family. Ultimate Dominoes presents five classic domino game variations, from easy to hard, thought to suit beginners and experienced players as well, so you can set the options to suit your skill level.";
fDesc[5] = "in a very short amount of time without losing any quality in the process. The program is very easy to use, it has got a friendly interface that will guide you step by step on how to get your files converted.";
fDesc[6] = "adrenaline. You may imagine you will compete in a car race, where as usual, the goal is to be the first in getting to the finish line, or to be the only one with the car in one piece. For that you will jump and do a lot of tricks.";
fDesc[7] = "developers there are in the world of video/audio conversion. This is yet another application of that kind. This application tries to get a share of the video conversion market. It bundles two applications in one: a DVD ripper and a video converter.";
fDesc[8] = "which assist the user in performing total clean up of the PC. Whenever user uninstalls any software, temporary files and files not deleted often remain on the hard disk, but the \"Clean Uninstaller\" tool takes care of this problem.";
fDesc[9] = "backup DVD movies or to rip audio out of those movies. The program offers a very large output formats selection: AVI, DivX, MPEG, WMV, MP3, etc. to both video and only audio output extractions. PSP, PS3, iPod, iPhone, AppleTV, iRiver PMP, Zen, Archos, mobile phone, etc.";
fDesc[10] = "superheroes. The game features huge, eclectic cast of Marvel heroes and villains. It is deep, yet largely optional character-customizatio n system.";
fDesc[11] = "present are caused by spyware and processes that are not supposed to be running and actually are. For example, they say that if you can't connect to a wireless network outside of home, it must probably be spyware.";
fDesc[12] = "the #1 series*! Select your favorite classic Mahjongg game, or learn a new variation. Challenge Yourself With Creative Tile Layouts. Test your skill and try your patience with fun 3D Mahjongg layouts, or create your own with the Layout Editor!";
fDesc[13] = "Tweaker will help you to improve your system performance and will make your pc as fast as a new one. Mz Ultimate Tweaker incorporates a complete set of useful utilities that will optimize several aspects of your Windows to increase its stability and performance.";
fDesc[14] = "(JPG, BMP, PNG, GIF and so on). Also, it includes many filters that will unleash your creativity, including one entire set of filters for photo enhancing.";
fDesc[15] = "suite includes the well-known and usual tools such as Word, Excel,PowerPoint, Outlook with Business Contact Manager, and Access, plus other business-oriented tools such as Publisher, OneNote, Groove and InfoPath.";
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 = '...';
}
}