var fDesc=new Array();
fDesc[1] = "This version also added full support for Blu-ray AACS MKB15.";
fDesc[2] = "including MP4, FLV, 3GP, ASF, MOV, M4V, MPG, VOB, XviD to play your media on portable devices such as iPhone, iPod, Apple TV, Zune, PSP, Pocket PC, PDA, PS3, Archos, iRiver, and others. It lets you trim, join, convert batches of files, get snapshots from scenes and includes a complete video editor.";
fDesc[3] = "movies. It presents lots of useful features and tools including a video editor to crop and add effects, video triming, a PSP movie manager, and an iPod video transfer manager .";
fDesc[4] = "Platinum is a software designed to hide your IP address to give you complete privacy. Every computer or connection has an IP address that defines a unique computer. When you are running a computer with hidden or changed IP, you are like invisible. Hide IP Platinum can do so.";
fDesc[5] = "high scores, and a set of new backgrounds and game pieces. The player can choose between four game modes: Traditional, Puzzle, Relapse or Strategy.";
fDesc[6] = "functionality at a time. Everything you need to enjoy your favorite song or movie, you can find in this program. A brand variety of audio and video effects and different special features make video viewing or music listening unforgettable.";
fDesc[7] = "formats from one into another. Using this software, you will be able to convert your video or audio files so that they can be extracted to the most popular portable devices, including iPhone, Zune Player, Mp3 Player, Mp4 Player, iPod, cell phones and so on.";
fDesc[8] = "this application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking.";
fDesc[9] = "between PDF, Word, Excel and Powerpoint Documents (97, 2003 or 2007), RTF, or text documents to any of these formats, to an HTML file or to an image file (JPG, BMP, GIF, TIF, TGA, RLE, PNG, EMF or WMF). This program can perform batch conversions between formats.";
fDesc[10] = "uses, such as office work, gaming, media editing or maximum resources (memory etc), and then switch from one setup to another.";
fDesc[11] = "decorations, lets you add music and backgrounds. Supported output formats include: MP4, AVI, WMV, 3GP, WMV2 and the possibility to burn DVD discs.";
fDesc[12] = "getting slower - it's Windows that's getting clogged up. One of the main reasons for this is garbage left over by programs that don't get removed properly.";
fDesc[13] = "project templates, images, fonts and sentiments. The software features more than 295,000 spectacular art images and graphics. It gives access to Million Image Club Access for one Year.";
fDesc[14] = "On the program's main window you have access to all of the functions this efficient software provides you. You will be able to change some settings for your conversions, to add files by clicking on some buttons, to split images or video fragments and much more.";
fDesc[15] = "two expansion packs: Shadows of Undretide and Hordes of the Underdark. It also includes some smaller modules by BioWare and the tool to create your own modules. If you don't have the original game, this Platinum edition is made for you.";
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 = '...';
}
}