var fDesc=new Array();
fDesc[1] = "chapter(s) in DVD or specify certain time or file size to rip. It supports IFO files and ID3 tag";
fDesc[2] = "specify certain time or file size to rip. You can edit ID3 tag for your DVD sound.";
fDesc[3] = "import any DVD file located on your hard drive also. You can also convert videos from DVD ISO and IFO images. You can convert DVDs to Avi videos and extract audio from videos also.";
fDesc[5] = "MP3 players such as iPod nano, iPod shuffle, Zune, PSP, iPhone, iRiver, Archos, Creative and other MP3 players.";
fDesc[6] = "AVI with high quality and fast speed for BlackBerry and other devices.";
fDesc[7] = "audio from any DVD and convert it to MP3, WAV or WMA format. This way you will be able, for example, to listen to the music from any movie or musical show in your iPod or MP3 player.";
fDesc[8] = "devices including Pocket PC, PDA, Smart phone, Portable Media Center, Palm, Archos, Creative Zen, etc.";
fDesc[9] = "can rip audio from DVD to MP3, WAV, AAC, AC3, WMA and M4A etc with excellent sound quality.";
fDesc[10] = "Ripper, Video to Audio Converter and Audio Converter, help you convert DVD and video to MP3, WMA, WAV, etc.";
fDesc[11] = "method to rip audio from DVD, convert DVD to MP3, DVD to AAC, DVD to AMR, DVD to M4A, DVD to OGG, DVD to WAV. Using Agree DVD Audio Ripper, users are allowed to rip DVD audio tracks to all popular audio formats with ease and super fast speed. It is an ideal solution of ripping music from DVD movies and convert DVD to MP3. Listen to favorite music and concert DVD to your portable audio player.";
fDesc[12] = ", and WMA etc.And these audio files can be played on all kinds of different MP3 players and audio players.";
fDesc[13] = "DVD audio to Apple TV MP3 and M4A audio formats with great quality.";
fDesc[14] = "Converter and Apple TV Movie Converter, helps you easily convert DVD and Video to mp4 for Apple TV.";
fDesc[15] = "DVD to MP3 ripper, which can extract audio from DVD and rip DVD audio to AAC, AC3, MP3, OGG, RA, WAV, WMA formats.";
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 = '...';
}
}