var fDesc=new Array();
fDesc[1] = "almost any formats such as AVI (DivX, XviD, etc.), DV AVI, MP4 (inc. Sony PSP and Apple iPod), WMV, 3GP, 3G2, QuickTime (MOV, QT), SWF, DVD, VOB, VRO,MPG, MPEG 1,2,4, DAT, VCD, SVCD, ASF, ASX, MJPEG, and many others.";
fDesc[2] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more).";
fDesc[3] = "formats in minutes. It's fully customizable as it enables users to adjust the compression and encoder rates, resolution, and frame rate of the output files, plus set the output size. It even allows to preview the output file before converting.";
fDesc[4] = "it easy to work with the application. It is possible to make subtitle in many languages, there is a video preview and a function that lets translate texts along with the subtitling work.";
fDesc[5] = "this application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking.";
fDesc[6] = "to MP4 files that will be supported by iPod";
fDesc[7] = "convert many video formats between each other. It also supports extracting audio formats such as mp3/wav/wma/ac3/ogg/mm f/aac from video files and also audio files can be converted to each other.";
fDesc[8] = "files to a CD or DVD. It is also a converter. With this application, then, you can add .AVI files and have them converted to MPEG and then burnt to a DVD.";
fDesc[9] = "a surgeon’s scalpel. Movavi SplitMovie can help you in this area. Movavi SplitMovie lets you cut trim and edit the videos with precision and ease.";
fDesc[10] = "formats. It allows you to view, convert and print your single or multi-page images in a variety of ways: a set of thumbnails, single images at many zoom levels, print preview and slide show. VaryView supports AFP ANI AVI AWD BMP CAL CALS CG4 CGM CIT CLP CMP CMX COT CUR CUT DCX DGN DIB DRW DWF DWG DXF EMF EPS EXF EXIF FAX FLC FLI FPX FXD FXM FXR FXS G3 G4 GBR HGL HPG HPGL ICA ICO IFF IMG IOC IOCA ITG JFF JIF JPEG JPG JTF LAS MAC MIL MPEG MPG MSP ODA PAS PAW PBM PCD PCL PCT PCX PGL PGL PGM PICT PLT PNG PNM PPM PRN PRT PSD PSP PTO PTOC RDL RGB RGBA RLE SCT SGI SHP SMP SUN SVG TG4 TGA TIF TIFF VWP VWPG WBM WBMP WFX WMF WPG XBM XPM XWD file extensions. You can also copy images to the clipboard to import into other applications and print in a variety of ways: powerful preview, detail alignment and layout, rotate, mirror, invert color, header, footer and more.";
fDesc[11] = "all your CD, DVD, VCD, or SVCD burning needs. As its name implies, with the help of this free-to-use, quick and efficient tool, you are guaranteed to get perfect quality CDs, DVDs, VCDs, or SVCDs from any type of media files.";
fDesc[12] = "digital camera, scanner, TV/VCR, Internet, or digital video from your camcorder and then display them in any one of the more than 50 different supported file formats. You can even watch TV/video, or listen to music while performing other tasks. Convert CD tracks to MP3, WAV or WMA. Produce movies from your static pictures with our Video Constructor. Now Web-Enabled! Utilize ProMedia with your favorite web browser to download, open and view your favorite image files with one simple click of your mouse button. Acquire images from a scanner, digital camera, Video camera, or TV/VCR from a TV tuner card or frame grabber. You can also perform a screen capture with options such as Capture Area or Capture Active Window, allowing users to either capture from within the program or from the active window of another program. Edit images with zoom in or out, our new magnifying glass tool, or pan...";
fDesc[14] = "playing files which are in the stage of downloading. Key Benefits Preview AVI, divX, MPG, MPEG and VideoCD files without interruption of the download process Uses standard DirectX framework - no additional software needed Very simple interface Does not change the original video file in any way Tested extensively with P2P and FTP software It is Free!";
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 = '...';
}
}