var fDesc=new Array();
fDesc[1] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client.";
fDesc[2] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier.";
fDesc[3] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[4] = "communication, files, etc., providing a comprehensive protection against malware, e-mail, viruses, phishing,malicious contents, spywares, spam,hijackers, threats and all kind of attacks on-line.";
fDesc[5] = ", photo browser and Photo Story utility. The Digital Image provides a great functionality for organizing, viewing and storing photo archives. You can control your photos through a combination of digital-imaging tools with helpful wizards and professional-quality photo projects.";
fDesc[6] = ", 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[7] = "way through the game into the end. Magic Balls 3.5 combines great graphics and lighting effects to create a 3D visual effect in the balls, so your experience becomes richer.";
fDesc[8] = "The Sims 2. The game adds new content and features for the Sims. It also focuses on apartment life, allowing you to live in an apartment, and even the chance of having roommates. The expansion is perfect for The Sims fans.";
fDesc[9] = "these CODEC's.";
fDesc[10] = "has several programs integrated; one of them is called Power Point. This application is used to make slide shows, but unfortunately not everyone has in their own computer this program. Power Point Viewer is a powerful tool that will help you to view these slide show!without having it.";
fDesc[11] = "themselves to run at Windows startup. This program comes in two versions: one for 32 bits operating systems and one for 64 bits operating systems. The System Requirements for both versions are a Pentium-class processor or better.";
fDesc[12] = "DivX Codec XviD Codec AC3 Filter DivX AntiFreeze Video Inspector. All this codecs, filters, tools are FREE! Unlike other codec packs, you can select the components you want to install, you get uninstall support, detection for previous installed versions, update for new versions - you don’t have to download the whole pack again.";
fDesc[13] = "allows you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed.";
fDesc[14] = "allows you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed.";
fDesc[15] = "and distributed by Valve Corporation through its Steam service. This amazing add-on pack brings a lot of new and most beautiful GT Cars and their production variations to the original game.";
fDesc[16] = "voice on the microphone, into a completely different voice. Please, note that Female Voice Pack 3.3 is just an add-on, it requires MorphVOX Voice Changer to run.";
fDesc[17] = "checker dictionaries for languages other than English. The different versions of The Bat! have different corresponding versions of the International Pack.";
fDesc[18] = "preset voices will just appear in you MorphVOX menu. This pack features 8 different voices, based on fantasy characters: Dwarf, Female Pixie, Giant, Nasty Gnome, Old Hag, Tiny Folks, Warrior Princess and Whitney Squire.";
fDesc[19] = "collection of 60 free background images that you can use to personalize your Lightscribe CD and DVD labels. This pack adds pictures to the collection that already comes within the original program.";
fDesc[20] = "high-resolution background images, with nature, fruits and flower themes. The background images will be accessible through the ClipArt Gallery in the program. You will be able to use them just dragging and dropping them over the empty label structure.";
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 = '...';
}
}