var fDesc=new Array();
fDesc[1] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
fDesc[2] = ", can turn your photos into DVD movies with Hollywood style motion effects, can convert other video formats to DVD";
fDesc[3] = "image and photo album.";
fDesc[4] = "to many DVD player and audio-video converter tools. Allok AVI DivX MPEG to DVD Converter is user friendly and easy to use tool Allok AVI DivX MPEG to DVD Converter also has a small downloadable file.";
fDesc[5] = ", make ISO CDs and DVDs with just one free program. Download now and you will be amazed! It is absolutely free.";
fDesc[6] = ", DVD and SVCD discs that can be played on regular video players. This software consists of three different programs: a Video Converter, a VCD/SVCD creator and a DVD Creator. The DVD creator has a built-in DVD burner. A general help file with information for all of them";
fDesc[7] = "CD+G disc and MP3+G files. Play your favourite karaoke on standard DVD player! Create DVD discs with hundred of songs!";
fDesc[8] = ", cue/bin) and audio (wav) files to CD or DVD.";
fDesc[9] = "them as a DVD disc. Using this software, you will be able to watch your video files in any DVD player, including home theaters, car DVD players, etc.";
fDesc[10] = "the hassle of making autoruns, creating and printing your own labels and booklets. Burn any data, copy any disc, make backups, create astoni";
fDesc[11] = "CDs, MP3 CDs, Video Discs, and ISO images!";
fDesc[12] = "high-quality data CDs or DVDs quickly, safely and easily store your files and directories. The software can also create and burn an ISO";
fDesc[13] = "interface with drag and drop support. Create audio CDs from MP3, WAV, WMA, and OGG and video DVDs.";
fDesc[14] = "DVD Disc, safely and easily store your files and directories. It's free forever.It's a part of Okoker CD&DVD Burner.";
fDesc[15] = "MPG. The ripped data can be recorded to CDs. The application can duplicate the whole DVD, or the user can rip (extract) selected segments. The selection can be made by time, by frame and by chapter; and the conversion to VCD (MPEG 1), SVCD (MPEG 2), or AVI/DivX.";
fDesc[18] = "discs, it also lets you create ISO image files. Its features include support for Drag and Drop, most SCSI, IDE, EIDE, USB and Firewire CD or DVD Writers, test write function, and more.";
fDesc[19] = "merely important data to be quickly and efficiently burnt on to the CD/DVD, down to the music and movie fans, who love to burn audio/video CD/DVD’s every now and then.";
fDesc[20] = "burn data to CD and DVD. Using this software, you will be able to rip from a lot of video DVDs to different video output formats such as MPEG, MPG, AVI, ASF, MPE, MOV, WMV, MP4 and many more.";
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 = '...';
}
}