var fDesc=new Array();
fDesc[1] = "into separately files (VOB format too). The program seems to be easy to use, however it gets sometimes tricky, since some buttons don't work as expected. What comes to the rest, it's fairly easy to use.";
fDesc[2] = "Supports conversion from AVI, Divx, XviD, WMV, MPG, DAT, RM, RMVB, and MOV to MP4 compatible with iPod, Apple TV, iPhone, PSP and other MP4 players. Includes a video edition tool, ability to process batches, trim, crop, adjust settings, and use preset profiles.";
fDesc[3] = "easy tools like, resizing tools, crop tools, color adjustment, brightness and contrast settings. Firegraphic also offers quick view of any video file.";
fDesc[4] = "program allows you to choose the video file, select your desired part and then crop it for your avatar, userpic or signature. You can in this way create original video avatars for your blogs or journals, or you can set userpics in your profile page for any forums, communities, your website, etc.";
fDesc[5] = "DVD to PSP conversion speed plus advanced video editing features cannot be found anywhere else.";
fDesc[6] = ", WMV, MP4, MOV, 3GP, ASF to Nokia compatible video. Some of the phones supported by this application include: Nokia N series, and E series among others. It is recommended that you check your specific model before you download the software.";
fDesc[7] = "also parts of the frames by cropping it, which gives a zoomed in, cramped image with much important video information.";
fDesc[8] = "converted to PSP compatible formats. Leawo Free PSP Converter is a useful tool to convert many different video formats to PSP compatible format. Leawo Free PSP Converter is also able to extract audio out of any type of video";
fDesc[9] = "file, and output can be saved in various other formats. By cropping a video, the user can zoom in to the desired frame and can focus on more important parts of the video frame. The user-friendly interface makes cropping very easy and simple for the user.";
fDesc[10] = "popular formats like AVI, Xvid/DivX, WMV, MPEG, MP4(H.264, MPEG4) that can be played on portable devices including iPod, PSP, Pocket PC, Palm, Mobile Phone, Zune. You can select subtitle and audio track, configure output settings and let the program automatically shutdown your computer.";
fDesc[11] = "video formats to an MPEG file. It also can edit video files letting you trim, crop, apply video effects and capture pictures from the video you want. You can adjust video resolution, frame rate, encoder, bit rate, audio sample rate, channel, encoder, bit rate, and volume.";
fDesc[12] = "AVI, Xvid/Divx, WMV, MPEG, MP4 (H.264 or MPEG) files compatible with Pocket PC, Palm, iPod, PSP, Mobile Phone, Zune players.";
fDesc[13] = "ripping tool that helps you extract video from DVD movies, VOB and IFO files; and a Video Conversion tool for various video formats stored in your hard drive.";
fDesc[14] = "animated GIF file which can be applied at any forums, message boards and IM. this is really funny and useful!";
fDesc[15] = "RM, RMVB, 3GP, 3GPP, ASF, FLV. Features tools like video crop, movie trimming, and video effect adjustment. Supports batch conversion and allows you to grab scenes as jpg images.";
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 = '...';
}
}