var fDesc=new Array();
fDesc[1] = "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[2] = "Using this software, you will have access to a lot of different typing exercises that will improve your skills. The program has got a friendly interface that will guide all users on how to complete the lessons.";
fDesc[3] = "and box covers, edit, print or save them into graphical files. This incredible software can be used as a separate application or combined with all the other AVS4YOU products.";
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] = "for CD and DVD jewel cases. A great thing about this program is that it enables you to import your own art work, or set a simple background colors and organize artist information along with track lists.";
fDesc[6] = "the other information about the music is absent or missing-- one time it is the music genre that is missing while the other time it is the cover of an album. So Tagrunner can help the users in properly arranging their music collection.";
fDesc[8] = "covers for a long time before I found one of the earliest versions of this program. CoverXP is so easy to use that I almost feel bad using it. Even a two-year old can use this. All you need to do is select your cover files and select a template for them.";
fDesc[9] = "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[10] = "visually appealing resume in a few minutes. The user friendly interface of the software is very helpful in building your own custom resume quickly and effortlessly.";
fDesc[11] = "back cover, you simply select back cover on the menu and you are taken to a blank cover. There, you have text that you can change.";
fDesc[12] = "Album Cover Finder 6.5 is a kind of additional application to this software. It helps all people who uses ITunes in finding a lot of interesting information for their music collections.";
fDesc[13] = "music into the local disk drive, they just set the desired folder and the application will automatically display all the covers for the contained CD albums, taken from the already downloaded information.";
fDesc[14] = "software, you will be able to print any picture to use it as a CD or DVD cover. The program will automatically set the picture's right size and all you will have to do is to click on the print button.";
fDesc[15] = "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.";
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 = '...';
}
}