var fDesc=new Array();
fDesc[1] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion.";
fDesc[2] = "the features of a professional CD/DVD/Blu-ray burner. You can create DVD-video disc, mp3 DVD and DVD images using BurnAware Free.";
fDesc[3] = "and add music to the slideshows. There are two ways to create discs with MyDVD. The first is by recording directly from a video source to a DVD or VCD and the second is by bringing video, audio, and images into a DVD/VCD project and then burning on a disc from the project.";
fDesc[4] = "CDs and DVDs, make bootable data CDs and DVDs, create multisession discs. gBurner is also a disc image file processing tool, which allows you to open, create, extract, edit, convert and burn ISO/BIN image files.";
fDesc[5] = "images, Create boot discs and disc images, Copy CDs and DVDs. Additionally it features parallel erasing, importing sessions and simultaneous disc writing.";
fDesc[6] = "media to mp3, mpc, ogg, wav and WMA file formats. Recording tool enables the user to record custom sound files. You can create, delete or modify playlists or export as .MPL files for later use.";
fDesc[7] = "an easy and fast way. All burning functions are perfectly classified within its easy-to-use tabbed interface, and even drag-and-drop feature is supported.";
fDesc[8] = "to convert RM RMVB files to DVD and also burn DVD disc easily. The operations done by Easy RM RMVB to DVD Burner are fast and also produces extremely good output which makes Easy RM RMVB to DVD Burner very popular among users.";
fDesc[9] = "video files that you can then burn into a single-layer recordable DVD disc. You can shrink the whole DVD or just the main film in it, and customize the output files to fit either a 2.5 Gb or a 4.7 Gb disc. This efficient software uses the open source ShrinkTO5 DLL for high-end results.";
fDesc[10] = "your files. It has a lot of extra features. Stuffit allows you to compress all your files and password protect them. It also remembers the locations of all your files, so that you don't have to remember yourself.";
fDesc[11] = "Tool, DVD Burning Tool and MP3 Burning Tool), Burning Kit Premium offers a Data Recovery Tool, Disc Backup Tool, Multi Burning Tool and an Information Tool.";
fDesc[12] = "all time solution with high speed, indispensable capabilities and easy-to-use interface you are guaranteed to get a perfect quality CD or DVD by burning your ISO images.";
fDesc[13] = ", Audio Burning Tool, DVD Burning Tool and MP3 Burning Tool. Each of the four programs is able to erase rewritable discs. The Basic version of this kit doesn´t have the features included in the Premium version.";
fDesc[14] = "can burn data to the disk as well as you can update previously burned disc by adding and removing files and folders.";
fDesc[15] = "all your CD, DVD, VCD, or SVCD burning needs. As its name implies, with the help of this free-to-use, quick and efficient tool, you are guaranteed to get perfect quality CDs, DVDs, VCDs, or SVCDs from any type of media 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 = '...';
}
}