var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums.";
fDesc[3] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs.";
fDesc[4] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology.";
fDesc[5] = "labels, dividers, business cards and name badges are a breeze to create. Labels are an essential part of everyday office operations and this software seamlessly interfaces within Microsoft® Word for Windows, adding panache to daily tasks.";
fDesc[6] = "with great ease. However, LightScribe System Software (LSS) version 1.10.16.1 or newer must also be installed, but the LSS and Template Labeler versions are not required to match necessarily.";
fDesc[7] = "printing Avery labels, business cards, dividers, t-shirt transfers, greeting cards and more. Design Pro represents a great tool to customize and print professional looking labels, CD labels, business and greeting cards";
fDesc[8] = "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[9] = "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[10] = "background images, grouped in categories. Has a Wizard Mode to speed up the process of creating and printing labels. The program includes graphics tools in order to modify the graphics to meet your needs. You can even import your own images from a scanner or digital camera.";
fDesc[11] = "to your CD, DVD and other media, jewel case inserts, covers and more. Once you start the program, a wizard will guide you to create and print Disc Labels, Discs with Jewel Cases, Discs with DVD Cases, Discs with Inserts or Mini DVDs.";
fDesc[12] = "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[13] = "album information (artist, title, and track list) in the Freedb Internet database, retrieve it and fill out the label for you.";
fDesc[14] = "in various formats like circular, standard, slimline and booklet. It comes with four default plug-ins; MP3 Renamer, File Numberer, Brightness and Contrast editor, and Image Rotate.";
fDesc[15] = "Laser&Inkjet CD Labels, CD Inlays, DVD Inlays, Business Cards and Computer Labels. The program can be installed in English, French, German, Spanish, Italian and Dutch, but can be set to function in 21 different languages.";
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 = '...';
}
}