var fDesc=new Array();
fDesc[1] = "it, then AVS Video Editor is one of the best options you could choose. This easy to use and powerful video editing tool will let you to import your home videos, sounds, images, create movies, apply many transitions and video effects, and even save your projects as professional DVD videos.";
fDesc[2] = "program supports a big list of video formats, including WMV, AVI, MPEG 4, SWF, FLV, MOV, 3GP, RM and more. Besides, it supports many audio files, such as Mp3, WAV, AAC, FLAC and OGG.";
fDesc[3] = "popular audio and video formats in the easiest possible way. We can convert our video and audio files, so that we can enjoy them later on our iPhone, NDS, Wii, PSP, iPod, mobile phone, Xbox, and so on.";
fDesc[4] = "every multimedia file format for playing and conversion. A small video preview window helps the user to choose and preview the right video file. You can convert AVI, MOV, QuickTime, MPEG, WMV, ASF, RM, RMVB,DAT,VOB to AVI, MPEG, VCD, DVD, MOV, RM, RMVB, WMV, ASF and many more.";
fDesc[5] = "high-quality formats your iPod can play. It converts your video clips to either of the high-quality MPEG4 or H264 formats that are playable on a 5th-generation iPod, a 6th generation iPod Classic, a 3rd generation iPod Nano, or a first-gen iPhone or iPod Touch.";
fDesc[6] = "between your iPod/iPhone and your computer. This incredible application helps you transfer iPod/iPhone music,video,photos,iPo d podcast and TV programs to your local disk , and vice versa.";
fDesc[7] = "It";
fDesc[8] = ", but is really overrated - it converts a file from one format to MP4. There are many applications that are \"just\" video converters, but can tackle the task of converting file A from AVI to MP4. Those files are perfectly playable on an iPod. The only extra thing that these...";
fDesc[9] = "formats so that you will be able to extract them to your portable devices. Using this application, you will be able to extract your videos to the most popular portable devices such as iPod, PSP, 3GP, Zune and plenty of mobile phones.";
fDesc[10] = "to formats that are compatible with iPod. Using this software, you will be able to convert your video files so that you can extract them to iPod and watch them whenever and wherever you want.";
fDesc[11] = ", so that you can be able to extract them to mobile devices, including iPod and iPhone among others. Some of the formats this efficient conversion tool supports are: AVI, WMV, ASF, MPEG, MOV, RM, RMVB, DIVX, SWF, VOB, FLV and 3GP.";
fDesc[12] = "multiple-format video converter that is able to re-encode any of the supported video files into any other of the remaining formats. The settings offered for every video codec are fully customizable, thus enlarging the list of possible conversion options.";
fDesc[13] = "WMV.ASF. MOV. 3GP. SWF. FLV, among others to iPod, PSP, 3GP, Zune, FLV Video in a few steps. This incredible program has been designed for anyone who wants to enjoy movies or videos on any portable video device wherever you go.";
fDesc[14] = "to iPod File for playing on apple iPod easily and quickly! Watch your own videos on your ipod anytime, anywhere in superb video and audio quality";
fDesc[15] = "Touch, Nano and Classic mp4 video. With just a few clicks, the program enables you to convertm, divx, xvid, avi, wmv, asf, mpg, etc. formats to iPod compatible format at high speed and with an excellent output quality.";
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 = '...';
}
}