var fDesc=new Array();
fDesc[1] = "being the AC mode and the other being DC Mode (battery mode). Using this management software, you can choose among the many power profiles (Entertainment, Presentation, Word Processing, and Battery Life.) and set your laptop to last or extinguish the battery juices.";
fDesc[2] = "and audio files right on your computer with no additional software. This incredible program supports for many video formats apart from regular DVD (PAL, NTSC, VCD, SVCD) formats, such as MPEG4 (including DivX, XviD, etc.), MPEG1, MPEG2, AVI, etc.";
fDesc[3] = "creating multimedia messages to be sent via your mobile. The tool allows you to easily get through with creating and handling of messages with images, video and audio clips.";
fDesc[4] = "format playback. It doesn't really want to take the place of media player giants like Windows Media Player or VLC.";
fDesc[5] = ", MP4, M4V, FLV, 3GP, ASF, RM, RMVB, MOV, MOD, ASX, MKV, OGM, SVCD, VCD, VOB to 3GP/3G2/MP4 video clips to let you reproduce them in your mobile phone.";
fDesc[6] = ", AAC, AC3, AMR, AVI, DivX, FLV, MP4, MP2, OGG, VOB, DAT, WAV and many other video formats. Additionally you can create small video clips using the built-in video splitter by setting up the start and end points of the video.";
fDesc[7] = "formats to all types of mobile-based video formats including the Symbian phones. This tool allows users to adjust various parameters like volume of audio, adding subtitles and many more features packed in one program.";
fDesc[8] = "in every popular format to be played in an iPod, iPhone, PSP, cell phone, PDA, Pocket PC or PMP. It compresses the media files by about 20 percent, without losing quality, and prepares them for your particular device and model.";
fDesc[9] = "application you will be able to convert more than one file into a specific format all at once with no quality loss at all. The program has got a friendly interface that will guide you on how to convert videos from one into another.";
fDesc[10] = "videos) into PC-compatible formats, such as AVI; and vice versa .The program can also extract the audio from these video files and export it as MP3.";
fDesc[11] = ", FLV (Flash Video, Youtube, Google Video), WMV/ASF, DAT, to MP4 and 3GP and reproduce them in your iPod, PSP and mobile phone.";
fDesc[12] = "video files so that you can later extract them to any mobile phone and to the most popular portable devices. This program supports a lot of input video formats. Some of the supported files are AVI, Mp4, AVI, RM, MPEG and FLV.";
fDesc[13] = "will be able to play them on almost any mobile device. You can capture/import videos from your camcorder or alternative sources, edit videos and generate cell phone playable videos.";
fDesc[14] = "format used by the most popular mobile devices such as iPhone, iPod, Zune Player, Mp4 player and cell phones.";
fDesc[15] = "trouble if you are in need to convert files to play them on mobile devices, such as mobile phones, iPod, iPhone, etc. It really will output files that will play on almost all devices.";
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 = '...';
}
}