var fDesc=new Array();
fDesc[1] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[2] = ", virus, trojan, dialer, etc. we have installed in our computer without our permission. It can search for malware in the entire computer or just in the specified file, folder, drive, removable or external devices.";
fDesc[3] = ", complete and expandable. The concept behind the interface and work methods in Maya are extremely smart, and the program offers extreme control over every aspect of your work. The learning curve is steep though, so you will need to invest time in order to master this 3d beast.";
fDesc[4] = "and keep your work or actions safe from snoopers with Speeditup. The program is free and very easy to use. With only one click it automatically makes your computer run faster than ever.";
fDesc[5] = "Dragon NaturallySpeaking is the promising software which assures continuous recognition of natural speech that is converted to text.";
fDesc[6] = "Windows 2000, Windows XP, and Windows Vista 32-bit this is the easiest application that allows you to create your own website within minutes.";
fDesc[7] = "files are from a malware infection or just any particular file that won't delete, it can eliminate it. The software uses state-of-the-art programming techniques to unload modules, close remote handles, and terminate processes to take away the particular locked file.";
fDesc[8] = "kernel level. Hide Files and Folders has an in-built file explorer that can help you finding out and locking desired files easily and faster. Just select a file or folder, click on the + button to add password protection to it and choose a protection method to make it completely inaccessible.";
fDesc[9] = "using the rainbow tables. It is one of the most efficient implementation of the rainbow table method, implemented by the inventors of the method. It is capable of dumping the SAM file of a system and then use rainbow tables to decrypt the password.";
fDesc[10] = "upload files to FTP folders. AceFTP uses state of the art authentication techniques and provides the maximum possible security for your data transfers. AceFTP makes easy to drag and drop files to and from your website.";
fDesc[11] = "behavior. You can fly fish in multiple destinations, in search of different types of fish, with different flies. You can practice all the necessary techniques: overhead casting, roll casting, mending, dry and nymph fishing, and other fly fishing techniques.";
fDesc[12] = "a very effective download manager that has come up with techniques for managing user needs like saving time in downloads and smaller utility service with good interface that is simple enough to be understood by everyone.";
fDesc[13] = "Teaching-you Project Management Skills is the perfect aid to ensure you complete your projects on time within the budget and that its performance can be monitored and reviewed over time.";
fDesc[14] = "troubleshoot the electrical circuits. So if you are an electrical field student, professional electrical engineer or if you just want to learn about electrical circuits and troubleshooting techniques as a hobbyist then this training software is for you.";
fDesc[15] = "solutions. It uses many techniques such as: displaying a random word or picture, role playing, Challenge facts, SCAMPER techniques and other many tricks.";
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 = '...';
}
}