var fDesc=new Array();
fDesc[1] = "including MP4, FLV, 3GP, ASF, MOV, M4V, MPG, VOB, XviD to play your media on portable devices such as iPhone, iPod, Apple TV, Zune, PSP, Pocket PC, PDA, PS3, Archos, iRiver, and others. It lets you trim, join, convert batches of files, get snapshots from scenes and includes a complete video editor.";
fDesc[2] = "easy tools like, resizing tools, crop tools, color adjustment, brightness and contrast settings. Firegraphic also offers quick view of any video file.";
fDesc[3] = "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[4] = ", M4V, MPG, VOB, XviD to MP4, 3GP, MOV, AVI, MP3 formats optimized for Nokia. Features a complete video editor to let you trim, crop, add effects, and change color, lets you extract audio from video and take snapshots of movie scenes.";
fDesc[5] = "XviD and extract audio to M4A, MP3, AC3, AAC, WMA, WAV, OGG, APE files. Presents video edition capabilities, can crop, trim, process batches of files, and take snapshots of movie scenes.";
fDesc[6] = "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.";
fDesc[7] = "quality and super fast conversion speed. It is composed of DVD to Nokia Converter and Video to Nokia Converter.";
fDesc[8] = "also parts of the frames by cropping it, which gives a zoomed in, cramped image with much important video information.";
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] = "formats that are compatible with iPod and other portable devices. This conversion tool will convert your files in a glimpse of an eye and it will do it without losing any of the original files' quality during the process.";
fDesc[11] = ", MPEG, WMV, XviD, H.264, DAT, MOV, ASF and FLV, etc. to iPod MP4, MPEG-4, M4V and rip video audio to iPod MP3, M4A, AAC.";
fDesc[12] = "and parts of video file by cropping it, which gives a zoomed in, cramped image with much important video information.";
fDesc[13] = "Creative Zen player compatible formats like avi, mpeg, mp4, wmv video; and mp3, m4a, wma, wav audio. It presents a complete video editor to let you trim, crop, add effects, change color, add watermark; the ability to process batches, merge video files, and take snapshots of movie scenes.";
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 = '...';
}
}