var fDesc=new Array();
fDesc[1] = "Converter, you can easily convert between all popular video formats, save your video for all popular mobile devices; join multiple video files, rip your DVDs, edit video - crop, rotate, add watermark, adjust quality. You can save best still images from your video and extract soundtracks from videos and DVDs. Here's just a taster of what you can do with Movavi Video Converter: Convert between any video formats: Input Video Formats: AVI (DivX, XviD, etc.), DV AVI, MP4 (Sony PSP, Apple TV, iPod, iPhone, etc), WMV (including Zune), ASF, 3GP, 3GP2, 3GPP, 3GPP2, QuickTime (MOV, QT), DVD, VOB, IFO, VIDEO_TS, AUDIO_TS, MPG, MPEG 1,2,4, VRO, MOD, DAT, MJPEG, VCD, SVCD, H.263, DVR-MS. Output Video Formats: MP4 (Sony PSP, Apple TV, iPod, iPhone, etc), WMV (including Zune), 3GP, 3GP2, 3GPP, 3GPP2, QuickTime (MOV, QT), MPG, MPEG 1,2,4, H.263, H.264, Real Media (RM, RMVB). Output Audio Formats: MP3,...";
fDesc[2] = "the drawbacks of having files stored in ISO format is that you can't (or is very hard to) modify those files.";
fDesc[3] = "handling icons in PSD, PNG, BMP, and JPEG formats, as well as for creating AVI animations from the GIF original files. 24-bit colors supported. The user interface is very graphical and easy to use. The animation is displayed showing all the frames, and users can edit or modify those individually.";
fDesc[4] = "point, colorize and some color Efex Pro plug-ins. Besides you can add effects to any image, adjust levels and curves, apply vibrant colors, add grain and noise, change the image into black and white, compare with the original and work with multiple screens.";
fDesc[5] = "print wonderful business cards of multiple sizes. It includes many high-quality business card templates and logos, as well as great design tools and background images to help you design your own cards in a snap.";
fDesc[6] = "virtual plastic surgery. The program can be installed in English, French, Portuguese and Spanish. First of all, you must choose a photograph from a person to modify it. It can be in any of the usual graphics formats.";
fDesc[7] = "and puts a customized calendar, updated daily, over the background image of your choice. Calendarium 4.08 also checks email for multiple accounts and provides a reminder service.";
fDesc[8] = "greeting cards in just a few minutes. The program includes hundred of pre- defined professional templates to help you create beautiful greeting cards in a snap that you can email or print directly from the program.";
fDesc[9] = "plug-in for Incredimail, so you need to have Incredimail installed in order to run this program. By using Skin Creator you can decide how your IncrediMail will look.";
fDesc[10] = "has many features that are necessary for working with Exif data, and that is the only way to make the most of this valuable information. The PowerExif program has a solution to the problems that a photographer has with working with Exif data.";
fDesc[11] = "program. Now this incredible software will allow you to modify according to your needs any picture, photo, image. It has amazing tools, brushes effects, filters and different kind of backgrounds, you can enhance any picture you want with this fabulous software.";
fDesc[12] = "labels, business cards, flyers, letters, brochures, newsletters, postcards, catalogs, envelopes, among others in a few steps.";
fDesc[13] = "and various image formats Completely and exactly support 32 bits icons(Windows XP icons) Easily edit animation GIF files Support PSD plug-in; Customize Windows icons Contain 500 sample XP icons Export icon images to Photoshop";
fDesc[14] = "the following image files: JPEG, JPC, PNG, BMP, TIFF, PNG, TGA, PCX and PNM. This program can be used to change your image files formats, to modify your image files' size and to add watermark in batch.";
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 = '...';
}
}