var fDesc=new Array();
fDesc[1] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs.";
fDesc[2] = "media manager, you can now have the complete PC and TV experience. Whether you want to access your media files from the comfort of your living room, or complete digital media projects on your PC, Nero 8 Ultra Edition is all you need. Now, with more features than ever before, this powerful software can transform your digital photos into professional animated slideshows, backup all of your valuable data, manage and search your media files, edit video or photos, create DVDs (including menus), stream your files over a media server, and compress files to take on the go. Beginners and experts alike will be amazed by what one solution can do. Really, it’s that good.";
fDesc[3] = "Music Studio 3 offers all the basic tools that you may need to manage your music like, a batch converter that can convert any mp3, ogg, wav, wma and flac files using custom bit-rates and channels.";
fDesc[4] = "those communities of graphics designers who want to create professional looking 3D virtual boxes for various purposes. For Example: you can create three-dimensional virtual box for your e-books if you belongs to a publishing company.";
fDesc[5] = "surface printing. The application guides the user through the design way to the end in a very simple manner. The application supports direct to disc printing (special printer needed).";
fDesc[6] = "kind, from vinyl records to CDs to MP3s.";
fDesc[7] = "you to visualize how your boxes or books designs will look if you use this or that image. Despite of how simple it may seem, BoxMaker offers to you a wealth of options.";
fDesc[8] = "software available today...";
fDesc[9] = "tools and options. The user needs internet connection to work with the software. It features a category list with an option to choose annuals.";
fDesc[10] = "advanced settings. The program has got a great graphical interface that will let you preview your covers and to find everything you need in a very easy way.";
fDesc[11] = "the program we can find a Menu Bar, one toolbar, two panels in the sides and one window. In the toolbar we can open a new project, open a project, save or print them, we can edit, in the settings we can open a clipart folder, in help, we can buy or register our software.";
fDesc[12] = "boxshot as BMP, GIF, JPG, PNG, TGA, TIF, EMF and WBMP file. And it is able to save the animation as animated GIF and AVI file.";
fDesc[14] = "contents of CD-ROMs and list the contents oneither the front or back cover. You can add and resize your own graphics, change font characteristics, and justify text and graphics as you see fit. A nice sampling of custom graphic backgrounds and borders is included for easy incorporation into your design.";
fDesc[16] = "If you need to make boxshot for your Web site try this software - you can not imaging how is easy now.";
fDesc[18] = "offers several advanced options such as: - loading by sequence - loading by FILO (First In Last Out) - multiple container sizes";
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 = '...';
}
}