var fDesc=new Array();
fDesc[1] = "File for playing on mobile phone easily and quickly! Watch your own Videos on your 3GP Phone anytime, anywhere. It features excellent video and audio output quality with super fast processing speed. Really comfortable for usage with beautiful user friendly interface.";
fDesc[2] = "format including MP4 and DVD videos and create video clips in minutes for your multimedia phone, iPod and portable multimedia players. The user interface is very simple and designed while keeping the novice in the mind.";
fDesc[3] = "file. The program can merge almost all the popular video file formats including AVI, Divx, XviD, MPEG, WMV, ASF, RM, MOV, 3GP, MP4, FLV and MKV videos.";
fDesc[4] = ", MPG, WMV, 3GP, MP4, VOB, BIN, CUE and many other CD and DVD formats. You can simply open any 3gp, amv, avi, div, divx, flv, mkv, mpeg, mp4, mod, mov, rm, dat, bin, vob, wmv, asf or xvid file, set start and end points, select the output format, video quality, resolution and that's all.";
fDesc[5] = "RMVB etc.) allowing you to save videos to your iPod, iPhone, Zune, PSP, and 3GP cellphones as well.";
fDesc[6] = "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[7] = "supports the most popular video files and some others that are not very known. Some of the video formats supported by this software are AVI, MPEG, DivX, MOV, 3GP, FLV, RM, Mp4, WMV and more.";
fDesc[8] = "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.";
fDesc[9] = "available with features like selecting or customizing video size, NTSC/PAL format, frame rate, audio codec, bit rate, as well as sampling rate for the videos which are being converted from or to VOB formats.";
fDesc[10] = "think that it only works for MOV files. However, on another great move by Boilsoft, this application also incorporates two more converters to make Boilsoft MOV Converter a stupendous all-in-one solution.";
fDesc[11] = "format used by the most popular mobile devices such as iPhone, iPod, Zune Player, Mp4 player and cell phones.";
fDesc[12] = "video at your mobile devices. You can convert video to 3GP (*.3gp) from such a formats: AVI(*.avi, *.divx); MPEG (*.mpg, *.mpeg); MOV (*.mov).";
fDesc[13] = "formats. User interface is very simple and easy to use, only a few clicks and the conversion of the desired video is started. The application can perform batch conversion of all the video files entered into the conversion main list.";
fDesc[14] = "converting to AVI, WMV, MPEG, 3GP, iPod, iPhone, Zune, Xbox, PMP, PSP, Apple TV, Pocket PC, FLV, SWF and MOV. It is compatible with most digital players like mobile phone, iPod, iPhone, Zune, Xbox, PMP, PSP, Apple TV and Pocket PC.";
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 = '...';
}
}