var fDesc=new Array();
fDesc[1] = "possible way. With great compatibility and performance, Nero is the top of the line burning solution. The program allows the user to burn data discs onto CD, DVD, DL DVD, HD-DVD and Blue Ray Discs. It also allows for image burning, and supports most formats out there.";
fDesc[2] = "troubleshoot issues that can vary from a network problem to application compatibility. Windows support tool is only available on Windows XP, isnt installed by default and can be installed from Windows Installation CD or downloaded from Microsoft Website.";
fDesc[3] = "your music, photos, images with the easy to use tools. It contains and create photo albums, DVD videos, and organize your important data files.";
fDesc[4] = "choose from a great variety of solitaire games, from the challenging Scorpion to a relaxing game such as classic solitaire.";
fDesc[5] = ", it is a nice alternative to other burning suites that take most of the user share. The nice thing about this software is that it allows you to tackle most burning tasks that any day-to-day user might need to carry out.";
fDesc[6] = "the other armies fighting to control the stage, or to meet other status of victory specified in each scenario. Heroes of Might and Magic III Complete is a compilation of The Restoration of Erathia and both expansion packs.";
fDesc[7] = "program works efficiently with both CUE and XMCD (freedb) formats, and will create perfect MP3, APE, FLAC, OGG, WAV and WMA audio files following the parameters specified in the CUE file. Unicode, UTF8, and ANSI CUE files are supported.";
fDesc[8] = "high-quality audio DVD's, CD's, and data discs. It allows up to 6 hours of full CD-quality songs or 45 hrs of Dolby Digital Audio or MP3 on a DVD disc.";
fDesc[9] = "of them make it easy on you to create a DVD movie so easily. This application will convert all your video files (as long as they are supported) to video that can be added to a video DVD compilation and then burn such compilation.";
fDesc[10] = ", you can: capture and edit video, make a video compilation and a menu and you can export video to an *.avi file.";
fDesc[11] = "different games: Half Life 2 and its two expansions, the fascinating and innovative Portal and the funny multiplayer Team Fortress 2. Are you sure you can resist? The best first-person shooter for PC is at The Orange Box. An essential pack .";
fDesc[12] = "will guarantee fun for your free hours. In this collection you will find Spider, Free Cell, Tri Peaks, Montecarlo, Forty Thieves and more, totally free of charge.";
fDesc[13] = "Ecycopaedia Britannica was created by its editors, a CD-ROM compilation of quizzes derived from the world's greatest source of knowledge.";
fDesc[14] = "browser window and drag and drop to the project CD or DVD you wish to create. It supports the next disc formats: DVD, DVD+RW, DVD+R, DVD-R, DVD-RW, DVD-RAM, CD-R, and CD-RW discs. You can backup files, Rip discs to ISO files, and Burn ISO files.";
fDesc[15] = "select among many screensavers so you won’t get bored at all. Gone is the time when you had to download screensavers one by one, try them and then choose the one you like. With this amazing collection, you will have the opportunity to try one each day.";
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 = '...';
}
}