var fDesc=new Array();
fDesc[1] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX.";
fDesc[2] = "Using MP Navigator you can send image for printing, attach to e-mail or save it in PDF format. MP Navigator is easy and handy. It is aimed for ordinary users and allows scanning photos and documents quickly and easy.";
fDesc[3] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[4] = "many options and applications. You can cut, copy, and paste recordings or parts of them, and also add some effects such as echo, amplification and noise reduction.";
fDesc[5] = "known to miss many features that all other devices have. One of those is the ability to use the device as a Mass Storage unit. You can fix that with DiskAid.";
fDesc[6] = "is fully compatible with Windows Vista operating system.";
fDesc[7] = "customizations to suit your needs, including timed capture, capture Hotkey, Saving to File directly or to Clipboard, capturing a region,active window or full screen it has all the basic required features.";
fDesc[8] = "1.8 is a simple and easy way to let you watch your favorite Youtube videos anytime you want in your computer, even when you're not online. The program is very easy to install and you can have a free download version to check it out by yourself and see that it is indeed a really good application.";
fDesc[9] = "client suites around and is specially useful for corporate environments. Of course, this application has all the main features of an FTP client - you can connect to FTP sites, create, delete, modify, rename and copy directories and files, and more.";
fDesc[10] = "windows explorer file copy/move and adds many features for a better control and manage of your copies/moves. It has a GUI easy and friendly to the user. Its installation process is easy to perform. SuperCopier runs on Windows 95/98/Millenium/NT4/20 00/XP/2003Server platforms.";
fDesc[11] = "on DVD, without requiring any special knowledge. Besides, it has a very easy-to-use interface where making backups will be a simple and fast process.";
fDesc[12] = "with the work of administration, the hassle of transferring files, backups and sharing content; Windows HomeServer attacks all these fronts.";
fDesc[13] = "recordings. When editing audio files you can cut, copy and paste parts of recordings and, if required, add effects like echo, amplification and cassette noise reduction.";
fDesc[14] = "application's operation is really simple. You install it, go to settings, and tell it the details of the FTP connection that you want to add. Then, NetDrive will make sure that a new drive letter is added to the list of drives on your computer.";
fDesc[15] = "applications like RecentX and NoteZilla (both are great applications). They like to make applications that make managing files an easy task. And so, this is one of the best available. The suite includes PikyBasket, PikyFolders and PikyTools.";
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 = '...';
}
}