var fDesc=new Array();
fDesc[1] = "them, easy-to-use application Autodesk Design Review can be used as it is both money and time saver. With every Autodesk design product, this easy-to-use tool is attached, and time is also saved in the approval and mark up processes.";
fDesc[2] = "health status, errors and temperature of your hard disks. It also works with other storage devices such as memory cards, USB sticks, iPods, etc.";
fDesc[3] = "provides benchmarked comparisons between the test PC and other standard baselines downloadable from the PassMark website.";
fDesc[4] = "financial services, users have lots of sensitive information on their computers. It is a fact that people tend to use easy-to-crack passwords.So that information can easily fall into hands that can take advantage of it.";
fDesc[5] = "creative and entertaining. It has got over forty levels and it has got hundred of garments. You will have to help kate cut,, measure and sew her clothes to go throughout the levels.";
fDesc[6] = "or if it needs an urgent clean up and maintenance. BootRacer is an application that can help you a lot. This great tool is able to measure the boot speed of your Windows OS, without any complication.";
fDesc[7] = "it. Screen Calipers will help you to adjust a web page layout, a picture that you want to fit in a frame, any project that you are working in, charts and blueprints for architects and anything else that comes to your mind.";
fDesc[8] = "and can be easily used by anyone who has had experience with real ones. Apart from the basic functions it includes several applications as well, such as a constants library, a time value of money solver, and a wonderful unit converter.";
fDesc[9] = "for any user who works with images. With this simple tool you can measure the images in pixels, centimeters, millimeters and inches.";
fDesc[10] = "professionally sounding drum performances including drum loops, fills, intros, endings, solo, and then simply trigger them by MIDI notes from your sequencer. Easily turn separate performances into complete drum track perfectly matching your song.";
fDesc[11] = "comparing two md5 to each other to know if they match or not. It supports the English and the French language.";
fDesc[12] = "Screen Protractor floats above any other application so you can measure any angle on your screen.";
fDesc[13] = "(inches, points, centimeters, milimeters and pixels) and the size of the captures. Nothing is easier to run than Window Ruler.";
fDesc[14] = "simply and quickly. The Screen Compass floats above any other application so you can measure any angle on your screen.";
fDesc[15] = "application does. It won't let you increase the speed of your hard drive or modify anything on it. The application is simply a graphic that shows you the speed of your hard drive. You are shown both the actual and average speeds and the bursts of speeds that you might get.";
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 = '...';
}
}