var fDesc=new Array();
fDesc[1] = "functionality at the reach of your mouse pointer. It was first designed to allow the user to control Daemon Tools Lite from the browser. But, apparently, they had some free space to use and decided to add some more features.";
fDesc[2] = "other blog entries regarding Secunia and vulnerabilities.";
fDesc[3] = "homework done more quicker and easier It can evaluate solve and graphic equations, run matrixes, find standard deviations, means or variances. I'ts a powerfull College Scientific Calculator with nice graphing capabilities";
fDesc[4] = ", applications, etc. Easy to program Windows applications with a GUI. Just drag and drop the necessary buttons, text-boxes, pictures and even flash content and media player right from the toolbox and double click on and item to write the software code!";
fDesc[5] = ", downloads, soft copies, security purposes, etc. Physical and virtual drives can be locked by Virtual CD to protect their use or contents.";
fDesc[6] = "storyline, which makes it really attractive. It is a strategy game which storyline develops in real-time mode. Players have to choose among twelve different civilizations from the Middle Ages , to make them rise and advance towards the conquest of the whole world.";
fDesc[7] = "stars, galaxies, nebulae and planets. Its really cool to zoom through the sky, if you are interested in astronomy. This will be a great application for schools, especially when you consider that it is a freeware.";
fDesc[8] = "stereo, car CD player, or portable CD player. It is very easy to use and offers a simple interface. It supports .wav, .mp3 and .wma formats.";
fDesc[9] = "images like graphical images, photos and text. With S-Spline XL settings you can improve sharpness of the image, add film grains to an image, and apply sharp and soft edges to make all your digitals look more natural.";
fDesc[10] = "on a colored background with a soft curved design. In this case, we are talking about an aqua blue background with different shades forming hill-like shapes.";
fDesc[11] = "on a colored background with a soft curved design. In this case, we are talking about a blue background with tree leaves in different shades of blue.";
fDesc[12] = "buttons – add file, add folder, explorer, remove file/folder and quick erase buttons. At the bottom you can see the option, where you can select the media type and capacity bar, which shows the disc space to use and rest disc space.";
fDesc[14] = "is the best one of the few in-game video recording software on the market.";
fDesc[15] = "extract your music so you don't have to watch a fragment of video in order to listen to the music you want. The audio you extract can be saved to Mp3.";
fDesc[16] = "handling, images blending, translucent objects, etc. The application can manage up to 16 different types of files, such as JPEG, GIF and PNG, and even previous animated GIF files. An automatic image converter will make a GIF file out of any imported picture.";
fDesc[17] = "editing, so that you can preserve every moment. This style pack can be applied any kind of videos/pictures. This style pack works well with muvee autoProducer 5 and earlier, muveeNow (all versions) and muvee autoProducer unPlugged.";
fDesc[18] = "Pte Ltd. There is a trial version available from the developer’s website. We can select to download it as an exe file or as a zip file. We can evaluate it for 30 days. This software is an alarm clock plus a reminder for Windows.";
fDesc[19] = "software. This software supports conversion in the form of Export functionality. As a Reader utility it allow PDF files to be opened, accessed and read by the viewer. It also supports Printing of the documents and clipboard facility to make use of the copy paste functionality.";
fDesc[20] = "be monitored. It is based on the MIB compiler, which is responsible for compiling vendor specific MIB files. These files are in the MIB module language format. They are compiled into MG-SOFT’s SMIDB format.";
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 = '...';
}
}