var fDesc=new Array();
fDesc[1] = ", smooth playback of your standard and High-Def video and audio. Whether you're a movie buff, frequent flyer, or just like to watch video clips, WinDVD 8 gives you the best digital entertainment experience.";
fDesc[2] = "an all-region DVD. The users can watch the film directly on their PCs, with any movie player like PowerDVD or WinDVD, or burn a new copy of the DVD without restrictions.";
fDesc[3] = "and video libraries and download online information about the artists. Besides, you can create photo slide-shows and edit your videos with special effects.";
fDesc[4] = "player, using video files or an already authored DVD, saved on your PC. Video DVD maker will allow you to import video from video files in different formats, including AVI, DIVX, XVID, MP4, MPG, WMV and ASF.";
fDesc[5] = "Web. Photo DVD Maker has been designed to be easy to use by anyone. Create dynamic slideshows in three steps: Add photos, design movie menu, and burn discs. All tasks can be done in an intuitive way.";
fDesc[6] = ", 3gp and more. When we open the program we can find a Menu Bar and three tags they are: organize photo, choose menus and burn disc. In the Organize Photo tag we can see our folders in one window and the files that we select in the other window.";
fDesc[7] = "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[8] = "makes DVDs. It supports almost all formats of video files to make DVD files; you can convert AVI, MOV, MPEG, Internet clips, DVC, webcam videos to DVD.";
fDesc[9] = "you can play your movies on your home DVD player. Supports input formats: AVI, DIVX, XVID, MP4, MPG, WMV, ASF, MOV, RM etc.";
fDesc[10] = "in the hard drive of your computer, it also lets you capture video from your DV Camcoder connected to an IEEE 1394 port. Its features include the ability to trim video clips, select menu background, add music background and transitions.";
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] = "video editing tools. This software rivals most DVD burning software in its simplicity. No experience is necessary for creating a unique professional video from scratch. The first great feature that this software offers is the capturing of video from your camcorder.";
fDesc[14] = "video formats. Its supports all the usual formats of videos such as Divx, .mov, Mpeg, Xvid, Avi, 3GP, wmv and likes of it. With the help of this software it’s possible to import direct video clips from Google video, YouTube, DailyMotion, etc.";
fDesc[15] = "features built-in clip art images, backgrounds and layouts, support for the most popular brands of CD/DVD labels, support for circular text and vector images, and Query from remote cddb server or ID3 tags of mp3 files.";
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 = '...';
}
}