var fDesc=new Array();
fDesc[1] = ".mkv file formats. It comes in bundle with DIVX Pro for Windows. It is very easy to use. The pre-set modes allow a user to play videos on various DIVX certified products.";
fDesc[2] = "utility developed by Microsoft Corporation to upload and share any type of files, like photos, music, documents, etc, with your family and friends through SkyDrive.";
fDesc[3] = "unnecessary elements (foreign language audio or subtitles, extras, additional footage) from the target DVD or just by compressing the existing contents. After setting the desired parameters, you can record your new DVD, or backup it to hard disk.";
fDesc[4] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[5] = "security to nodes which are susceptible to various virus attacks.Having the LiveUpdate makes it the best updated antivirus in defence of the various new viruses being invented every week.";
fDesc[6] = "This application will scan any hard drive and determine if the drive is functioning well or not. Seatools for Windows is a really easy to use, yet extremely powerful and precise diagnostic tool.";
fDesc[7] = "can also use the Upgrade Advisor to determine if your Windows Vista-based PC is ready for an upgrade to a more powerful edition of Windows Vista.";
fDesc[8] = "minute rate on your keyboard. Now you can improve your typing speed and accuracy level by practicing texts. By default it comes with many test texts but you can type your own text and include the same in the default texts.";
fDesc[9] = "comes to securing backups of hard drives. The program includes Mozy technology which allows the user to back up all important data offsite. This is very effective against theft and should something happen to any data and it is lost, then it will quickly and easily be restored.";
fDesc[10] = "of your PC in just five steps. Magic Speed is a PC cleaning wizard, which can helps you to take advantage of your hard drive space, and your overall computer's potential.";
fDesc[11] = "given the task to captain a submarine which is a part of the North-Atlantic fleet. Your orders are to patrol the seas. Every patrol mission will determine the outcome of your whole career.";
fDesc[12] = "you can move them to the Recycle Bin or to another folder for later revision or use. First of all you have to select the folders you intend to scan and press Scan.";
fDesc[13] = "made to drive the way to success. You Speed, Power, Performance and your attitude will determine if you are worth it or not. The package has thirty cars designed on the original hot wheels specifications.";
fDesc[14] = "band resistors.";
fDesc[15] = "file's type using its content, but not its extension. And, because of it, the quantity of recognized files is limited. Besides, you can see common properties of the selected file (name, file size, date created, last accessed, open with and so on).";
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 = '...';
}
}