var fDesc=new Array();
fDesc[1] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use.";
fDesc[2] = "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[3] = "ImageConverter Plus is professional software, which will help you do any possible conversion without errors. You can take advantage from ImageConverter Plus in so many things, i.e. camera, video, pictures, images you named it, something amazing.";
fDesc[4] = "from the Web, e-mail photos quickly and not exceeding e-mail size limitations, resize images and make thumbnails.";
fDesc[5] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers.";
fDesc[6] = "and press button 'Start'. Besides being an image converter it is also a Thumbnailer that provides you a possibility to resize images with better qualities.";
fDesc[7] = "from one into another in a very short amount of time, with no quality loss at all and with the advantage of enabling you to set a lot of different parameters for each of your conversions.";
fDesc[8] = "manipulate Flash video to fit user needs. It converts FLV video into other popular formats and makes animations load faster.";
fDesc[9] = "files. Konvertor gives you professional quality imaging tools to view, edit, modify, organize, enhance and print your images. You can create web albums, PDF albums, panorama, IE animated logo, thumbnails using simple tools.";
fDesc[10] = "JPEG; PBM; PCD; PCX; PGM; PNG; PPM; PSD; PSP; RLE; SGI; TGA; TIF; TIFF; VDA; VST; WBMP; WMFand More... Graphics Converter Pro can export 120 graphic file formats. BMP; GIF; JPG; PNG; WBMP; EMF; TGA; TIF; WMF and More... Graphics Converter Pro has 52 image filters, including: Blurring, sharpening, embossing, diffusing, color balance, and more. Graphics Converter Pro has a very simple, user-friendly interface. You can resize the main areas of the program simply by dragging your mouse. Its smart image capturing tool can be used to capture images of various sizes from your desktop or any other software. It also supports file association, live update check and slide show.";
fDesc[11] = ", Windows Media, Real Media, QuickTime Media to iPod video formats, MPEG4, MOV, H.264 at high speed and good output quality.";
fDesc[12] = "also create your own web gallery of images, set its auto renaming, place a text on the image, and so on. It supports such popular formats as BMP, PNG, GIF, JPG etc.";
fDesc[13] = "image formats to JPG in a snap. Within the same window, you can find basic editing tools such as resizing, cropping, rotating, stretching, scaling, among others.";
fDesc[14] = "used by any user as it doesn’t require any special knowledge. Especially it is useful for the batch conversion. This version has an improved interface and now supports about 400 file formats.";
fDesc[15] = "photo/image files at the click of a button.";
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 = '...';
}
}