var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools.";
fDesc[3] = "include preview mode, list mode, rip raw AC3, DTS audio and protected DVD movies, removes region protection in a graphic interface with suport for multiple languages.";
fDesc[4] = "The output file can be just the entire movie or it can be splitted by chapters, time or size, obtaining all the audio DVD contents divided in parts that can be merged as the user desires.";
fDesc[5] = "to music and sound support.";
fDesc[6] = "accessed by simply right clicking on a particular file you want to convert. A video file can be converted into one of the following formats: MP3, WMA, OGG, AAC, M4A WAV, AIFF, AC3, MP2, RA, MMF, FLAC, AMR_NB and AMR_WB.";
fDesc[7] = "track and make it into your music. The build-up enhanced encoder deep compress output files with high speed and lossless quality.";
fDesc[9] = "AAC, Copy DVD Audio to MP4, Copy DVD Audio to APE, Copy DVD Audio to FlAC,Copy DVD Audio to MPC";
fDesc[10] = "this efficient conversion tool, you will be able to extract your DVD files into different mobile devices and convert them into video and audio formats. Some of the audio formats the program supports are WMV, MP3 and WMA.";
fDesc[11] = "interface and very easy to use. It supports batch conversion.";
fDesc[12] = ", AMR, AIFF, FLAC, MMF, RA, MP2. High speed, excellent quality.";
fDesc[14] = "interface and very easy to use. It supports batch conversion.";
fDesc[15] = "mode,you can rip a single DVD or multiple DVDs at a time, either from a DVD disc or from your hard disc.";
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 = '...';
}
}