var fDesc=new Array();
fDesc[1] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc.";
fDesc[2] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[3] = ".mkv file formats. It comes in bundle with DIVX Pro for Windows. It is very easy to use. The pre-set modes allow a user to play videos on various DIVX certified products.";
fDesc[4] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs.";
fDesc[5] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions.";
fDesc[6] = "video files, including high-definition AVCHD. Author your videos, adding high definition disc menus and Dolby Digital 5.1 sound, edit and enhance your movies, and burn them to almost any type of disc. It also includes a suite of tools to copy, rip, and erase your discs.";
fDesc[7] = ", smooth playback of your standard and High-Def video and audio. Whether you're a movie buff, frequent flyer, or just like to watch video clips, WinDVD 8 gives you the best digital entertainment experience.";
fDesc[8] = "and DVDs. You can choose between several static and animated menus and preview everything before burning the disc. You can also burn standard DVD files (VIDEO_TS folders containing files. VOB. IFO and. BUP).";
fDesc[9] = "popular formats. It has a clean interface, and is easy to use. The conversion speeds are good and the output videos are of good quality, which is great.";
fDesc[11] = "an all-region DVD. The users can watch the film directly on their PCs, with any movie player like PowerDVD or WinDVD, or burn a new copy of the DVD without restrictions.";
fDesc[12] = "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[13] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion.";
fDesc[14] = "in the certain format, but also a powerful, interesting and flavorful DVD of high quality, with your own menu, subtitles and background music.";
fDesc[15] = "player, using video files or an already authored DVD, saved on your PC. Video DVD maker will allow you to import video from video files in different formats, including AVI, DIVX, XVID, MP4, MPG, WMV and ASF.";
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 = '...';
}
}