var fDesc=new Array();
fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[2] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely.";
fDesc[3] = "file, it will download another 70851816 bytes using your Internet connection, upgrading the game to the latest available version. You must help a young couple to choose and decorate their first house.";
fDesc[4] = "guiding the Magic Ball with Incredible Ink. Two distinct game modes, Escape and Break All, are packed with gorgeous art and detailed level design. Its fun times two!";
fDesc[5] = "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[6] = "Here comes Aplus DVD Ripper for you";
fDesc[7] = "universe of Star Wars movies. The game tells the story from the times when the Galactic Republic falls to the destruction of the Death Star (Episode III and Episode IV).";
fDesc[8] = "CD and DVD content without using the physical disc -- just click on a desktop icon to launch a virtual CD with access rates up to 200 times faster.";
fDesc[9] = "files. These files are transmitted and stored for long periods of times, and it is not rare for them to get corrupted or damaged. RAR Repair Tool allows you to recover files stored in corrupted RAR files.";
fDesc[10] = "computer at all times. If your Internet provider limits your downloads (I am sorry for you), this is a must. BitMeter will show you a little square on the screen, which you can move wherever you like.";
fDesc[11] = "this program will band together to make one of the largest supercomputers in the world. This supercomputer will be used to simulate problems millions of times more challenging than previously achieved.";
fDesc[12] = "without compromising on its quality because normally files containing the images are of very large size and the speed of downloading or uploading is limited.";
fDesc[13] = "tool one can also invert the colors and view them through this virtual glass. The user can also define the area size which he wants to cover. With the advanced settings one can also define the short cut keys to open and close this application.";
fDesc[14] = "is able to provide the best possible disk performance and effectiveness, providing the user with faster boot times and fast access to files through the entire system.";
fDesc[15] = "restore the look of the desktop. Many times, when the desktop resolution is changed , you find that all the icons are lying scattered over the desktop; simply use Restore Desktop, which is really small and has an automatic and clean functioning.";
fDesc[16] = "installed, it will scan your hard drive for applications. Then it will make a list of all the applications that are installed. In that list, you will see the core version of every application on your computer.";
fDesc[17] = "are not deleted permanently. You can erase your recycle bin several times. Still, Windows does not physically erase the data your files had on them.";
fDesc[18] = "to the contextual menu that appears when you right-click over a file“s name. You will see a new tab, named \"Download Speed\", that will show you how long will it take to download the chosen file, using the average values for different Internet connection types.";
fDesc[19] = "tool supports SRT files, and allows the user to fully customize the appearance and the location of the texts. This application creates valid SST content for both PAL and NTSC.";
fDesc[20] = "latitude and longitude. The calendar can be configured to suit your needs and you can offset the winter and summer times, and even have an image and sound activated when the sunrise time is reached. The program now includes the azimuth.";
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 = '...';
}
}