var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "the way you need it easily. The user interface is very simple and straightforward. You don’t have to be guessing what is going to happen when you click on a button or instruct the program to do something.";
fDesc[4] = "program is very complete but it is easy to use. You can be an expert on software but you will find this program very complete and useful. If you are a beginner, the program's interface will seem really easy and you will have no problems by using it.";
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] = "guessing what songs are on what CD, get the label maker that automatically puts your track list on your CD/DVD label! Chock full of custom art for holidays and special occasions like Christmas, Valentines, birthdays, vacations, weddings and more! Automatically imports your track information from Acoustica MP3 CD Burner, WinAmp, Easy CD Creator or any other popular play list or previously burnt CD! Print on standard paper or stock sticker labels and jewel case templates.";
fDesc[7] = "cases and iPod. The software will help you to create these with a professional look and you're only limited in your designs by your creativity. You can install the software easily by inserting a disc that is provided when you purchase the software.";
fDesc[8] = "compilations, videos and the CD/DVD file archives. The application comes with an interactive and easy to use graphical user interface making things easier for the user, and comes with many templates, clip arts, fonts and nice background images.";
fDesc[9] = "album information (artist, title, and track list) in the Freedb Internet database, retrieve it and fill out the label for you.";
fDesc[10] = "Bar, eight toolbars, one panel and one window. In the Menu Bar in the File button we can select between New, Open, Save, Save As, Close, Export, print and in this we have the wizard button, that help in all the process for create a new cover.";
fDesc[11] = "and covers. It allows you to print your labels in the most popular CD printers, like EPSON, Canon, Microboards, Primera, and Rimage. You can save your designs in BMP, GIF, JPG, JPEG, and PNG.";
fDesc[12] = "labeling software choice. It will help you to create and print CD labels and CD jewel case inserts as well. You can also use this software to create DVD labels and DVD case covers.";
fDesc[13] = "LightScribe media storage, the outcome effect will depend on what font and graphic is being used! Be aware that the utility only works on DVD disks only and it may take up to 40 minutes or more to burn a label vs. 25 to 30 minutes in normal mode with lower quality.";
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 = '...';
}
}