var fDesc=new Array();
fDesc[1] = "convert audio files from many different file formats into mp3, wav or wma files such as wav to mp3, mp3 to wav, wma to mp3 and much more.";
fDesc[2] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program.";
fDesc[3] = "satisfy both novice and advance users. It supports almost all compression and encoding formats, so users will not find any difficulty handling files compressed with other compression utilities.";
fDesc[4] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on.";
fDesc[5] = "from the Web, e-mail photos quickly and not exceeding e-mail size limitations, resize images and make thumbnails.";
fDesc[6] = "space or to hide your sensitive information from prying eyes, protecting it with a password. Other things you can do with this powerful program are automating the process of backing up your important data and creating self extracting files.";
fDesc[7] = "them to 3GP, 3G2 and MP3 (formats compatible with most mobile phones). It lets you customize file size, rip a segment of the movie, select target subtitle and audio track, etc.";
fDesc[8] = "and VCD to iPod MP4. DVD to SVCD, VCD, AVI, MPEG, DivX and WMV. DivX with almost DVD quality but 10% in file size. Audio conversion: CD to MP3, WAV, WMA and OGG. Dolby surround and special effects. AC3 audio files.";
fDesc[9] = "you can make your web page load faster, save your server bandwidth charges and disk space.";
fDesc[10] = "way. With this program you can rename audio files, video files, documents, image files and other types. The good thing about the program is that it is very easy to use and it lets you navigate through your computer to find the files and rename them very fast.";
fDesc[11] = "losing flash quality, so you can make your web page load faster, save your server bandwidth charges and disk space.";
fDesc[13] = "video format (avi,divx,xvid,wmv,asf ,...) without losing any quality.";
fDesc[14] = "VCD,SVCD,AVI(Divx...) with excellent output quality. A1 DVD Ripper support DivX, to compress/encode a full-length movie at near DVD-quality that's small enough to fit on a single CD (A DivX-compressed movie is about 8 to 12 times smaller than a DVD and ranges from 600 to 750 megabytes). A1 DVD Ripper supports batch file processing. You can check the chapters or videos you want to convert and convert them one by one.";
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 = '...';
}
}