var fDesc=new Array();
fDesc[1] = "software problems. It helps identify the most common modem failures. This new tool replaces the Modem Helper utility and its only for Conexant Modems";
fDesc[2] = "rips fast enough and supports lossless encoding. It has a clean, simple interface that has been renewed in this version with bigger icons and more comprehensive options.";
fDesc[3] = "is actually the opposite. Sometimes, we forget the passwords we set for our password-protected RAR files, and there is one way to do it. Since there is not a way to simply deduct the password of a RAR file directly, this application uses two methods: brute-force...";
fDesc[4] = "not want in your Windows Vista Setup Disc and It also lets you do the opposite, integrate drivers, updates, language pack or service packs in the setup easy! However due to the all new Windows Vista Imaging system, you should get some files from Microsoft that requires patience!";
fDesc[5] = "export flash files. Opposite to Adobe Flash (the tool not the format) Swish 2 use their own defaults text animations that can be customized or applied to objects such as pictures or vector based images with some basic scripting commands.";
fDesc[6] = "illegal tool, but it is actually the opposite. Sometimes, we forget the passwords we set for our password-protected ZIP files, and there is one way to do it.";
fDesc[7] = "people who are constantly working with PDF files and need to manage them. Once the application has been installed, you can run it and it will display the main window. This portal is divided into all the functions that the application has to offer.";
fDesc[8] = "any simpler. Not that that is a bad thing, just the opposite. It serves its purpose extremely well. If you view flash videos a lot, you know that there is material on video sites like YouTube that you just couldn't find anywhere else.";
fDesc[10] = "you there. Longer words make more fire to help you beat the opposite train. Get stoking now! And be sure to have lots of free time ahead!";
fDesc[11] = "previews or thumbnails of web sites in several formats, such as TIF, TIFF, JPG, JPEG, GIF, PNG, BMP, PCX, TGA, JP2 (JPEG2000), PNM, etc. This application doesn't depend on print drivers. Just the opposite, it has its own means to produce conversions of high quality.";
fDesc[12] = "pressing a defined hotkey.";
fDesc[13] = "amazing program, you will be able to control and manage your cellphone from your PC. In order to connect your device, it's necessary a bluetooth or WiFi connection, or simply the USB cable that comes with your cellphone.";
fDesc[14] = "is very versatile; you can make it sound very harsh and metallic or the opposite of very soft. Blue Cat's Flanger has included factory presets that will have you exploring its capabilities.";
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 = '...';
}
}