var fDesc=new Array();
fDesc[1] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders.";
fDesc[2] = ", CD-ROM/CD-R/CD-RW and any other local disks.";
fDesc[3] = "FTP server or write to a CD or a DVD. Just try DoubleSafety and get 30 days of joyous security.";
fDesc[4] = "It proposes a new approach of DJ mixing since you can build and listen to your mix before they are played.";
fDesc[5] = "effects to your photos. Within the application you will find a wide set of useful effects like: Rotate to left or right, fix red eye, enhanced color, denoise, deblur, make up, lighting, straighten, resample and crop.";
fDesc[6] = "contigous blocks / allocation units. This can slow down the system severely and cause the hard disk to work more if the fragmentation levels are high. Diskeeper can automatically defragment the hard disk. You can specify the Disk priority and CPU priority.";
fDesc[7] = "its great fun. You cannot find better panorama software for less then $10.";
fDesc[8] = "can run into fully automatic mode residing into system tray using minimal system resources monitoring user clipboard and autostart file download from rapidshare in background as soon as a rapidshare link is copied into the clipboard.";
fDesc[9] = "Sometimes we need to transfer some statistical data from a particular program to another one. The reason can be either an analysis issue or optimization and correction.";
fDesc[10] = "Outlook Express. The innovative technology allows for fully automatic operation, and recovers deleted messages quickly and efficiently.";
fDesc[11] = "great new technology for panoramic photography, VR and visualisation applications. This is a solution to stitch any panorama completely automatically, whether 1D (horizontal) or 2D (horizontal and vertical). Autostitch is incredibly simple to use! Just select a set of photos, and Autostitch does the rest: digital photos in, panoramas out.";
fDesc[13] = "with business-strength eTrust™ EZ Firewall";
fDesc[14] = "photos and applies different sets of specially designed filters to process different types of photos.";
fDesc[15] = "manage your Audio- and Videofiles stored on CD, Harddisk or local network. System can automaticly search for dublicated stored MP3-Files and more.";
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 = '...';
}
}