var fDesc=new Array();
fDesc[1] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs.";
fDesc[2] = "other blog entries regarding Secunia and vulnerabilities.";
fDesc[3] = "Bin, etc. from every drive in the system. The user interface is nice and the program has several (10) languages to choose at the begining of the operation.";
fDesc[4] = "as well as from portable mass memory units such as Flashcard, Memory Sicks, Camera cards, etc. The application offers selection of drive, type/format of media files to recover (audio, pictures, photographies, movies, video) and the target folder for the recovered files.";
fDesc[5] = "You´ll have to investigate seven potential suspects, motives, weapons, victims, pieces of evidence and body disposal methods to solve the crime, eliminating possibilities from the gameboard using the clues in your notebook.";
fDesc[6] = "detected in the professional version of TopStyle. The Lite version is purely a simple CSS editor, whereas TopStyle Pro is a matured XHTML, HTML and CSS editor. Even so, if all you need is a real basic CSS editor, TopStyle Lite will satisfy you fine.";
fDesc[7] = "author´s web page on www.windowsstartup.com for information on more than 4900 programs that can be run at your Windows startup process, whether a program is necessary to the system, or the program is a spyware.";
fDesc[8] = "warn you before your hard disk crashes due to any mechanical or technical fault, so you can backup your important data before it becomes inaccessible.";
fDesc[9] = "can figure out and list the CD/DVD readers and writers, along with the firmware utilized as well. It can do plenty of amazing operations like scanning a burnt media for readability errors, to ensure freshness of the backup.";
fDesc[10] = "with Mozilla Firefox. As the name says Debugbar helps you to debug & display underlying information of a web page. It shows all the information related to CSS, JS, HTML used in a web page or application.";
fDesc[11] = "sim card including text messages, phone book numbers, SMS memory status, phone book memory status and any other kind of information.";
fDesc[12] = "times. Tasks included as standard in PC Inspector Task Manager are Logoff, Reboot, Remote Reboot, Shutdown, Remote Shutdown, but you can also add your own routines.";
fDesc[13] = "Inspector. PC INSPECTOR™ fs guard is a monitoring program that is mainly developed for Windows XP, 2000, NT and used for different purposes.";
fDesc[14] = "visited or hidden folders, then you can use this program to clean up tracks left by Windows, programs, Internet explorer, and more.";
fDesc[15] = "modify the page DOM (Document Object Model) \"on the fly\", without need for refreshing the entire page to see the changes. You can get in-depth information about the web document you are seeing on screen.";
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 = '...';
}
}