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 Internet, used in sites like YouTube and thousands more. But they can´t be viewed in most players like Windows Media Player. That´s why this program is useful.";
fDesc[3] = "MP3 and MP4 devices. It includes AMV Video Convert Tool, AMV Player, Media Manager, MP3 Player Disk Tool and MP3 Player Upgrade Tool.";
fDesc[4] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD.";
fDesc[5] = "and reducing size for audio/video files, converting for audio/video playback devices, extracting audio tracks from video files, ripping audio/video discs, reparing corrupted or partial downloaded video files, and so on.";
fDesc[6] = "for those Windows Media Player and Windows Movie Maker lovers. This MP3 converter will help you to save a lot of space in your hard drives.";
fDesc[7] = "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[8] = "choice. This useful tool will help you save loads of space in your MP3 player, allowing you to enjoy more music and more audio books with fewer resources. The bit rates supported range from 8 to 256 kbps.";
fDesc[9] = "files. You can change the defaulted audio settings for both MP3 and WMA files, allowing you to decide on the quality and the size of the resulting files. Magic FLAC to MP3 Converter can also load your files directly from any CUE file.";
fDesc[10] = "will be able to cut and trim large mp3 files with multiple options, as well as join small pieces of an mp3 files to a single one. The program features an intuitive but not very attractive user interface.";
fDesc[12] = "A straightforward and speedy program, MP3Resizer Express requires just three steps to achieve completion.";
fDesc[13] = "your MP3 player.";
fDesc[15] = "information includes file size, file time, MP version, encoding, frequency, CRC, Copyright and more.";
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 = '...';
}
}