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] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions.";
fDesc[3] = "in the certain format, but also a powerful, interesting and flavorful DVD of high quality, with your own menu, subtitles and background music.";
fDesc[4] = "your music, photos, images with the easy to use tools. It contains and create photo albums, DVD videos, and organize your important data files.";
fDesc[5] = "and Subtitle (*.srt). For more information please visite http://www.alldj.com/i ndex.htm";
fDesc[6] = "format that can be burnt to DVD and played in most DVD players. What this program does is something I had been looking for for a long time.";
fDesc[7] = "R/RW disc";
fDesc[8] = "name suggests, it allows you to convert any AVI file to DVD, VCD, SVCD and MPEG formats. However, this application has been redesigned to better its file support and now manages Mpeg, Mov, RMVB and DivX.";
fDesc[9] = "to DVD disc at high speed and with an excellent output quality. With this incredible program will be able to combine your video files into video slideshows with beautiful transition effects and a customizable menu.";
fDesc[10] = "popular file formats can be converted to DVD and played on any DVD player. This utility provides settings needed for DVD creation such as choice of NTSC or PAL standards, resolution of the video, aspect ratio of the video.";
fDesc[11] = "WMV. Allows to edit menu for your DVD with templates or inserting background image and music. Supports DVD-R, DVD-RW, DVD+R, DVD+RW, DVD+R DL, DVD-R DL and DVD-RAM.";
fDesc[12] = ", RMVB, MOV, QT, 3GP, 3G2, MP4, M4V, FLV etc. formats into DVDs. The process of conversion is very simple of few clicks and user doesn’t have to ponder much while using Easy DVD Creator.";
fDesc[13] = "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[14] = "your hard drive. Supports AVI, DIVX, XVID, RM, RMVB, MPEG, MPG, VCD, SVCD, WMV, ASF, ASX, SWF, MOV/DAT, FLV, 3GP, MP4, Nullsoft Video, AVS, VOB, MKV, DV video, mts, m2ts, formats.";
fDesc[15] = "suite of digital media applications. Do anything with your digital music, pictures/photos, DVD video, and your important data files and burn them to CD or DVD. All of these and more in just in one product!";
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 = '...';
}
}