var fDesc=new Array();
fDesc[1] = "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[2] = "types of video files and add a DVD menu to them .This incredible application enables you, not only to create static DVD menus, but also to add videos and music as background to your menu, edit the menu layout and much more.";
fDesc[3] = "and Subtitle (*.srt). For more information please visite http://www.alldj.com/i ndex.htm";
fDesc[4] = "WinX DVD Author Tools was designed to convert and burn Avi, Wmv,DivX,Mpeg,Xvid,RM, RMVB,Asf files to DVD with chapter Menu,WinX-DVD Author is the easy way to create your DVD video disc with dvd menu.";
fDesc[5] = "our own customized DVD. This program is very easy to manage even for those users with just basic Windows skills. The wizards will guide us along the DVD creation process in five easy to follow steps. First, we need to name our project, and select the output format (NTSC or PAL).";
fDesc[6] = "of multiple audio streams, the capture from digital video cameras and others. It’s a tool for the creation of semiprofessional DVD’s.";
fDesc[7] = "functions guarantee quick and impressive results even for beginners. It has features that help in every step of the process for creating quality movies. It allows to capture sound and video from different devices.";
fDesc[8] = "control. You can import your favorite DVD MPEG I/II or VOB files, arrange them into tracks and chapters, and next customize the menu display. You will get amazed!";
fDesc[9] = "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[10] = "DVD-authoring at your home computer. This is a professional program and can work as a part of Sony Vegas and as a standalone application. It has easy and comprehensible interface, and no doubt, that it is highly competitive with Sonic Scenarist program.";
fDesc[11] = "projects from still images, such as collages, calendars, video slideshows with menus, greeting or congratulation cards, creation of web templates and many more. It runs with Windows XP and Vista, requires 512 MB RAM and 1 GB RAM respectively.";
fDesc[12] = "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[13] = ", you can: capture and edit video, make a video compilation and a menu and you can export video to an *.avi file.";
fDesc[14] = "is compiled into an individual executable file working on al Windows versions. The construction of the menus is easy, quick and does not require any advance knowledge.";
fDesc[15] = "Tedious jobs. Normally most of the DVD authoring software seems to be relying on Adobe Photo shop, and not everyone has good hands on with Adobe Photoshop. Here is a smart tool available called DVD Menu Studio.";
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 = '...';
}
}